HDF5-1.12.1-gompi-2021b.eb 846 B

1234567891011121314151617181920212223242526
  1. ##
  2. # Author: Robert Mijakovic <robert.mijakovic@lxp.lu>
  3. ##
  4. name = 'HDF5'
  5. version = '1.12.1'
  6. homepage = 'https://portal.hdfgroup.org/display/support'
  7. description = """HDF5 is a data model, library, and file format for storing and managing data.
  8. It supports an unlimited variety of datatypes, and is designed for flexible
  9. and efficient I/O and for high volume and complex data."""
  10. toolchain = {'name': 'gompi', 'version': '2021b'}
  11. toolchainopts = {'pic': True, 'usempi': True}
  12. source_urls = ['https://support.hdfgroup.org/ftp/HDF5/releases/hdf5-%(version_major_minor)s/hdf5-%(version)s/src']
  13. sources = [SOURCELOWER_TAR_GZ]
  14. checksums = ['79c66ff67e666665369396e9c90b32e238e501f345afd2234186bfb8331081ca']
  15. dependencies = [
  16. ('zlib', '1.2.11'),
  17. ('Szip', '2.1.1'),
  18. ]
  19. configopts = "--with-default-api-version=v18"
  20. moduleclass = 'data'