easyconfigs-it4i/h/HDF5/HDF5-1.12.1-gompi-2021b.eb
Lukas Krupcik edfe945b36 new file: b/Blender/Blender-3.1.0-GCC-10.3.0.eb
new file:   h/HDF5/HDF5-1.12.1-gompi-2021b.eb
	new file:   h/HyperQueue/HyperQueue-0.9.0.eb
	new file:   h/hipSYCL/hipSYCL-0.9.2-filter-cuda-stubs-rpath.patch
	new file:   h/hipSYCL/hipSYCL-0.9.2-gcccuda-2020b.eb
	new file:   t/TB2J/TB2J-7.1.1-Python-3.8.6-GCCcore-10.2.0.eb
	new file:   v/VASP/VASP-6.3.0-intel-2020b-mkl=sequential-march=znver3-karolina.eb
	new file:   v/vaspkit/vaspkit-1.3.3-fix-setup-script.patch
	new file:   v/vaspkit/vaspkit-1.3.3.eb
2022-03-30 11:27:18 +02:00

25 lines
766 B
Plaintext

# IT4Innoivations
# LK 2022
name = 'HDF5'
version = '1.12.1'
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': '2021b'}
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 = ['79c66ff67e666665369396e9c90b32e238e501f345afd2234186bfb8331081ca']
dependencies = [
('zlib', '1.2.11'),
('Szip', '2.1.1'),
]
moduleclass = 'data'