easyconfigs-it4i/ARCHIVE/n/netCDF/netCDF-4.3.2-intel-2015b.eb
Lukas Krupcik 182459da35 deleted: "a/ANSYS/\\"
deleted:    a/Anaconda2/Anaconda2-4.4.0.eb
	deleted:    a/Anaconda3/Anaconda3-2019.10.eb
	deleted:    a/Anaconda3/Anaconda3-4.4.0.eb
	deleted:    a/Anaconda3/Anaconda3-5.3.1.eb
	deleted:    a/Autotools/Autotools-20150215-GCC-6.3.0-2.27.eb
	deleted:    a/Autotools/Autotools-20170619.eb
	deleted:    a/Autotools/Autotools-20180311.eb
2022-05-05 11:22:37 +02:00

37 lines
1.0 KiB
Plaintext

name = 'netCDF'
version = '4.3.2'
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': '2015b'}
toolchainopts = {'pic': True, 'usempi': True}
sources = ['v%(version)s.tar.gz']
source_urls = ['https://github.com/Unidata/netcdf-c/archive']
patches = [
'netCDF-4.3.2-with-HDF-1.8.13.patch',
'netCDF-4.3.2-parallel-HDF.patch',
]
dependencies = [('HDF5', '1.8.13')]
builddependencies = [
('CMake', '3.4.1'),
('Doxygen', '1.8.10'),
('cURL', '7.43.0'),
]
# make sure both static and shared libs are built
configopts = [
"-DCURL_LIBRARY=$EBROOTCURL/lib/libcurl.%s -DCURL_INCLUDE_DIR=$EBROOTCURL/include -DBUILD_SHARED_LIBS=ON" %
SHLIB_EXT,
"-DCURL_LIBRARY=$EBROOTCURL/lib/libcurl.%s -DCURL_INCLUDE_DIR=$EBROOTCURL/include -DBUILD_SHARED_LIBS=OFF" %
SHLIB_EXT,
]
moduleclass = 'data'