g2lib-4.0.0-GCCcore-13.3.0.eb 703 B

123456789101112131415161718192021222324252627282930
  1. easyblock = 'CMakeMake'
  2. name = 'g2lib'
  3. version = '4.0.0'
  4. homepage = 'https://www.nco.ncep.noaa.gov/pmb/codes/GRIB2/'
  5. description = """Library contains GRIB2 encoder/decoder and search/indexing routines."""
  6. toolchain = {'name': 'GCCcore', 'version': '13.3.0'}
  7. source_urls = ['https://github.com/NOAA-EMC/NCEPLIBS-g2/archive/refs/tags/']
  8. sources = ['v%(version)s.tar.gz']
  9. checksums = ['9d3866de32e13e80798bfb08dbbea9223f32cec3fce3c57b6838e76f27d5a1d3']
  10. builddependencies = [
  11. ('binutils', '2.42'),
  12. ('CMake', '3.29.3'),
  13. ]
  14. dependencies = [
  15. ('JasPer', '4.2.4'),
  16. ('libpng', '1.6.43'),
  17. ('zlib', '1.3.1'),
  18. ]
  19. sanity_check_paths = {
  20. 'files': ['lib/libg2.a'],
  21. }
  22. moduleclass = 'data'