kiyo-masui / bitshuffle

Filter for improving compression of typed binary data.
Other
219 stars 76 forks source link

conda recipe to build anaconda package on linux (#26) #27

Closed simongregorebner closed 8 years ago

simongregorebner commented 8 years ago

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)

kiyo-masui commented 8 years ago

Great! I don't use anaconda myself, so I'll take your word for it that this works.

kiyo-masui commented 8 years ago

Actually, feel free to add the above information to the README as well.