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

new file: d/Doxygen/Doxygen-1.11.0-GCCcore-14.2.0.eb new file: g/gompi/gompi-2024it4i.eb new file: g/gzip/gzip-1.13-GCCcore-14.2.0.eb new file: h/HDF5/HDF5-1.14.5-gompi-2024it4i.eb new file: l/libiconv/libiconv-1.17-GCCcore-14.2.0.eb new file: l/lz4/lz4-1.9.4-GCCcore-14.2.0.eb new file: m/make/make-4.4.1-GCCcore-14.2.0.eb new file: n/netCDF-Fortran/netCDF-Fortran-4.6.1-gompi-2024it4i.eb new file: n/netCDF/netCDF-4.9.2-gompi-2024it4i.eb new file: o/OpenBLAS/OpenBLAS-0.3.27-GCC-14.2.0.eb new file: p/PRRTE/PRRTE-3.0.5-GCCcore-14.2.0.eb new file: s/Szip/Szip-2.1.1-GCCcore-14.2.0.eb new file: z/zstd/zstd-1.5.6-GCCcore-14.2.0.eb
32 lines
856 B
Plaintext
32 lines
856 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': 'gompi', 'version': '2024it4i'}
|
|
toolchainopts = {'pic': True, 'usempi': 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'
|