easyconfigs-it4i/h/HDF5/HDF5-1.8.18-intel-2017a-serial.eb
easybuild 40b461ca6f fix
2019-11-06 13:38:09 +01:00

28 lines
748 B
Plaintext

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 local_complex data collections."""
toolchain = {'name': 'intel', 'version': '2017a'}
toolchainopts = {'pic': True, 'usempi': False}
source_urls = [
'https://support.hdfgroup.org/ftp/HDF5/current18/src/',
'https://support.hdfgroup.org/ftp/HDF5/releases/hdf5-%(versions)/src/'
]
sources = [SOURCELOWER_TAR_GZ]
checksums = ['dd2148b740713ca0295442ec683d7b1c']
buildopts = 'CXXFLAGS="$CXXFLAGS -DMPICH_IGNORE_CXX_SEEK"'
dependencies = [
('zlib', '1.2.11', '', True),
('Szip', '2.1', '', True),
]
moduleclass = 'data'