mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-13 18:31:21 +01:00

new file: d/dotNET-Core-SDK/dotNET-Core-SDK-2.2.101.eb new file: e/ELPA/ELPA-2016.11.001.pre-intel-2017a.eb new file: e/ELPA/ELPA-2017.11.001-intel-2017a.eb new file: h/HDF5/HDF5-1.10.2-intel-2017a.eb new file: l/libxc/libxc-4.2.3-intel-2017a.eb new file: p/phonopy/phonopy-1.14.2-Py-3.6.eb modified: q/QuantumESPRESSO/QuantumESPRESSO-6.3-intel-2017a.eb new file: q/QuantumESPRESSO/QuantumESPRESSO-6.3-intel-2017a.eb.old modified: q/QuantumESPRESSO/QuantumESPRESSO-6.3_drop_LIBS_before_configure_of_fox.patch new file: q/QuantumESPRESSO/QuantumESPRESSO-6.3_drop_LIBS_before_configure_of_fox.patch.old new file: v/VASP/VASP-5.4.4-intel-2017c-mkl=cluster-LONGCHAR.eb
24 lines
773 B
Plaintext
24 lines
773 B
Plaintext
# IT4Innovations
|
|
|
|
name = 'HDF5'
|
|
version = '1.10.2'
|
|
|
|
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': 'intel', '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 = ['bfec1be8c366965a99812cf02ddc97e4b708c1754fccba5414d4adccdc073866']
|
|
|
|
dependencies = [
|
|
('zlib', '1.2.11', '', True),
|
|
('Szip', '2.1', '', True),
|
|
]
|
|
|
|
moduleclass = 'data'
|