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
49b64d9d
Commit
49b64d9d
authored
6 years ago
by
Ralf Mueller
Browse files
Options
Downloads
Patches
Plain Diff
use CdoCdiBuild gem instead of a local file
parent
4b80aa3f
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Rakefile
+2
-2
2 additions, 2 deletions
Rakefile
src/Makefile.am
+6
-3
6 additions, 3 deletions
src/Makefile.am
with
8 additions
and
5 deletions
Rakefile
+
2
−
2
View file @
49b64d9d
require
'
~/.rake/
CdoCdi'
require
'CdoCdi
Build
'
class
CdiBuild
<
CdoCdiBuild
def
generateTasks
super
...
...
@@ -11,5 +11,5 @@ class CdiBuild < CdoCdiBuild
end
end
build
=
CdiBuild
.
new
(
'
~
/.rake_cdi.json'
)
build
=
CdiBuild
.
new
(
ENV
[
'HOME'
]
+
'/.rake_cdi.json'
)
build
.
generateTasks
This diff is collapsed.
Click to expand it.
src/Makefile.am
+
6
−
3
View file @
49b64d9d
...
...
@@ -20,6 +20,9 @@ if CREATE_ISOC
endif
else
noinst_LTLIBRARIES
+=
libcdi.la
if
CREATE_ISOC
noinst_LTLIBRARIES
+=
libcdi_f2003.la
endif
endif
...
...
@@ -174,6 +177,9 @@ EXTRA_DIST += \
libcdi_f2003_la_SOURCES
=
mo_cdi.f90
libcdi_f2003_la_LIBADD
=
libcdi.la
libcdiresunpack_la_SOURCES
=
\
resource_unpack.c
...
...
@@ -236,9 +242,6 @@ endif
libcdipio_la_LIBADD
=
libcdi.la
$(
PPM_CORE_LIBS
)
$(
YAXT_LIBS
)
$(
MPI_C_LIB
)
libcdi_f2003_la_SOURCES
=
mo_cdi.f90
libcdi_f2003_la_LIBADD
=
libcdi.la
#
#cdilib.c:
# $(top_srcdir)/src/make_cdilib $(top_srcdir)/src
...
...
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