Skip to content

Build python binary wheels

Marcel Loose requested to merge RAP-203_Build_binary_wheels into master

Build python binary wheels.

The setup.py file was copied from radler and adapted slightly to fit the needs of the EveryBeam project. Build scripts for building the binary wheels are in python/build_wheels, which uses manylinux Docker containers to perform the actual build. The scripts to build FFTW and HDF5 were also copied from radler.

Closes RAP-203

Merge request reports