easyconfigs-it4i/n/netCDF/netCDF-4.6.1-iomkl-2017b.eb
Lukáš Krupčík e496d7ac12 new file: a/Amber/Amber-18-iomkl-2017b-AmberTools-18-serial.eb
new file:   h/HDF5/HDF5-1.10.1-iomkl-2017b.eb
	new file:   i/imkl/imkl-2017.4.239-iompi-2017b.eb
	new file:   i/iomkl/iomkl-2017b.eb
	new file:   i/iompi/iompi-2017b.eb
	new file:   n/netCDF-Fortran/netCDF-Fortran-4.4.4-iomkl-2017b.eb
	new file:   n/netCDF/netCDF-4.6.1-iomkl-2017b.eb


Former-commit-id: 56909937a645128d160f538f049f23af47a25212
2018-08-21 11:02:46 +02:00

36 lines
935 B
Plaintext

# IT4Innovations 2018
name = 'netCDF'
version = '4.6.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': 'iomkl', 'version': '2017b'}
toolchainopts = {'pic': True, 'usempi': True}
sources = ['v%(version)s.tar.gz']
source_urls = ['https://github.com/Unidata/netcdf-c/archive/']
dependencies = [
('HDF5', '1.10.1'),
('cURL', '7.56.1', '', True),
('Szip', '2.1', '', True),
]
builddependencies = [
('Autotools', '20180311', '', True),
('CMake', '3.11.4', '' , ('GCC', '6.3.0-2.27')),
('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'