netCDF-C++4-4.3.1-gompi-2022b.eb 793 B

12345678910111213141516171819202122232425
  1. easyblock = 'ConfigureMake'
  2. name = 'netCDF-C++4'
  3. version = '4.3.1'
  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': '2022b'}
  9. toolchainopts = {'pic': True}
  10. source_urls = ['https://github.com/Unidata/netcdf-cxx4/archive/']
  11. sources = ['v%(version)s.tar.gz']
  12. checksums = ['e3fe3d2ec06c1c2772555bf1208d220aab5fee186d04bd265219b0bc7a978edc']
  13. dependencies = [('netCDF', '4.9.0')]
  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'