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

20 lines
596 B
Plaintext

name = 'netCDF'
version = '4.2.1.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': 'ictce', 'version': '6.1.5'}
toolchainopts = {'pic': True}
sources = [SOURCELOWER_TAR_GZ]
source_urls = ['http://www.unidata.ucar.edu/downloads/netcdf/ftp/']
dependencies = [('HDF5', '1.8.10', '-gpfs')]
builddependencies = [('Doxygen', '1.8.3.1')]
moduleclass = 'data'