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

modified: h/HDF5/HDF5-1.10.6-intel-2020b-parallel.eb new file: l/libcint/libcint-5.5.0-gfbf-2023b.eb new file: l/libxc/libxc-4.3.4-foss-2023b.eb modified: l/libxc/libxc-4.3.4-intel-2020b.eb modified: n/netCDF-Fortran/netCDF-Fortran-4.5.3-intel-2020b.eb modified: n/netCDF/netCDF-4.7.4-intel-2020b.eb modified: o/Octopus/Octopus-11.3-intel-2020b-mpi.eb new file: o/OpenMPI/OpenMPI-4.1.6-GCC-12.2.0-CUDA-12.4.0.eb
38 lines
938 B
Plaintext
38 lines
938 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/'
|
|
]
|
|
checksums = ['99930ad7b3c4c1a8e8831fb061cb02b2170fc8e5ccaeda733bd99c3b9d31666b']
|
|
|
|
dependencies = [
|
|
('HDF5', '1.10.6', '-parallel'),
|
|
('cURL', '7.72.0'),
|
|
('Szip', '2.1.1'),
|
|
]
|
|
|
|
builddependencies = [
|
|
('CMake', '3.18.4'),
|
|
('Doxygen', '1.8.20'),
|
|
]
|
|
|
|
# make sure both static and shared libs are built
|
|
configopts = [
|
|
"-DBUILD_SHARED_LIBS=OFF ",
|
|
"-DBUILD_SHARED_LIBS=ON ",
|
|
]
|
|
|
|
moduleclass = 'data'
|