mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-15 11:18:08 +01:00

deleted: a/Anaconda2/Anaconda2-4.4.0.eb deleted: a/Anaconda3/Anaconda3-2019.10.eb deleted: a/Anaconda3/Anaconda3-4.4.0.eb deleted: a/Anaconda3/Anaconda3-5.3.1.eb deleted: a/Autotools/Autotools-20150215-GCC-6.3.0-2.27.eb deleted: a/Autotools/Autotools-20170619.eb deleted: a/Autotools/Autotools-20180311.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'
|