Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,13 @@ description = """HDF5 is a data model, library, and file format for storing and
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': '8.3.0'}
toolchain = {'name': 'GCC', 'version': '8.3.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 = ['6d4ce8bf902a97b050f6f491f4268634e252a63dadd6656a1a9be5b7b7726fa8']

builddependencies = [
('binutils', '2.32'),
]

dependencies = [
('zlib', '1.2.11'),
('Szip', '2.1.1'),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,13 @@ description = """HDF5 is a data model, library, and file format for storing and
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': '11.3.0'}
toolchain = {'name': 'GCC', 'version': '11.3.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 = ['2a89af03d56ce7502dcae18232c241281ad1773561ec00c0f0e8ee2463910f14']

builddependencies = [
('binutils', '2.38'),
]

dependencies = [
('zlib', '1.2.12'),
('Szip', '2.1.1'),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,13 @@ description = """HDF5 is a data model, library, and file format for storing and
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': '11.3.0'}
toolchain = {'name': 'GCC', 'version': '11.3.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 = ['051655873105112f7aeccd5f59ab21f35f7f4907f06921ae61aaf1ef1c71fd53']

builddependencies = [
('binutils', '2.38'),
]

dependencies = [
('zlib', '1.2.12'),
('Szip', '2.1.1'),
Expand Down