easyconfigs-it4i/h/HDF5/HDF5-1.10.1-foss-2017a.eb
Lukáš Krupčík 7fbdd5a335 modified: f/foss/foss-2017a.eb
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
2017-12-19 08:49:18 +01:00

23 lines
670 B
Plaintext

# IT4Innovations 2017
name = 'HDF5'
version = '1.10.1'
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': True}
source_urls = ['https://support.hdfgroup.org/ftp/HDF5/releases/hdf5-%(version_major_minor)s/hdf5-%(version)s/src']
sources = [SOURCELOWER_TAR_GZ]
checksums = ['048a9d149fb99aaa1680a712963f5a78e9c43b588d0e79d55e06760ec377c172']
dependencies = [
('zlib', '1.2.11', '', True),
('Szip', '2.1', '', True),
]
moduleclass = 'data'