grib_api-1.16.0-intel-2018.eb 737 B

123456789101112131415161718192021222324
  1. easyblock = 'ConfigureMake'
  2. name = 'grib_api'
  3. version = '1.16.0'
  4. homepage = 'https://software.ecmwf.int/wiki/display/GRIB/Home'
  5. description = """The ECMWF GRIB API is an application program interface accessible from C, FORTRAN and Python
  6. programs developed for encoding and decoding WMO FM-92 GRIB edition 1 and edition 2 messages. A useful set of
  7. command line tools is also provided to give quick access to GRIB messages."""
  8. toolchain = {'name': 'intel', 'version': '2018'}
  9. source_urls = ['https://software.ecmwf.int/wiki/download/attachments/3473437/']
  10. sources = ['grib_api-%(version)s-Source.tar.gz']
  11. dependencies = [
  12. ('JasPer', '1.900.1'),
  13. ]
  14. configopts = '--with-jasper=$EBROOTJASPER'
  15. parallel = 1
  16. moduleclass = 'data'