123456789101112131415161718192021222324252627282930313233343536373839404142 |
- name = 'NCL'
- version = '6.4.0'
- homepage = 'http://www.ncl.ucar.edu'
- description = "NCL is an interpreted language designed specifically for scientific data analysis and visualization."
- toolchain = {'name': 'foss', 'version': '2017b'}
- toolchainopts = {'cstd': 'c99', 'openmp': True, 'pic': True}
- # download via https://www.earthsystemgrid.org/dataset/ncl.html
- sources = ['%(namelower)s_ncarg-%(version)s.tar.gz']
- patches = ['NCL-%(version)s_fix-types.patch']
- hdf5_ver = '1.8.19'
- dependencies = [
- ('cURL', '7.56.0'),
- ('JasPer', '1.900.1'),
- ('g2lib', '1.4.0'),
- ('g2clib', '1.6.0'),
- ('HDF', '4.2.13'),
- ('HDF5', hdf5_ver),
- ('netCDF', '4.4.1.1', '-HDF5-%s' % hdf5_ver),
- ('netCDF-Fortran', '4.4.4'),
- ('Szip', '2.1.1'),
- ('freetype', '2.8'),
- ('zlib', '1.2.11'),
- ('GDAL', '2.2.3', '-Python-2.7.14'),
- ('UDUNITS', '2.2.26'),
- ('ESMF', '7.0.2'),
- ('bzip2', '1.0.6'),
- ('cairo', '1.14.10'),
- ('libiconv', '1.15'),
- ('GSL', '2.4'),
- ]
- builddependencies = [
- ('makedepend', '1.0.5'),
- ('flex', '2.6.4'),
- ]
- moduleclass = 'data'
|