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

Forcing open-blas detection on Mac #41

Merged
merged 1 commit into from
Feb 3, 2016
Merged

Forcing open-blas detection on Mac #41

merged 1 commit into from
Feb 3, 2016

Conversation

mdavezac
Copy link

@mdavezac mdavezac commented Feb 2, 2016

Compiling with gcc while including the Accelerate framework is difficult. So we
need to be able to tell cmake to use a distinct vendor. This is done by setting
the variable (or environment variable) BLA_VENDOR. However, CMake does not
yet include OpenBlas. And OpenBlas' export is not kosher.

@mdavezac mdavezac self-assigned this Feb 2, 2016
Closes #41.

Corrects for some badness in OpenBlas' cmake export.
To actually force the call to OpenBlas, it is sufficient to define
BLA_VENDOR=OpenBlas (or any other name that is not an other blas
library)
mdavezac pushed a commit that referenced this pull request Feb 3, 2016
Forcing open-blas detection on Mac
@mdavezac mdavezac merged commit 2a546d8 into master Feb 3, 2016
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 this pull request may close these issues.

1 participant