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

modified: b/Boost/Boost-1.77.0-gompi-2021a.eb modified: c/CMake/CMake-3.16.2.eb new file: e/ELPA/ELPA-2019.11.001-intel-2021a.eb modified: e/ELPA/ELPA-2023.11.001-intel-2023b.eb modified: h/HDF5/HDF5-1.10.6-intel-2020a.eb modified: i/IOTK/IOTK-1.2.2-intel-2020a.eb modified: j/Java/Java-1.8.0_221.eb modified: n/NVHPC/NVHPC-21.9.eb modified: n/netCDF-Fortran/netCDF-Fortran-4.5.2-intel-2020a.eb modified: n/netCDF/netCDF-4.7.3-intel-2020a.eb new file: p/PETSc/PETSc-3.21.2-foss-2022b.eb new file: p/petsc4py/petsc4py-3.21.2-foss-2022b.eb modified: q/QMCPACK/QMCPACK-3.14.0-foss-2021a-Python-3.9.5.eb new file: q/QuantumESPRESSO/QuantumESPRESSO-6.7-intel-2020a-MaX.eb new file: q/QuantumESPRESSO/QuantumESPRESSO-7.2-intel-2021a.eb new file: q/QuantumESPRESSO/QuantumESPRESSO-7.3-intel-2021a.eb new file: q/QuantumESPRESSO/QuantumESPRESSO-7.3.1-intel-2023b-gpu.eb new file: s/SLEPc/SLEPc-3.21.1-foss-2022b.eb new file: s/slepc4py/slepc4py-3.21.1-foss-2022b.eb new file: s/sqsgenerator/sqsgenerator-0.3-conda.eb modified: s/sqsgenerator/sqsgenerator-0.3-foss-2023b-Python-3.11.5.eb new file: y/Yambo/Yambo-5.2.3-intel-2020a.eb
38 lines
949 B
Plaintext
38 lines
949 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/'
|
|
]
|
|
checksums = ['05d064a2d55147b83feff3747bea13deb77bef390cb562df4f9f9f1ce147840d']
|
|
|
|
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'
|