netCDF-C++4-4.2-gompi-2020b.eb 724 B

123456789101112131415161718192021222324
  1. easyblock = 'ConfigureMake'
  2. name = 'netCDF-C++4'
  3. version = '4.2'
  4. homepage = 'https://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': 'gompi', 'version': '2020b'}
  9. toolchainopts = {'pic': True}
  10. source_urls = ['https://www.unidata.ucar.edu/downloads/netcdf/ftp/']
  11. sources = ['netcdf-cxx-%(version)s.tar.gz']
  12. dependencies = [('netCDF', '4.7.4')]
  13. sanity_check_paths = {
  14. 'files': ['include/netcdf.hh', 'lib/libnetcdf_c++.a', 'lib/libnetcdf_c++.%s' % SHLIB_EXT],
  15. 'dirs': [],
  16. }
  17. moduleclass = 'data'