easyconfigs-it4i/n/netCDF/netCDF-4.7.4-intel-2020b.eb
Lukas Krupcik 58dddb69c6 modified: h/HDF5/HDF5-1.10.6-intel-2020a.eb
new file:   n/netCDF/netCDF-4.7.4-intel-2020b.eb
	new file:   s/Siesta/Siesta-4.1.5-intel-2020b.eb
2021-08-09 10:59:17 +02:00

37 lines
877 B
Plaintext

# IT4Innovations 2020
name = 'netCDF'
version = '4.7.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': '2020b'}
toolchainopts = {'pic': True, 'usempi': True}
sources = ['v%(version)s.tar.gz']
source_urls = [
'https://github.com/Unidata/netcdf-c/archive/'
]
dependencies = [
('HDF5', '1.10.6', '-parallel'),
('cURL', '7.76.0', '', True),
('Szip', '2.1.1'),
]
builddependencies = [
('CMake', '3.20.1', '', True),
('Doxygen', '1.8.20'),
]
# make sure both static and shared libs are built
configopts = [
"-DBUILD_SHARED_LIBS=OFF ",
"-DBUILD_SHARED_LIBS=ON ",
]
moduleclass = 'data'