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

new file: a/Automake/Automake-1.16.3-GCCcore-10.3.0-test.eb new file: c/CMake/CMake-3.20.1-GCCcore-10.3.0-test.eb modified: c/COMSOL/COMSOL-5.2.0-EDU.eb new file: c/cURL/cURL-7.76.0-GCCcore-10.3.0-test.eb new file: d/DB/DB-18.1.40-GCCcore-10.3.0-test.eb new file: g/git/git-2.32.0-GCCcore-10.3.0-nodocs-test.eb new file: i/intltool/intltool-0.51.0-GCCcore-10.3.0-test.eb new file: l/libarchive/libarchive-3.5.1-GCCcore-10.3.0-test.eb new file: l/libevent/libevent-2.1.12-GCCcore-10.3.0-test.eb new file: n/netCDF/netCDF-4.8.0-gompi-2021a-test.eb new file: n/netCDF/test new file: o/OpenFOAM/OpenFOAM-9-foss-2021a-test.eb new file: p/Perl/Perl-5.32.1-GCCcore-10.3.0-test.eb new file: p/Python/Python-3.9.5-GCCcore-10.3.0-test.eb new file: r/Rust/Rust-1.52.1-GCCcore-10.3.0-test.eb
36 lines
1.1 KiB
Plaintext
36 lines
1.1 KiB
Plaintext
name = 'netCDF'
|
|
version = '4.8.0'
|
|
versionsuffix = '-test'
|
|
|
|
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': '2021a'}
|
|
toolchainopts = {'usempi': True, 'pic': True}
|
|
|
|
source_urls = ['https://github.com/Unidata/%(namelower)s-c/archive/']
|
|
sources = ['v%(version)s.tar.gz']
|
|
checksums = ['aff58f02b1c3e91dc68f989746f652fe51ff39e6270764e484920cb8db5ad092']
|
|
|
|
builddependencies = [
|
|
('Autotools', '20210128', '', ('GCCcore', '10.3.0')),
|
|
('CMake', '3.20.1', '-test', ('GCCcore', '10.3.0')),
|
|
('Doxygen', '1.9.1', '', ('GCCcore', '10.3.0')),
|
|
]
|
|
dependencies = [
|
|
('HDF5', '1.10.7'),
|
|
('cURL', '7.76.0', '-test', ('GCCcore', '10.3.0')),
|
|
('Szip', '2.1.1', '', ('GCCcore', '10.3.0')),
|
|
]
|
|
|
|
# make sure both static and shared libs are built
|
|
configopts = [
|
|
"-DBUILD_SHARED_LIBS=OFF -DHDF5_VERSION=$EBVERSIONHDF5 ",
|
|
"-DBUILD_SHARED_LIBS=ON -DHDF5_VERSION=$EBVERSIONHDF5 ",
|
|
]
|
|
|
|
|
|
moduleclass = 'data'
|