NCL-6.4.0-intel-2017.02.eb 1.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. name = 'NCL'
  2. version = '6.4.0'
  3. homepage = 'http://www.ncl.ucar.edu'
  4. description = """NCL is an interpreted language designed specifically for scientific data analysis and
  5. visualization."""
  6. toolchain = {'name': 'intel', 'version': '2017.02'}
  7. toolchainopts = {'cstd': 'c99', 'openmp': True, 'pic': True}
  8. # download via https://www.earthsystemgrid.org/dataset/ncl.html
  9. sources = ['%(namelower)s_ncarg-%(version)s.tar.gz']
  10. patches = ['NCL-%(version)s_fix-types.patch']
  11. dependencies = [
  12. ('cURL', '7.53.1'),
  13. ('JasPer', '1.900.1'),
  14. ('g2lib', '1.4.0'),
  15. ('g2clib', '1.6.0'),
  16. ('HDF', '4.2.12'),
  17. ('HDF5', '1.8.18'),
  18. ('netCDF', '4.4.1.1'),
  19. ('netCDF-Fortran', '4.4.4'),
  20. ('Szip', '2.1'),
  21. ('freetype', '2.7.1', '-libpng-1.6.29'),
  22. ('zlib', '1.2.11'),
  23. ('GDAL', '2.2.0'),
  24. ('UDUNITS', '2.2.24'),
  25. ('ESMF', '6.3.0rp1'),
  26. ('bzip2', '1.0.6'),
  27. ('cairo', '1.14.8'),
  28. ('libiconv', '1.15'),
  29. ('GSL', '2.3'),
  30. ]
  31. builddependencies = [
  32. ('makedepend', '1.0.5'),
  33. ('flex', '2.6.3'),
  34. ]
  35. moduleclass = 'data'