easyconfigs-it4i/n/netCDF-Fortran/netCDF-Fortran-4.5.2-intel-2020a.eb
Lukáš Krupčík 2e868e151f new file: i/IOTK/IOTK-1.2.2-intel-2020a.eb
new file:   i/IOTK/IOTK-intel-2020a.patch
	new file:   l/libxc/libxc-2.2.3-intel-2020a.eb
	new file:   n/netCDF-Fortran/netCDF-Fortran-4.5.2-intel-2020a.eb
	new file:   y/Yambo/Yambo-4.5.2-intel-2020a.eb
2020-07-24 13:25:06 +02:00

27 lines
724 B
Plaintext

# JH 2020
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': 'intel', 'version': '2020a'}
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'