netCDF-Fortran-4.6.1-iimpi-2022b.eb 828 B

12345678910111213141516171819202122232425262728
  1. name = 'netCDF-Fortran'
  2. version = '4.6.1'
  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': 'iimpi', 'version': '2022b'}
  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 = ['40b534e0c81b853081c67ccde095367bd8a5eead2ee883431331674e7aa9509f']
  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. maxparallel = 1
  21. moduleclass = 'data'