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

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
37 lines
868 B
Plaintext
37 lines
868 B
Plaintext
# IT4Innovations 2020
|
|
|
|
name = 'netCDF'
|
|
version = '4.7.3'
|
|
|
|
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': '2020a'}
|
|
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', '', ('iimpi', '2020a')),
|
|
('cURL', '7.69.1'),
|
|
('Szip', '2.1.1'),
|
|
]
|
|
|
|
builddependencies = [
|
|
('CMake', '3.16.4'),
|
|
('Doxygen', '1.8.17'),
|
|
]
|
|
|
|
# make sure both static and shared libs are built
|
|
configopts = [
|
|
"-DBUILD_SHARED_LIBS=OFF ",
|
|
"-DBUILD_SHARED_LIBS=ON ",
|
|
]
|
|
|
|
moduleclass = 'data'
|