# IT4Innovations 2019

name = 'netCDF-Fortran'
version = '4.4.5'

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': '2017c'}
toolchainopts = {'pic': True}

sources = ['v%(version)s.tar.gz']
source_urls = ['https://github.com/Unidata/netcdf-fortran/archive']

dependencies = [('netCDF', '4.6.2')]

moduleclass = 'data'