easyconfigs-it4i/n/netCDF-Fortran/netCDF-Fortran-4.5.2-foss-2018a.eb
Lukáš Krupčík 14b05e2253 new file: a/ABINIT/ABINIT-9.2.1-intel-2018a.eb
new file:   n/netCDF-Fortran/netCDF-Fortran-4.5.2-foss-2018a.eb
	new file:   n/netCDF/netCDF-4.7.3-foss-2018a.eb
	deleted:    a/ABINIT/ABINIT-9.2.1-foss-2020a.eb
	deleted:    a/ABINIT/ABINIT-9.2.1-intel-2020a.eb
2020-11-09 09:08:59 +01:00

28 lines
740 B
Plaintext

# IT4Innovations 2020
# LK
name = 'netCDF-Fortran'
version = '4.5.2'
homepage = 'https://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': 'foss', 'version': '2018a'}
toolchainopts = {'pic': True, 'usempi': True}
source_urls = ['https://github.com/Unidata/netcdf-fortran/archive/']
sources = ['v%(version)s.tar.gz']
builddependencies = [
('M4', '1.4.18'),
]
dependencies = [('netCDF', '4.7.3')]
# (too) parallel build fails, but single-core build is fairly quick anyway (~1min)
parallel = 1
moduleclass = 'data'