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

modified: f/fontconfig/fontconfig-2.13.0-libpng-1.6.34.eb modified: g/gnuplot/gnuplot-5.2.4-GCC-6.3.0-2.27.eb modified: h/HDF5/HDF5-1.8.17-intel-2017a.eb modified: o/OpenMPI/OpenMPI-3.0.0-GCC-6.3.0-2.27.eb modified: q/Qt/Qt-4.8.7.eb new file: q/QuantumESPRESSO/QuantumESPRESSO-6.3-intel-2017a.eb new file: q/QuantumESPRESSO/QuantumESPRESSO-6.3_drop_LIBS_before_configure_of_fox.patch modified: r/Ruby/Ruby-2.4.2.eb
27 lines
690 B
Plaintext
27 lines
690 B
Plaintext
name = 'HDF5'
|
|
version = '1.8.17'
|
|
|
|
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': 'intel', 'version': '2017a'}
|
|
toolchainopts = {'pic': True, 'usempi': True}
|
|
|
|
source_urls = ['https://support.hdfgroup.org/ftp/HDF5/releases/hdf5-1.8/hdf5-1.8.17/src/']
|
|
sources = [SOURCELOWER_TAR_GZ]
|
|
|
|
patches = [
|
|
'HDF5-1.8.15_configure_intel.patch',
|
|
'configure_libtool.patch',
|
|
]
|
|
|
|
buildopts = 'CXXFLAGS="$CXXFLAGS -DMPICH_IGNORE_CXX_SEEK"'
|
|
|
|
dependencies = [
|
|
('zlib', '1.2.11', '', True),
|
|
('Szip', '2.1', '', True),
|
|
]
|
|
|
|
moduleclass = 'data'
|