easyconfigs-it4i/h/HDF5/HDF5-1.14.4-GCC-11.3.0-serial.eb
Lukas Krupcik e3350cbdb9 new file: h/HDF5/HDF5-1.14.4-GCC-11.3.0-serial.eb
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
2024-06-03 07:05:11 +02:00

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'