Skip to content
Snippets Groups Projects
Commit 225b3f82 authored by Alexandre Strube's avatar Alexandre Strube
Browse files

Move ESMF to ipsmpi and remove netcdf from intel-para

parent 1896d6b0
Branches
No related tags found
No related merge requests found
...@@ -5,7 +5,7 @@ homepage = 'https://www.earthsystemcog.org/projects/esmf/' ...@@ -5,7 +5,7 @@ homepage = 'https://www.earthsystemcog.org/projects/esmf/'
description = """The Earth System Modeling Framework (ESMF) is a suite of software tools for developing description = """The Earth System Modeling Framework (ESMF) is a suite of software tools for developing
high-performance, multi-component Earth science modeling applications.""" high-performance, multi-component Earth science modeling applications."""
toolchain = {'name': 'intel-para', 'version': '2022a'} toolchain = {'name': 'ipsmpi', 'version': '2022a'}
toolchainopts = {'usempi': True, 'openmp': True, 'cstd': 'c++11', 'pic': True} toolchainopts = {'usempi': True, 'openmp': True, 'cstd': 'c++11', 'pic': True}
source_urls = ['https://github.com/esmf-org/esmf/archive/'] source_urls = ['https://github.com/esmf-org/esmf/archive/']
......
easyblock = 'ConfigureMake'
name = 'netCDF-C++4'
version = '4.3.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': 'intel-para', 'version': '2022a'}
toolchainopts = {'pic': True}
source_urls = ['https://github.com/Unidata/netcdf-cxx4/archive/']
sources = ['v%(version)s.tar.gz']
checksums = ['e3fe3d2ec06c1c2772555bf1208d220aab5fee186d04bd265219b0bc7a978edc']
dependencies = [('netCDF', '4.9.0')]
sanity_check_paths = {
'files': ['include/netcdf', 'lib/libnetcdf_c++4.a', 'lib/libnetcdf_c++4.%s' % SHLIB_EXT],
'dirs': [],
}
moduleclass = 'data'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment