Skip to content
Snippets Groups Projects
Commit abf8f179 authored by Alexandre Strube's avatar Alexandre Strube
Browse files

G2clib 1.7.0

parent b004f0c0
No related branches found
No related tags found
No related merge requests found
name = 'g2clib'
version = '1.7.0'
easyblock = 'CMakeMake'
homepage = 'https://github.com/NOAA-EMC/NCEPLIBS-g2c'
description = """Library contains GRIB2 encoder/decoder ('C' version)."""
toolchain = {'name': 'GCCcore', 'version': '11.3.0'}
toolchainopts = {'pic': True}
source_urls = ['https://github.com/NOAA-EMC/NCEPLIBS-g2c/archive/refs/tags/']
sources = ['v%(version)s.tar.gz']
checksums = ['73afba9da382fed73ed8692d77fa037bb313280879cd4012a5e5697dccf55175']
builddependencies = [('binutils', '2.38'),
('CMake', '3.23.1'),
]
dependencies = [
('JasPer', '2.0.33'),
('libpng', '1.6.37'),
('libjpeg-turbo', '2.1.3'),
]
parallel = 8
sanity_check_paths = {
'files': ['lib/libg2c.so'],
'dirs': ['include', 'lib'],
}
moduleclass = 'data'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment