# IT4Innovations 2024
# BS

name = 'HDF5'
version = '1.14.4'
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': 'GCC', 'version': '11.3.0'}

source_urls = [
	'https://support.hdfgroup.org/ftp/HDF5/releases/hdf5-1.14/hdf5-1.14.4/src'
]
sources = ['hdf5-1.14.4-3.tar.gz']

checksums = ['019ac451d9e1cf89c0482ba2a06f07a46166caf23f60fea5ef3c37724a318e03']

#source_urls = [
  #  'https://support.hdfgroup.org/ftp/HDF5/releases/hdf5-1.14/hdf5-%(version)s-3/src']

#sources = [SOURCELOWER_TAR_GZ]

dependencies = [
    ('zlib', '1.2.12-GCCcore-11.3.0', '', True,),
    ('Szip', '2.1.1-GCCcore-11.3.0', '', True,),
#    ('libxml2', '2.9.9', '', True),
]

moduleclass = 'data'