make OpenBLAS use the LAPACK version specified in the easyconfig (v0.2.18 & v0.2.19)#3795
Merged
boegel merged 4 commits intoeasybuilders:developfrom Nov 14, 2016
Merged
Conversation
The OpenBLAS Makefile only handles large.tgz and timing.tgz and ignores lapack-x.y.z.tgz. We need to manually unpack the lapack-x.y.z specified in the easyconfig. Doing it this way makse it possible to add patches on top of the unpacked lapack version, which is neccesary to deal with various compiler problems.
Also don't keep a copy of the old lapack-netlib.
Member
Author
|
Test report by @boegel |
Member
Author
|
Test report by @boegel |
Member
Author
|
Thanks for figuring this out @akesandgren! |
boegel
added a commit
to boegel/easybuild-easyconfigs
that referenced
this pull request
Nov 14, 2016
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
wrapper PR for #3701 by @akesandgren, fix for #1050