mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-14 02:41:22 +01:00

modified: g/gompi/gompi-2017a.eb new file: g/grace/grace-5.1.25-intel-2015b-test.eb modified: g/grace/grace-5.1.25-intel-2017a.eb new file: h/HDF5/HDF5-1.10.1-foss-2017a.eb new file: h/HDF5/HDF5-1.8.18-foss-2017a-serial.eb modified: m/motif/motif-2.3.4-intel-2017a.eb modified: m/motif/motif-2.3.7.eb new file: m/mpi4py/mpi4py-3.0.0-foss-2017a-Python-2.7.13.eb modified: s/Singularity/Singularity-2.4.2.eb modified: s/Singularity/Singularity-2.4.eb new file: t/TRIQS/TRIQS-1.4.1-foss-2017a.eb modified: x/xorg-fonts/xorg-fonts-20170314.eb
24 lines
664 B
Plaintext
24 lines
664 B
Plaintext
# IT4Innovations 2017
|
|
|
|
name = 'HDF5'
|
|
version = '1.8.18'
|
|
versionsuffix= '-serial'
|
|
|
|
homepage = 'http://www.hdfgroup.org/HDF5/'
|
|
description = """HDF5 is a unique technology suite that makes possible the management of
|
|
extremely large and complex data collections."""
|
|
|
|
toolchain = {'name': 'foss', 'version': '2017a'}
|
|
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 = ['dd2148b740713ca0295442ec683d7b1c']
|
|
|
|
dependencies = [
|
|
('zlib', '1.2.11', '', True),
|
|
('Szip', '2.1', '', True),
|
|
]
|
|
|
|
moduleclass = 'data'
|