Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build option to set -march compile flags #85

Closed
nritsche opened this issue Sep 9, 2020 · 1 comment · Fixed by #86
Closed

Build option to set -march compile flags #85

nritsche opened this issue Sep 9, 2020 · 1 comment · Fixed by #86

Comments

@nritsche
Copy link
Collaborator

nritsche commented Sep 9, 2020

-march is hardcoded to native in

COMPILE_FLAGS = ['-O3', '-ffast-math', '-march=native', '-std=c99']

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

nritsche added a commit to nritsche/bitshuffle that referenced this issue Sep 9, 2020
nritsche added a commit to nritsche/bitshuffle that referenced this issue Sep 9, 2020
@nritsche
Copy link
Collaborator Author

nritsche commented Sep 9, 2020

Needed for kotekan/kotekan#822

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant