easyconfigs-it4i/h/HDF5/HDF5-1.12.0-gompi-2020e.eb
Lukas Krupcik 59cb428266 new file: a/ADIOS2/ADIOS2-2.7.0-gompi-2020e.eb
new file:   c/c-blosc/c-blosc-1.21.0-GCC-10.3.0.eb
	new file:   g/gompi/gompi-2020e.eb
	new file:   h/HDF5/HDF5-1.12.0-gompi-2020e.eb
	new file:   l/libfabric/libfabric-1.11.0-GCCcore-10.3.0.eb
	new file:   o/OpenMPI/OpenMPI-4.1.4-GCC-10.3.0-CUDA-11.3.1.eb
	new file:   o/openPMD-api/openPMD-api-0.14.4-gompi-2020e.eb
	new file:   p/PNGwriter/PNGwriter-0.7.0-GCC-10.3.0.eb
2023-11-22 09:21:06 +01:00

29 lines
914 B
Plaintext

# IT4Innoivations
# BS 2023
name = 'HDF5'
version = '1.12.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': '2020e'}
import os
if os.environ.get("CLUSTERNAME") in ["KAROLINA"]:
toolchainopts = {'optarch': 'march=core-avx2', 'pic': True, 'usempi': True}
else:
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 = ['a62dcb276658cb78e6795dd29bf926ed7a9bc4edf6e77025cd2c689a8f97c17a']
dependencies = [
('zlib', '1.2.11'),
('Szip', '2.1.1'),
]
moduleclass = 'data'