netCDF-Fortran-4.4.4-intel-2017.02.eb 558 B

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