diff --git a/Golden_Repo/g/g2clib/g2clib-1.7.0-GCCcore-11.3.0.eb b/Golden_Repo/g/g2clib/g2clib-1.7.0-GCCcore-11.3.0.eb new file mode 100644 index 0000000000000000000000000000000000000000..539118743c8a78bdee01a0924555902091240a34 --- /dev/null +++ b/Golden_Repo/g/g2clib/g2clib-1.7.0-GCCcore-11.3.0.eb @@ -0,0 +1,32 @@ +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'