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

modified: d/Doxygen/Doxygen-1.8.11-intel-2017a.eb new file: f/foss/foss-2017a.eb new file: g/gompi/gompi-2017a.eb new file: h/hwloc/hwloc-1.11.7-GCC-6.3.0-2.27.eb new file: h/hwloc/hwloc-1.11.7-GCC-7.1.0-2.28.eb new file: l/libtool/libtool-2.4.6-GCC-7.1.0-2.28.eb modified: n/netCDF/netCDF-4.4.1-intel-2017a.eb new file: n/numactl/numactl-2.0.11-GCC-7.1.0-2.28.eb new file: o/OpenMPI/OpenMPI-1.10.7-GCC-6.3.0-2.27.eb new file: o/OpenMPI/OpenMPI-1.10.7-GCC-7.1.0-2.28.eb new file: o/OpenMPI/OpenMPI-2.1.1-GCC-7.1.0-2.28.eb modified: x/X11/X11-20160819.eb
35 lines
850 B
Plaintext
35 lines
850 B
Plaintext
name = 'netCDF'
|
|
version = '4.4.1'
|
|
|
|
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.8.17'),
|
|
('cURL', '7.53.1', '', True),
|
|
('Szip', '2.1', '', True),
|
|
]
|
|
|
|
builddependencies = [
|
|
('CMake', '3.8.1', '', True),
|
|
('Doxygen', '1.8.11'),
|
|
]
|
|
|
|
# make sure both static and shared libs are built
|
|
configopts = [
|
|
"-DBUILD_SHARED_LIBS=OFF ",
|
|
"-DBUILD_SHARED_LIBS=ON ",
|
|
]
|
|
|
|
moduleclass = 'data'
|