Based on issue #26 this pull request adds a conda recipe that can be used to build self contained conda package on linux (windows/mac not yet tested)
The conda package can be build via:
conda build conda-recipe
Note: this recipe patches the compiler flags in setup.py (replace -Ofast with -ffast-math) as -Ofast does not work with old gcc versions (both flags do the same as far as I know)
Based on issue #26 this pull request adds a conda recipe that can be used to build self contained conda package on linux (windows/mac not yet tested)
The conda package can be build via:
Note: this recipe patches the compiler flags in setup.py (replace -Ofast with -ffast-math) as -Ofast does not work with old gcc versions (both flags do the same as far as I know)