mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-13 18:31:21 +01:00

new file: n/netCDF-Fortran/netCDF-Fortran-4.4.4-intel-2017b.eb new file: n/netCDF-Fortran/netCDF-Fortran-4.4.5-intel-2017c.eb deleted: n/netCDF-Fortran/netCDF-Fortran-4.4.4-iomkl-2017b.eb
19 lines
635 B
Plaintext
19 lines
635 B
Plaintext
name = 'netCDF-Fortran'
|
|
version = '4.4.4'
|
|
|
|
homepage = 'http://www.unidata.ucar.edu/software/netcdf/'
|
|
description = """NetCDF (network Common Data Form) is a set of software libraries
|
|
and machine-independent data formats that support the creation, access, and sharing of array-oriented
|
|
scientific data."""
|
|
|
|
toolchain = {'name': 'intel', 'version': '2017b'}
|
|
toolchainopts = {'pic': True}
|
|
|
|
source_urls = ['https://github.com/Unidata/netcdf-fortran/archive/']
|
|
sources = ['v%(version)s.tar.gz']
|
|
checksums = ['44b1986c427989604df9925dcdbf6c1a977e4ecbde6dd459114bca20bf5e9e67']
|
|
|
|
dependencies = [('netCDF', '4.4.1.1')]
|
|
|
|
moduleclass = 'data'
|