easyconfigs-it4i/h/HDF5/HDF5-1.12.1-NVHPC-22.2.eb
Jakub Kropacek 1149e65a51 new file: c/CP2K/CP2K-2022.1-foss-2022a.eb
new file:   c/ctffind/ctffind-4.1.14-foss-2021a.eb
	new file:   f/FFTW.MPI/FFTW.MPI-3.3.8-NVHPC-22.2.eb
	modified:   f/FFTW/FFTW-3.3.10-NVHPC-22.2-amd.eb
	new file:   f/FFTW/FFTW-3.3.8-NVHPC-22.2-amd.eb
	new file:   f/FFTW/FFTW-3.3.8-NVHPC-22.2.eb
	modified:   h/HDF5/HDF5-1.12.1-NVHPC-22.2.eb
	new file:   h/HDF5/HDF5-1.12.2-gompi-2022a.eb
	new file:   h/HDF5/HDF5-1.12.2-iimpi-2022a.eb
	new file:   l/libxsmm/libxsmm-1.17-GCC-11.3.0.eb
	new file:   p/PLUMED/PLUMED-2.8.0-foss-2022a.eb
	new file:   q/QD/QD-2.3.17-NVHPC-22.2.eb
	modified:   q/QuantumESPRESSO/QuantumESPRESSO-7.1-foss-2022a.eb
	modified:   q/QuantumESPRESSO/QuantumESPRESSO-7.1-intel-2022a.eb
	new file:   r/RELION/RELION-4.0-beta-foss-2021a.eb
	new file:   s/ScaLAPACK/ScaLAPACK-3.0-NVHPC-22.2.eb
	new file:   v/VASP/VASP-6.3.2-NVHPC-22.2-CUDA-11.6.0-adjust-makefile.patch
	modified:   v/VASP/VASP-6.3.2-NVHPC-22.2-CUDA-11.6.0.eb
	new file:   x/xxd/xxd-8.2.4220-GCCcore-11.3.0.eb
	deleted:    f/FFTW.MPI/FFTW.MPI-3.3.10-gompi-2022a.eb
	deleted:    h/HDF5/HDF5-1.13.1-gompi-2022a.eb
	deleted:    h/HDF5/HDF5-1.13.1-iimpi-2022a.eb
2022-09-05 18:21:49 +02:00

28 lines
916 B
Plaintext

# IT4Innovations 2022
# LK JK
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': 'NVHPC', 'version': '22.2'}
toolchainopts = {'pic': 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']
configopts = '--enable-fortran --enable-fortran 2003 --enable-cxx --enable-parallel --enable-unsupported --enable-shared'
dependencies = [
('OpenMPI', '4.1.2', '-CUDA-11.6.0'),
('zlib', '1.2.11'),
('Szip', '2.1.1'),
]
moduleclass = 'data'