easyconfigs-it4i/h/HDF5/HDF5-1.10.6-foss-2017b-parallel.eb
Josef Hrabal 9db224585c new file: b/BAGEL/BAGEL-1.2.2-intel-2017a.eb
new file:   h/HDF5/HDF5-1.10.6-foss-2017b-parallel.eb
	new file:   h/HDF5/HDF5-1.10.6-foss-2018a-parallel.eb
	new file:   s/SCOTCH/SCOTCH-6.0.9-foss-2017b.eb
	deleted:    b/BAGEL/BAGEL-1.2.2-intel-2020a.eb
2020-02-06 12:51:09 +01:00

25 lines
665 B
Plaintext

# IT4Innovations 2020
name = 'HDF5'
version = '1.10.6'
versionsuffix = '-parallel'
homepage = 'http://www.hdfgroup.org/HDF5/'
description = """HDF5 is a unique technology suite that makes possible the management of
extremely large and local_complex data collections."""
toolchain = {'name': 'foss', 'version': '2017b'}
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]
dependencies = [
('zlib', '1.2.11', '', True),
('Szip', '2.1', '', True),
# ('libxml2', '2.9.9', '', True),
]
moduleclass = 'data'