netCDF-Fortran-4.5.2-iimpi-2019b.eb 795 B

12345678910111213141516171819202122232425
  1. name = 'netCDF-Fortran'
  2. version = '4.5.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': '2019b'}
  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 = ['0b05c629c70d6d224a3be28699c066bfdfeae477aea211fbf034d973a8309b49']
  12. builddependencies = [
  13. ('M4', '1.4.18'),
  14. ]
  15. dependencies = [('netCDF', '4.7.1')]
  16. # (too) parallel build fails, but single-core build is fairly quick anyway (~1min)
  17. parallel = 1
  18. moduleclass = 'data'