Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
easybuild-repository-public-release
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
DEEP-SEA
easybuild-repository-public-release
Commits
801925d8
Commit
801925d8
authored
2 years ago
by
Alexandre Strube
Browse files
Options
Downloads
Patches
Plain Diff
g2lib
parent
ae150290
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
Golden_Repo/g/g2lib/g2lib-3.2.0-GCCcore-11.3.0.eb
+33
-0
33 additions, 0 deletions
Golden_Repo/g/g2lib/g2lib-3.2.0-GCCcore-11.3.0.eb
Golden_Repo/g/g2lib/g2lib-3.2.0_makefile.patch
+40
-0
40 additions, 0 deletions
Golden_Repo/g/g2lib/g2lib-3.2.0_makefile.patch
with
73 additions
and
0 deletions
Golden_Repo/g/g2lib/g2lib-3.2.0-GCCcore-11.3.0.eb
0 → 100644
+
33
−
0
View file @
801925d8
name = 'g2lib'
version = '3.2.0'
homepage = 'https://www.nco.ncep.noaa.gov/pmb/codes/GRIB2/'
description = """Library contains GRIB2 encoder/decoder and search/indexing routines."""
toolchain = {'name': 'GCCcore', 'version': '11.3.0'}
source_urls = [homepage]
sources = ['%(name)s-%(version)s.tar']
patches = [
'%(name)s-%(version)s_makefile.patch',
]
checksums = [
'9d3866de32e13e80798bfb08dbbea9223f32cec3fce3c57b6838e76f27d5a1d3', # g2lib-3.2.0.tar
# g2lib-3.2.0_makefile.patch
'e434394a6ec8bd68dbd57e3fdb44c47372b07380e362ed955bb038b78dd81812',
]
builddependencies = [('binutils', '2.38')]
dependencies = [
('JasPer', '2.0.33'),
('libpng', '1.6.37'),
]
buildopts = 'CFLAGS="$CFLAGS -DLINUXG95 -D__64BIT__" FC=$FC CC=$CC '
buildopts += 'FFLAGS="$FFLAGS -fno-range-check -fallow-invalid-boz -fallow-argument-mismatch -I."'
# parallel build tends to fail
parallel = 1
moduleclass = 'data'
This diff is collapsed.
Click to expand it.
Golden_Repo/g/g2lib/g2lib-3.2.0_makefile.patch
0 → 100644
+
40
−
0
View file @
801925d8
# Author: maxim-masterov (SURF)
# Based on: g2lib-3.1.0_makefile.patch by Samuel Moors (VUB)
# Fixes order of compilation and indentation in the makefile
diff -Nru g2lib-3.2.0.orig/makefile g2lib-3.2.0/makefile
--- g2lib-3.2.0.orig/makefile 2021-08-20 11:12:18.401270276 +0200
+++ g2lib-3.2.0/makefile 2021-08-20 11:16:07.212439526 +0200
@@ -171,6 +171,7 @@
.SUFFIXES: .a .f .F .c
$(LIB): $(LIB)(gridtemplates.o) \
+ $(LIB)(intmath.o) \
$(LIB)(pdstemplates.o) \
$(LIB)(drstemplates.o) \
$(LIB)(gribmod.o) \
@@ -182,7 +183,6 @@
$(LIB)(gb_info.o) \
$(LIB)(gf_getfld.o) \
$(LIB)(gf_free.o) \
- $(LIB)(intmath.o) \
$(LIB)(gf_unpack1.o) \
$(LIB)(gf_unpack2.o) \
$(LIB)(gf_unpack3.o) \
@@ -217,7 +217,7 @@
$(LIB)(pngunpack.o) \
$(LIB)(enc_png.o) \
$(LIB)(dec_png.o) \
- $(LIB)(mova2i.o) \
+ $(LIB)(mova2i.o) \
$(LIB)(g2_gbytesc.o) \
$(LIB)(skgb.o) \
$(LIB)(ixgb2.o) \
@@ -232,7 +232,7 @@
$(LIB)(putgb2.o) \
$(LIB)(g2grids.o) \
$(LIB)(params.o) \
- $(LIB)(params_ecmwf.o) \
+ $(LIB)(params_ecmwf.o) \
$(LIB)(getidx.o) \
$(LIB)(gdt2gds.o)
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment