easyconfigs-it4i/h/HDF5/HDF5-1.14.5-gompi-2024it4i.eb
Lukas Krupcik 58e312c77f new file: c/CMake/CMake-3.30.5-acfl-24.10.eb
new file:   d/Doxygen/Doxygen-1.11.0-GCCcore-14.2.0.eb
	new file:   g/gompi/gompi-2024it4i.eb
	new file:   g/gzip/gzip-1.13-GCCcore-14.2.0.eb
	new file:   h/HDF5/HDF5-1.14.5-gompi-2024it4i.eb
	new file:   l/libiconv/libiconv-1.17-GCCcore-14.2.0.eb
	new file:   l/lz4/lz4-1.9.4-GCCcore-14.2.0.eb
	new file:   m/make/make-4.4.1-GCCcore-14.2.0.eb
	new file:   n/netCDF-Fortran/netCDF-Fortran-4.6.1-gompi-2024it4i.eb
	new file:   n/netCDF/netCDF-4.9.2-gompi-2024it4i.eb
	new file:   o/OpenBLAS/OpenBLAS-0.3.27-GCC-14.2.0.eb
	new file:   p/PRRTE/PRRTE-3.0.5-GCCcore-14.2.0.eb
	new file:   s/Szip/Szip-2.1.1-GCCcore-14.2.0.eb
	new file:   z/zstd/zstd-1.5.6-GCCcore-14.2.0.eb
2024-10-21 13:49:55 +02:00

31 lines
921 B
Plaintext

# IT4Innovations
# LK 2024
name = 'HDF5'
version = '1.14.5'
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': '2024it4i'}
toolchainopts = {'pic': True, 'usempi': True}
source_urls = ['https://github.com/HDFGroup/hdf5/archive/refs/tags/']
sources = ['hdf5_1.14.5.tar.gz']
checksums = ['c83996dc79080a34e7b5244a1d5ea076abfd642ec12d7c25388e2fdd81d26350']
import os
if os.environ.get("CLUSTERNAME") in ["KAROLINA"]:
toolchainopts = {'pic': True, 'usempi': True, 'optarch': 'march=core-avx2'}
else:
toolchainopts = {'pic': True, 'usempi': True}
dependencies = [
('zlib', '1.3.1'),
('Szip', '2.1.1'),
]
moduleclass = 'data'