netCDF-C++4-4.3.0-foss-2017b.eb 793 B

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