easyconfigs-it4i/n/netCDF-Fortran/netCDF-Fortran-4.6.1-iimpi-2023b.eb
Lukas Krupcik ba185e3268 modified: a/Autoconf/Autoconf-2.69.eb
new file:   a/apptainer/apptainer-1.2.5.eb
	new file:   a/apptainer/apptainer-1.3.0.eb
	modified:   a/apptainer/apptainer-1.3.1.eb
	modified:   d/Dakota/Dakota-6.15.0-foss-2021b.eb
	modified:   d/Dakota/Dakota-6.15.0-intel-2021b.eb
	new file:   g/GSL/GSL-2.7-intel-compilers-2023.2.1.eb
	modified:   h/HDF5/HDF5-1.12.1-foss-2021b-parallel.eb
	new file:   h/htop/htop-3.3.0.eb
	new file:   l/libxc/libxc-6.2.2-intel-compilers-2023.2.1.eb
	new file:   n/netCDF-Fortran/netCDF-Fortran-4.6.1-iimpi-2023b.eb
	new file:   n/netCDF/netCDF-4.9.2-iimpi-2023b.eb
	new file:   o/Octopus/Octopus-14.1-intel-2023b-mpi.eb
	new file:   s/squashfs-tools/squashfs-tools-4.6.1.eb
	new file:   u/uncertainties/uncertainties-3.1.7-foss-2023b.eb
2024-05-14 13:18:54 +02:00

36 lines
1001 B
Plaintext

# IT4Innovations
# LK 2024
name = 'netCDF-Fortran'
version = '4.6.1'
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': 'iimpi', 'version': '2023b'}
import os
if os.environ.get("CLUSTERNAME") in ["KAROLINA"]:
toolchainopts = {'usempi': True, 'opt': True, 'optarch': 'march=core-avx2'}
else:
toolchainopts = {'usempi': True, 'opt': True}
source_urls = ['https://github.com/Unidata/netcdf-fortran/archive/']
sources = ['v%(version)s.tar.gz']
checksums = ['40b534e0c81b853081c67ccde095367bd8a5eead2ee883431331674e7aa9509f']
builddependencies = [
('M4', '1.4.19'),
]
dependencies = [
('netCDF', '4.9.2'),
('bzip2', '1.0.8'),
]
# (too) parallel build fails, but single-core build is fairly quick anyway (~1min)
parallel = 1
moduleclass = 'data'