NCL-6.6.2-foss-2019a.eb 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. name = 'NCL'
  2. version = '6.6.2'
  3. homepage = 'http://www.ncl.ucar.edu'
  4. description = "NCL is an interpreted language designed specifically for scientific data analysis and visualization."
  5. toolchain = {'name': 'foss', 'version': '2019a'}
  6. toolchainopts = {'cstd': 'c99', 'openmp': True, 'pic': True}
  7. source_urls = ['https://github.com/NCAR/ncl/archive/']
  8. sources = ['%(version)s.tar.gz']
  9. patches = ['NCL-6.4.0_fix-types.patch']
  10. checksums = [
  11. 'cad4ee47fbb744269146e64298f9efa206bc03e7b86671e9729d8986bb4bc30e', # 6.6.2.tar.gz
  12. 'f6dfaf95e5de9045745e122cb44f9c035f81fab92f5892991ddfe93945891c8f', # NCL-6.4.0_fix-types.patch
  13. ]
  14. dependencies = [
  15. ('cURL', '7.63.0'),
  16. ('JasPer', '2.0.14'),
  17. ('g2lib', '3.1.0'),
  18. ('g2clib', '1.6.0'),
  19. ('HDF', '4.2.14'),
  20. ('HDF5', '1.10.5'),
  21. ('netCDF', '4.6.2'),
  22. ('netCDF-Fortran', '4.4.5'),
  23. ('Szip', '2.1.1'),
  24. ('freetype', '2.9.1'),
  25. ('zlib', '1.2.11'),
  26. ('GDAL', '3.0.0', '-Python-3.7.2'),
  27. ('UDUNITS', '2.2.26'),
  28. ('ESMF', '7.1.0r'),
  29. ('bzip2', '1.0.6'),
  30. ('cairo', '1.16.0'),
  31. ('libiconv', '1.16'),
  32. ('GSL', '2.5'),
  33. ]
  34. builddependencies = [
  35. ('makedepend', '1.0.6'),
  36. ('Bison', '3.0.5'),
  37. ('flex', '2.6.4'),
  38. ]
  39. moduleclass = 'data'