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

libcomex missing optional BLAS dependency #39

Closed
jeffdaily opened this issue Apr 25, 2017 · 0 comments
Closed

libcomex missing optional BLAS dependency #39

jeffdaily opened this issue Apr 25, 2017 · 0 comments
Assignees
Labels

Comments

@jeffdaily
Copy link
Member

$(BLAS_LIBS) is not added conditionally or otherwise to the LIBADD automake variable for libcomex. This should be done conditionally based on whether an external BLAS is being used. Otherwise, the MKL libraries likely won't properly load when using shared libraries.

@jeffdaily jeffdaily added the bug label Apr 25, 2017
@jeffdaily jeffdaily self-assigned this Apr 25, 2017
jeffdaily pushed a commit that referenced this issue Apr 28, 2017
libcomex missing optional BLAS dependency, added $(BLAS_LIBS) to LIBADD
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant