HDF5-1.8.18-intel-2016.02-GCC-4.9.eb 704 B

12345678910111213141516171819202122
  1. name = 'HDF5'
  2. version = '1.8.18'
  3. homepage = 'https://support.hdfgroup.org/HDF5/'
  4. description = """HDF5 is a data model, library, and file format for storing and managing data.
  5. It supports an unlimited variety of datatypes, and is designed for flexible
  6. and efficient I/O and for high volume and complex data."""
  7. toolchain = {'name': 'intel', 'version': '2016.02-GCC-4.9'}
  8. toolchainopts = {'pic': True, 'usempi': True}
  9. source_urls = ['https://support.hdfgroup.org/ftp/HDF5/releases/hdf5-%(version_major_minor)s/hdf5-%(version)s/src']
  10. sources = [SOURCELOWER_TAR_GZ]
  11. checksums = ['dd2148b740713ca0295442ec683d7b1c']
  12. dependencies = [
  13. ('zlib', '1.2.8'),
  14. ('Szip', '2.1'),
  15. ]
  16. moduleclass = 'data'