Uranium icon indicating copy to clipboard operation
Uranium copied to clipboard

Create setup.py and setup.cfg

Open KOLANICH opened this issue 5 years ago • 3 comments

This is now unclear how to build a wheel. I have tried CMake build, but it does nothing.

KOLANICH avatar Mar 11 '19 22:03 KOLANICH

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.

Ghostkeeper avatar Mar 13 '19 09:03 Ghostkeeper

Did that not work for you? Maybe you have a log from your Make run?

I used ninja, not make.

KOLANICH avatar Mar 13 '19 12:03 KOLANICH

That's nice. Maybe you have a log from your Ninja run?

Ghostkeeper avatar Mar 14 '19 12:03 Ghostkeeper