mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-07 23:42:12 +01:00

new file: c/CGAL/CGAL-4.11.1-foss-2017b.eb new file: h/HDF5/HDF5-1.10.2-foss-2017b.eb modified: l/libGLU/libGLU-9.0.0.eb new file: m/METIS/METIS-5.1.0-foss-2017b.eb new file: m/METIS/METIS-5.1.0-use-doubles.patch new file: m/MPFR/MPFR-4.0.1-foss-2017b.eb new file: m/Mesa/Mesa-18.1.1-foss-2017b.eb new file: o/OpenFOAM/.OpenFOAM-6-foss-2017b.eb.swp new file: o/OpenFOAM/OpenFOAM-6-foss-2017b.eb new file: p/ParaView/ParaView-5.4.1-foss-2017b-mpi.eb new file: p/Python/Python-2.7.15-foss-2017b.eb new file: s/SCOTCH/SCOTCH-6.0.5-foss-2017b.eb new file: x/X11/X11-20180604-foss-2017b.eb Former-commit-id: e8b10bec2b833ddd8d62d61f64121f07ce56c411
23 lines
670 B
Plaintext
23 lines
670 B
Plaintext
# IT4Innovations 2018
|
|
|
|
name = 'HDF5'
|
|
version = '1.10.2'
|
|
|
|
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': '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]
|
|
checksums = ['048a9d149fb99aaa1680a712963f5a78e9c43b588d0e79d55e06760ec377c172']
|
|
|
|
dependencies = [
|
|
('zlib', '1.2.11', '', True),
|
|
('Szip', '2.1', '', True),
|
|
]
|
|
|
|
moduleclass = 'data'
|