mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-07 23:42:12 +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
29 lines
822 B
Plaintext
29 lines
822 B
Plaintext
# IT4Innovations 2021
|
|
# LK
|
|
|
|
name = 'netCDF-Fortran'
|
|
version = '4.5.3'
|
|
|
|
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': '2020b'}
|
|
toolchainopts = {'pic': True, 'usempi': True}
|
|
|
|
source_urls = ['https://github.com/Unidata/netcdf-fortran/archive/']
|
|
sources = ['v%(version)s.tar.gz']
|
|
checksums = ['c6da30c2fe7e4e614c1dff4124e857afbd45355c6798353eccfa60c0702b495a']
|
|
|
|
builddependencies = [
|
|
('M4', '1.4.18'),
|
|
]
|
|
|
|
dependencies = [('netCDF', '4.7.4')]
|
|
|
|
# (too) parallel build fails, but single-core build is fairly quick anyway (~1min)
|
|
parallel = 1
|
|
|
|
moduleclass = 'data'
|