g2lib-1.4.0-intel-2017.02.eb 555 B

123456789101112131415161718192021222324
  1. name = 'g2lib'
  2. version = '1.4.0'
  3. homepage = 'http://www.nco.ncep.noaa.gov/pmb/codes/GRIB2/'
  4. description = """Library contains GRIB2 encoder/decoder and search/indexing routines."""
  5. toolchain = {'name': 'intel', 'version': '2017.02'}
  6. source_urls = [homepage]
  7. sources = ['%(name)s-%(version)s.tar']
  8. patches = ['fix_makefile.patch']
  9. dependencies = [
  10. ('libpng', '1.6.29'),
  11. ('JasPer', '1.900.1'),
  12. ]
  13. buildopts = 'CFLAGS="$CFLAGS -DLINUXG95 -D__64BIT__" FFLAGS="$FFLAGS -fpp -I."'
  14. # parallel build tends to fail
  15. parallel = 1
  16. moduleclass = 'data'