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': 'foss', 'version': '2017b'} toolchainopts = {'pic': True, 'usempi': True} source_urls = ['https://github.com/Unidata/netcdf-c/archive/'] sources = ['v%(version)s.tar.gz'] checksums = ['a2fabf27c72a5ee746e3843e1debbaad37cd035767eaede2045371322211eebb'] dependencies = [ ('HDF5', '1.10.1'), ('cURL', '7.60.0'), ('Szip', '2.1.1'), ] builddependencies = [ ('Autotools', '20180311'), ('CMake', '3.11.4'), ('Doxygen', '1.8.14'), ] # make sure both static and shared libs are built configopts = [ "-DBUILD_SHARED_LIBS=OFF ", "-DBUILD_SHARED_LIBS=ON ", ] moduleclass = 'data'