mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-11 01:12:11 +01:00
24 lines
618 B
Plaintext
24 lines
618 B
Plaintext
name = 'netCDF'
|
|
version = '4.1.3'
|
|
|
|
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': '5.3.0'}
|
|
toolchainopts = {'pic': True}
|
|
|
|
sources = [SOURCELOWER_TAR_GZ]
|
|
source_urls = [
|
|
'ftp://ftp.unidata.ucar.edu/pub/netcdf/',
|
|
'ftp://ftp.unidata.ucar.edu/pub/netcdf/old',
|
|
]
|
|
|
|
dependencies = [
|
|
('HDF5', '1.8.9'),
|
|
('Doxygen', '1.8.1.1'),
|
|
]
|
|
|
|
moduleclass = 'data'
|