netCDF-Fortran-4.6.0-iompi-2022.05.eb 827 B

12345678910111213141516171819202122232425262728
  1. name = 'netCDF-Fortran'
  2. version = '4.6.0'
  3. homepage = 'https://www.unidata.ucar.edu/software/netcdf/'
  4. description = """NetCDF (network Common Data Form) is a set of software libraries
  5. and machine-independent data formats that support the creation, access, and sharing of array-oriented
  6. scientific data."""
  7. toolchain = {'name': 'iompi', 'version': '2022.05'}
  8. toolchainopts = {'pic': True, 'usempi': True}
  9. source_urls = ['https://github.com/Unidata/netcdf-fortran/archive/']
  10. sources = ['v%(version)s.tar.gz']
  11. checksums = ['8194aa70e400c0adfc456127c1d97af2c6489207171d13b10cd754a16da8b0ca']
  12. builddependencies = [
  13. ('M4', '1.4.19'),
  14. ]
  15. dependencies = [
  16. ('netCDF', '4.9.0'),
  17. ('bzip2', '1.0.8'),
  18. ]
  19. # (too) parallel build fails, but single-core build is fairly quick anyway (~1min)
  20. parallel = 1
  21. moduleclass = 'data'