Uranium
Uranium copied to clipboard
Create setup.py and setup.cfg
This is now unclear how to build a wheel. I have tried CMake build, but it does nothing.
The make install
provided by the CMake script should install Uranium into your Python installation though. Did that not work for you? Maybe you have a log from your Make run?
I do expect that soon we'll have a Docker image that includes Uranium pre-installed. We have no intent to add support for a third way of installing Uranium, via wheels.
Did that not work for you? Maybe you have a log from your Make run?
I used ninja
, not make
.
That's nice. Maybe you have a log from your Ninja run?