-
Notifications
You must be signed in to change notification settings - Fork 773
{lib}[GCC/10.3.0] FlexiBLAS v3.0.4 on top of OpenBLAS 0.3.15 #12476
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
Merged
smoors
merged 8 commits into
easybuilders:develop
from
boegel:20210325170607_new_pr_FlexiBLAS304
May 23, 2021
Merged
Changes from 3 commits
Commits
Show all changes
8 commits
Select commit
Hold shift + click to select a range
7fec61c
{lib}[GCC/10.2.0] FlexiBLAS v3.0.4 on top of BLIS 0.8.0 + OpenBLAS 0.…
boegel a5dc98e
only use OpenBLAS as dependency for FlexiBLAS 3.0.4 with GCC/10.2.0 t…
boegel c272e00
add Python build dependency for FlexiBLAS, required by tests
boegel 8dc0be4
update FlexiBLAS easyconfig to use GCC 10.3.0 toolchain + depend on O…
boegel b56f434
add additional compiler flags to protect the stack and fixing failing…
boegel 4dddc61
fix failing style check in FlexiBLAS easyconfig
boegel 277c332
add Python build dependency for FlexiBLAS
boegel 5daaacb
update comment
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
25 changes: 25 additions & 0 deletions
25
easybuild/easyconfigs/f/FlexiBLAS/FlexiBLAS-3.0.4-GCC-10.2.0.eb
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,25 @@ | ||
| name = 'FlexiBLAS' | ||
| version = '3.0.4' | ||
|
|
||
| homepage = 'https://gitlab.mpi-magdeburg.mpg.de/software/flexiblas-release' | ||
| description = """FlexiBLAS is a wrapper library that enables the exchange of the BLAS and LAPACK implementation | ||
| used by a program without recompiling or relinking it.""" | ||
|
|
||
| toolchain = {'name': 'GCC', 'version': '10.2.0'} | ||
|
|
||
| source_urls = ['https://csc.mpi-magdeburg.mpg.de/mpcsc/software/flexiblas/'] | ||
| sources = [SOURCELOWER_TAR_GZ] | ||
| checksums = ['50a88f2e88994dda91b2a2621850afd9654b3b84820e737e335687a46751be5c'] | ||
|
|
||
| builddependencies = [ | ||
| ('CMake', '3.18.4'), | ||
| ('Python', '3.8.6'), # required for running the tests | ||
| ] | ||
|
|
||
| # note: first listed library will be used as default by FlexiBLAS, | ||
| # unless otherwise specified via -DFLEXIBLAS_DEFAULT in configopts | ||
boegel marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| dependencies = [ | ||
| ('OpenBLAS', '0.3.12'), | ||
| ] | ||
|
|
||
| moduleclass = 'lib' | ||
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just a note that FlexiBLAS autodetection with CMake did not appear until CMake 3.19
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'll bump this to
GCC/10.3.0+OpenBLAS/0.3.15+CMake/3.20.1for2021a, it doesn't make much sense to have this for2020banyway...