netCDF-C++4-4.3.0-foss-2019a.eb 763 B

123456789101112131415161718192021222324
  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': '2019a'}
  9. source_urls = ['https://github.com/Unidata/netcdf-cxx4/archive/']
  10. sources = ['v%(version)s.tar.gz']
  11. checksums = ['25da1c97d7a01bc4cee34121c32909872edd38404589c0427fefa1301743f18f']
  12. dependencies = [('netCDF', '4.6.2')]
  13. sanity_check_paths = {
  14. 'files': ['include/netcdf', 'lib/libnetcdf_c++4.a', 'lib/libnetcdf_c++4.%s' % SHLIB_EXT],
  15. 'dirs': [],
  16. }
  17. moduleclass = 'data'