easyconfigs-it4i/n/netCDF/netCDF-4.4.0-intel-2017.00.eb
Lukáš Krupčík 92cb0848fe formatter
2018-10-03 07:48:02 +02:00

35 lines
820 B
Plaintext

name = 'netCDF'
version = '4.4.0'
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': '2017.00'}
toolchainopts = {'pic': True, 'usempi': True}
sources = ['v%(version)s.tar.gz']
source_urls = [
'https://github.com/Unidata/netcdf-c/archive/'
]
dependencies = [
('HDF5', '1.8.16'),
('cURL', '7.47.0'),
('Szip', '2.1'),
]
builddependencies = [
('CMake', '3.5.2'),
('Doxygen', '1.8.10'),
]
# make sure both static and shared libs are built
configopts = [
"-DBUILD_SHARED_LIBS=OFF ",
"-DBUILD_SHARED_LIBS=ON ",
]
moduleclass = 'data'