easyconfigs-it4i/h/HDF5/HDF5-1.14.0-iimpi-2022b-serial.eb
Lukas Krupcik 38afdf14f3 new file: h/HDF5/HDF5-1.14.0-iimpi-2022b-serial.eb
new file:   l/LAMMPS/LAMMPS-23Jun2022-foss-2021b-kokkos.eb
	deleted:    h/HDF5/HDF5-1.14.0-iimpi-2022b.eb
2023-06-12 08:07:03 +02:00

30 lines
943 B
Plaintext

# IT4Innovations
# LK 2023
name = 'HDF5'
version = '1.14.0'
versionsuffix = '-serial'
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': 'iimpi', 'version': '2022b'}
import os
if os.environ.get("CLUSTERNAME") in ["KAROLINA"]:
toolchainopts = {'pic': True, 'usempi': False, 'optarch': 'march=core-avx2'}
else:
toolchainopts = {'pic': True, 'usempi': False}
source_urls = ['https://support.hdfgroup.org/ftp/HDF5/releases/hdf5-%(version_major_minor)s/hdf5-%(version)s/src']
sources = [SOURCELOWER_TAR_GZ]
checksums = ['a571cc83efda62e1a51a0a912dd916d01895801c5025af91669484a1575a6ef4']
dependencies = [
('zlib', '1.2.12'),
('Szip', '2.1.1'),
]
moduleclass = 'data'