netCDF-Fortran-4.6.2-iimpi-2025b.eb 846 B

123456789101112131415161718192021222324252627
  1. name = 'netCDF-Fortran'
  2. version = '4.6.2'
  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': '2025b'}
  8. toolchainopts = {'pic': True, 'usempi': True, 'optarch': 'mavx2'}
  9. source_urls = ['https://github.com/Unidata/%(namelower)s/archive/']
  10. sources = ['v%(version)s.tar.gz']
  11. checksums = ['44cc7b5626b0b054a8503b8fe7c1b0ac4e0a79a69dad792c212454906a9224ca']
  12. builddependencies = [
  13. ('M4', '1.4.20'),
  14. ]
  15. dependencies = [
  16. ('netCDF', '4.9.3'),
  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'