mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-07 23:42:12 +01:00

new file: h/HyperQueue/HyperQueue-0.19.0.eb new file: o/Octopus/Octopus-2aada6cb0732113638b17ddf6f7f0be0-intel-2020b-mpi-parallel-restart.eb new file: p/Python/Python-3.11.5-GCCcore-13.2.0-sqsgenerator.eb modified: p/pymatgen/pymatgen-2022.0.12-foss-2020b.eb new file: s/sqsgenerator/sqsgenerator-0.3-foss-2023b-Python-3.11.5.eb
33 lines
855 B
Plaintext
33 lines
855 B
Plaintext
# IT4Innovations 2024
|
|
# BS
|
|
|
|
name = 'HDF5'
|
|
version = '1.14.4'
|
|
versionsuffix = '-serial'
|
|
|
|
homepage = 'http://www.hdfgroup.org/HDF5/'
|
|
description = """HDF5 is a unique technology suite that makes possible the management of
|
|
extremely large and local_complex data collections."""
|
|
|
|
toolchain = {'name': 'GCC', 'version': '11.3.0'}
|
|
|
|
source_urls = [
|
|
'https://support.hdfgroup.org/ftp/HDF5/releases/hdf5-1.14/hdf5-1.14.4/src'
|
|
]
|
|
sources = ['hdf5-1.14.4-3.tar.gz']
|
|
|
|
checksums = ['019ac451d9e1cf89c0482ba2a06f07a46166caf23f60fea5ef3c37724a318e03']
|
|
|
|
#source_urls = [
|
|
# 'https://support.hdfgroup.org/ftp/HDF5/releases/hdf5-1.14/hdf5-%(version)s-3/src']
|
|
|
|
#sources = [SOURCELOWER_TAR_GZ]
|
|
|
|
dependencies = [
|
|
('zlib', '1.2.12-GCCcore-11.3.0', '', True,),
|
|
('Szip', '2.1.1-GCCcore-11.3.0', '', True,),
|
|
# ('libxml2', '2.9.9', '', True),
|
|
]
|
|
|
|
moduleclass = 'data'
|