HDF5-1.8.18-intel-2017.02.eb 664 B

1234567891011121314151617181920212223
  1. name = 'HDF5'
  2. version = '1.8.18'
  3. homepage = 'https://support.hdfgroup.org/HDF5/'
  4. description = """HDF5 is a unique technology suite that makes possible the management of
  5. extremely large and complex data collections."""
  6. toolchain = {'name': 'intel', 'version': '2017.02'}
  7. toolchainopts = {'pic': True, 'usempi': True}
  8. source_urls = ['https://support.hdfgroup.org/ftp/HDF5/releases/hdf5-%(version_major_minor)s/hdf5-%(version)s/src']
  9. sources = [SOURCELOWER_TAR_GZ]
  10. checksums = ['dd2148b740713ca0295442ec683d7b1c']
  11. buildopts = 'CXXFLAGS="$CXXFLAGS -DMPICH_IGNORE_CXX_SEEK"'
  12. dependencies = [
  13. ('zlib', '1.2.11'),
  14. ('Szip', '2.1'),
  15. ]
  16. moduleclass = 'data'