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

Cannot install on centos-7 gcc-4.8.5 missing -fopenmd-simd #49

Open
howff opened this issue Feb 17, 2021 · 1 comment
Open

Cannot install on centos-7 gcc-4.8.5 missing -fopenmd-simd #49

howff opened this issue Feb 17, 2021 · 1 comment

Comments

@howff
Copy link

howff commented Feb 17, 2021

Cannot install on centos-7 x86_64 with gcc-4.8.5 because it's trying to use the gcc option -fopenmp-simd which is unknown.

I tried BLIS_ARCH=generic with the same result.

@adrianeboyd
Copy link
Collaborator

I think the easiest option is to use blis==0.4.1 instead.

We could use some better documentation about supported compiler versions. It looks like you'd need gcc 4.9.1+ for this option, and there may be additional unsupported options in the hard-coded build script setup, which is problematic for cases like this. I know that I've tested back to gcc-5, and the CI currently tests clang 9.0 and relatively up-to-date releases of gcc-7, gcc-8, and gcc-9.

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

No branches or pull requests

2 participants