Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
libcdi
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
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
mpim-sw
libcdi
Commits
2875a1df
Commit
2875a1df
authored
4 years ago
by
Thomas Jahns
Browse files
Options
Downloads
Patches
Plain Diff
Make further information of the build available via pkg-config.
parent
15f0fb7b
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
src/cdi.inc
+1
-1
1 addition, 1 deletion
src/cdi.inc
src/cdipio.inc
+1
-1
1 addition, 1 deletion
src/cdipio.inc
src/pkgconfig/cdi.pc.in
+4
-2
4 additions, 2 deletions
src/pkgconfig/cdi.pc.in
src/pkgconfig/cdipio.pc.in
+9
-1
9 additions, 1 deletion
src/pkgconfig/cdipio.pc.in
with
15 additions
and
5 deletions
src/cdi.inc
+
1
−
1
View file @
2875a1df
...
...
@@ -4,7 +4,7 @@
!
!
Author
:
!
-------
!
Uwe
Schulzweida
,
MPI
-
MET
,
Hamburg
,
Ma
y
201
7
!
Uwe
Schulzweida
,
MPI
-
MET
,
Hamburg
,
Februar
y
20
2
1
!
INTEGER
CDI_MAX_NAME
...
...
This diff is collapsed.
Click to expand it.
src/cdipio.inc
+
1
−
1
View file @
2875a1df
...
...
@@ -4,7 +4,7 @@
!
!
Author
:
!
-------
!
Uwe
Schulzweida
,
MPI
-
MET
,
Hamburg
,
Ma
y
201
7
!
Uwe
Schulzweida
,
MPI
-
MET
,
Hamburg
,
Februar
y
20
2
1
!
!
...
...
This diff is collapsed.
Click to expand it.
src/pkgconfig/cdi.pc.in
+
4
−
2
View file @
2875a1df
...
...
@@ -4,7 +4,7 @@ libdir=@libdir@
includedir=@includedir@
cflags=-I@includedir@
fcflags=@FPP_INCOPT@@includedir@ @CDI_F90_INTERFACE_FCFLAGS@
libs=-L@libdir@ -lcdi @GRIB_API_LIBS@ @NETCDF_LIBS@ @SZLIB_LIBS@ @THREADS_LIBS@ @LIBS@
libs=-L@libdir@ -lcdi @GRIB_API_LIBS@
@ECCODES_LIBS@
@NETCDF_LIBS@ @SZLIB_LIBS@ @THREADS_LIBS@ @LIBS@
threads_libs=@THREADS_LIBS@
threads_cflags=@THREADS_INCLUDE@
szlib_cflags=@SZLIB_INCLUDE@
...
...
@@ -12,9 +12,11 @@ szlib_libs=@SZLIB_LIBS@
netcdf_root=@NETCDF_ROOT@
netcdf_cflags=@NETCDF_INCLUDE@
netcdf_libs=@NETCDF_LIBS@
aux_libs=@LIBS@
grib_api_cflags=@GRIB_API_INCLUDE@
grib_api_libs=@GRIB_API_LIBS@
eccodes_cflags=@ECCODES_INCLUDE@
eccodes_libs=@ECCODES_LIBS@
aux_libs=@LIBS@
cdi_build_cc=@CC@
cdi_build_cflags=@CFLAGS@
cdi_build_cppflags=@CPPFLAGS@
...
...
This diff is collapsed.
Click to expand it.
src/pkgconfig/cdipio.pc.in
+
9
−
1
View file @
2875a1df
...
...
@@ -4,7 +4,7 @@ libdir=@libdir@
includedir=@includedir@
cflags=-I@includedir@
fcflags=@FPP_INCOPT@@includedir@ @CDI_F90_INTERFACE_FCFLAGS@
libs=-L@libdir@ -lcdipio @PPM_CORE_LIBS@ @YAXT_LIBS@ -lcdi @GRIB_API_LIBS@ @NETCDF_LIBS@ @SZLIB_LIBS@ @THREADS_LIBS@ @LIBS@
libs=-L@libdir@ -lcdipio @PPM_CORE_LIBS@ @YAXT_LIBS@ -lcdi @GRIB_API_LIBS@
@ECCODES_LIBS@
@NETCDF_LIBS@ @SZLIB_LIBS@ @THREADS_LIBS@ @LIBS@
threads_libs=@THREADS_LIBS@
threads_cflags=@THREADS_INCLUDE@
szlib_cflags=@SZLIB_INCLUDE@
...
...
@@ -14,6 +14,14 @@ netcdf_cflags=@NETCDF_INCLUDE@
netcdf_libs=@NETCDF_LIBS@
grib_api_cflags=@GRIB_API_INCLUDE@
grib_api_libs=@GRIB_API_LIBS@
eccodes_cflags=@ECCODES_INCLUDE@
eccodes_libs=@ECCODES_LIBS@
yaxt_fc_include=@YAXT_FC_INCLUDE@
yaxt_fc_lib=@YAXT_FC_LIB@
yaxt_c_cflags=@YAXT_C_CFLAGS@
yaxt_c_libs=@YAXT_C_LIBS@
ppm_core_cflags=@PPM_CORE_CFLAGS@
ppm_core_libs=@PPM_CORE_LIBS@
aux_libs=@LIBS@
cdipio_build_cc=@CC@
cdipio_build_cflags=@CFLAGS@
...
...
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