kiyo-masui / bitshuffle

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

Build option to set -march compile flags #85

Closed nritsche closed 4 years ago

nritsche commented 4 years ago

-march is hardcoded to native in https://github.com/kiyo-masui/bitshuffle/blob/cc6c11216b88863f5c1958ebfd99175eea82bac7/setup.py#L29

A way to set different values would be helpful to fix an issue in the kotekan CI builds.

nritsche commented 4 years ago

Needed for https://github.com/kotekan/kotekan/pull/822