-
Notifications
You must be signed in to change notification settings - Fork 773
{data}[GCCcore/12.2.0] HDF5 v1.14.0 (serial), Szip v2.1.1 #17093
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
Closed
SimonPinches
wants to merge
2
commits into
easybuilders:develop
from
SimonPinches:20230112182715_new_pr_HDF51140
Closed
Changes from all commits
Commits
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
26 changes: 26 additions & 0 deletions
26
easybuild/easyconfigs/h/HDF5/HDF5-1.14.0-GCCcore-12.2.0-serial.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,26 @@ | ||
| name = 'HDF5' | ||
| version = '1.14.0' | ||
| versionsuffix = '-serial' | ||
|
|
||
| homepage = 'https://portal.hdfgroup.org/display/support' | ||
| description = """HDF5 is a data model, library, and file format for storing and managing data. | ||
| It supports an unlimited variety of datatypes, and is designed for flexible | ||
| and efficient I/O and for high volume and complex data.""" | ||
|
|
||
| toolchain = {'name': 'GCCcore', 'version': '12.2.0'} | ||
| toolchainopts = {'pic': True} | ||
|
|
||
| source_urls = ['https://support.hdfgroup.org/ftp/HDF5/releases/hdf5-%(version_major_minor)s/hdf5-%(version)s/src'] | ||
| sources = [SOURCELOWER_TAR_GZ] | ||
| checksums = ['a571cc83efda62e1a51a0a912dd916d01895801c5025af91669484a1575a6ef4'] | ||
|
|
||
| builddependencies = [ | ||
| ('binutils', '2.39'), | ||
| ] | ||
|
|
||
| dependencies = [ | ||
| ('zlib', '1.2.12'), | ||
| ('Szip', '2.1.1'), | ||
| ] | ||
|
|
||
| moduleclass = 'data' | ||
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,21 @@ | ||
| name = 'HDF5' | ||
| version = '1.14.0' | ||
|
|
||
| homepage = 'https://portal.hdfgroup.org/display/support' | ||
| description = """HDF5 is a data model, library, and file format for storing and managing data. | ||
| It supports an unlimited variety of datatypes, and is designed for flexible | ||
| and efficient I/O and for high volume and complex data.""" | ||
|
|
||
| toolchain = {'name': 'gompi', 'version': '2022b'} | ||
| toolchainopts = {'pic': True, 'usempi': True} | ||
|
|
||
| source_urls = ['https://support.hdfgroup.org/ftp/HDF5/releases/hdf5-%(version_major_minor)s/hdf5-%(version)s/src'] | ||
| sources = [SOURCELOWER_TAR_GZ] | ||
| checksums = ['a571cc83efda62e1a51a0a912dd916d01895801c5025af91669484a1575a6ef4'] | ||
|
|
||
| dependencies = [ | ||
| ('zlib', '1.2.12'), | ||
| ('Szip', '2.1.1'), | ||
| ] | ||
|
|
||
| moduleclass = 'data' |
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,21 @@ | ||
| name = 'HDF5' | ||
| version = '1.14.0' | ||
|
|
||
| homepage = 'https://portal.hdfgroup.org/display/support' | ||
| description = """HDF5 is a data model, library, and file format for storing and managing data. | ||
| It supports an unlimited variety of datatypes, and is designed for flexible | ||
| and efficient I/O and for high volume and complex data.""" | ||
|
|
||
| toolchain = {'name': 'iimpi', 'version': '2022b'} | ||
| toolchainopts = {'pic': True, 'usempi': True} | ||
|
|
||
| source_urls = ['https://support.hdfgroup.org/ftp/HDF5/releases/hdf5-%(version_major_minor)s/hdf5-%(version)s/src'] | ||
| sources = [SOURCELOWER_TAR_GZ] | ||
| checksums = ['a571cc83efda62e1a51a0a912dd916d01895801c5025af91669484a1575a6ef4'] | ||
|
|
||
| dependencies = [ | ||
| ('zlib', '1.2.12'), | ||
| ('Szip', '2.1.1'), | ||
| ] | ||
|
|
||
| moduleclass = 'data' |
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.
I don't think it makes sense to drop this all the way to
GCCcoreeven for aserialversion, I thinkGCC/intel-compilerswould be a better fitThere 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.
... and even mandatory due to non-compatibility of Fortran modules between Intel/GCC?
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.
indeed