netCDF-C++4-4.3.0-foss-2017b-HDF5-1.8.19.eb 841 B

1234567891011121314151617181920212223242526
  1. easyblock = 'ConfigureMake'
  2. name = 'netCDF-C++4'
  3. version = '4.3.0'
  4. versionsuffix = '-HDF5-1.8.19'
  5. homepage = 'http://www.unidata.ucar.edu/software/netcdf/'
  6. description = """NetCDF (network Common Data Form) is a set of software libraries
  7. and machine-independent data formats that support the creation, access, and sharing of array-oriented
  8. scientific data."""
  9. toolchain = {'name': 'foss', 'version': '2017b'}
  10. toolchainopts = {'pic': True}
  11. source_urls = ['https://github.com/Unidata/netcdf-cxx4/archive/']
  12. sources = ['v%(version)s.tar.gz']
  13. checksums = ['25da1c97d7a01bc4cee34121c32909872edd38404589c0427fefa1301743f18f']
  14. dependencies = [('netCDF', '4.4.1.1', versionsuffix)]
  15. sanity_check_paths = {
  16. 'files': ['include/netcdf', 'lib/libnetcdf_c++4.a', 'lib/libnetcdf_c++4.%s' % SHLIB_EXT],
  17. 'dirs': [],
  18. }
  19. moduleclass = 'data'