mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-08 07:52:11 +01:00
19 lines
549 B
Plaintext
19 lines
549 B
Plaintext
name = 'netCDF-Fortran'
|
|
version = '4.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': 'ictce', 'version': '6.1.5'}
|
|
toolchainopts = {'pic': True}
|
|
|
|
sources = [SOURCELOWER_TAR_GZ]
|
|
source_urls = ['http://www.unidata.ucar.edu/downloads/netcdf/ftp/']
|
|
|
|
dependencies = [('netCDF', '4.2.1.1')]
|
|
|
|
moduleclass = 'data'
|