mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-12 18:02:12 +01:00

new file: g/GDAL/GDAL-2.2.3-intel-2018b-Python-3.6.6.eb new file: g/GDAL/GDAL-2.4.0-intel-2017a-Py-2.7.eb new file: g/grace/grace-5.1.25-intel-2017c.eb new file: m/motif/motif-2.3.8.eb new file: n/netCDF/netCDF-4.6.3-intel-2017a.eb new file: r/R/Makevars modified: r/R/R-3.5.3-intel-2017a.eb new file: s/SAMtools/SAMtools-1.9-intel-2017a.eb new file: s/SWIG/SWIG-3.0.8-Py-2.7.eb new file: s/SuiteSparse/SuiteSparse-5.4.0-intel-2017c-ParMETIS-4.0.3.eb modified: t/Trilinos/Trilinos-12.12.1-intel-2017c-Py-2.7.eb new file: t/Trilinos/Trilinos-12.14.1-intel-2017c-Py-2.7.eb
37 lines
882 B
Plaintext
37 lines
882 B
Plaintext
# IT4Innovations 2019
|
|
|
|
name = 'netCDF'
|
|
version = '4.6.3'
|
|
|
|
homepage = 'http://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': '2017a'}
|
|
toolchainopts = {'pic': True, 'usempi': True}
|
|
|
|
sources = ['v%(version)s.tar.gz']
|
|
source_urls = [
|
|
'https://github.com/Unidata/netcdf-c/archive/'
|
|
]
|
|
|
|
dependencies = [
|
|
('HDF5', '1.10.2'),
|
|
('cURL', '7.56.1', '', True),
|
|
('Szip', '2.1', '', True),
|
|
]
|
|
|
|
builddependencies = [
|
|
('CMake', '3.13.1', '', True),
|
|
('Doxygen', '1.8.11', '', True),
|
|
]
|
|
|
|
# make sure both static and shared libs are built
|
|
configopts = [
|
|
"-DBUILD_SHARED_LIBS=OFF ",
|
|
"-DBUILD_SHARED_LIBS=ON ",
|
|
]
|
|
|
|
moduleclass = 'data'
|