netCDF-Fortran-4.4.4-intel-2018-netCDF-4.4.1.1.eb 589 B

123456789101112131415161718
  1. name = 'netCDF-Fortran'
  2. version = '4.4.4'
  3. versionsuffix = '-netCDF-4.4.1.1'
  4. homepage = 'http://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': 'intel', 'version': '2018'}
  9. toolchainopts = {'pic': True}
  10. source_urls = ['https://github.com/Unidata/netcdf-fortran/archive/']
  11. sources = ['v%(version)s.tar.gz']
  12. dependencies = [('netCDF', '4.4.1.1')]
  13. moduleclass = 'data'