Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
dynare
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
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
Dynare
dynare
Commits
33719e69
Verified
Commit
33719e69
authored
1 year ago
by
Sébastien Villemot
Browse files
Options
Downloads
Patches
Plain Diff
Build system: libkorder no longer depends on MatIO
parent
9ff1d855
No related branches found
No related tags found
No related merge requests found
Pipeline
#8845
passed
1 year ago
Stage: build
Stage: test
Stage: pkg
Stage: sign
Stage: deploy
Changes
3
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
mex/build/k_order_perturbation.am
+2
-3
2 additions, 3 deletions
mex/build/k_order_perturbation.am
mex/build/k_order_welfare.am
+2
-3
2 additions, 3 deletions
mex/build/k_order_welfare.am
mex/build/libkorder.am
+1
-1
1 addition, 1 deletion
mex/build/libkorder.am
with
5 additions
and
7 deletions
mex/build/k_order_perturbation.am
+
2
−
3
View file @
33719e69
...
@@ -3,10 +3,9 @@ mex_PROGRAMS = k_order_perturbation
...
@@ -3,10 +3,9 @@ mex_PROGRAMS = k_order_perturbation
TOPDIR = $(top_srcdir)/../../sources/k_order_perturbation
TOPDIR = $(top_srcdir)/../../sources/k_order_perturbation
LIBKORDER_DIR = $(top_srcdir)/../../sources/libkorder
LIBKORDER_DIR = $(top_srcdir)/../../sources/libkorder
k_order_perturbation_CPPFLAGS = $(AM_CPPFLAGS) -I$(LIBKORDER_DIR) -I$(LIBKORDER_DIR)/kord -I$(LIBKORDER_DIR)/tl -I$(LIBKORDER_DIR)/utils -I$(LIBKORDER_DIR)/sylv -I$(LIBKORDER_DIR)/integ -I$(TOPDIR)
$(CPPFLAGS_MATIO)
k_order_perturbation_CPPFLAGS = $(AM_CPPFLAGS) -I$(LIBKORDER_DIR) -I$(LIBKORDER_DIR)/kord -I$(LIBKORDER_DIR)/tl -I$(LIBKORDER_DIR)/utils -I$(LIBKORDER_DIR)/sylv -I$(LIBKORDER_DIR)/integ -I$(TOPDIR)
k_order_perturbation_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MATIO)
k_order_perturbation_LDADD = ../libkorder/libkorder.a $(LIBADD_DLOPEN)
k_order_perturbation_LDADD = ../libkorder/libkorder.a $(LIBADD_DLOPEN) $(LIBADD_MATIO)
nodist_k_order_perturbation_SOURCES = k_order_perturbation.cc
nodist_k_order_perturbation_SOURCES = k_order_perturbation.cc
...
...
This diff is collapsed.
Click to expand it.
mex/build/k_order_welfare.am
+
2
−
3
View file @
33719e69
...
@@ -3,10 +3,9 @@ mex_PROGRAMS = k_order_welfare
...
@@ -3,10 +3,9 @@ mex_PROGRAMS = k_order_welfare
TOPDIR = $(top_srcdir)/../../sources/k_order_welfare
TOPDIR = $(top_srcdir)/../../sources/k_order_welfare
LIBKORDER_DIR = $(top_srcdir)/../../sources/libkorder
LIBKORDER_DIR = $(top_srcdir)/../../sources/libkorder
k_order_welfare_CPPFLAGS = $(AM_CPPFLAGS) -I$(TOPDIR) -I$(LIBKORDER_DIR) -I$(LIBKORDER_DIR)/tl -I$(LIBKORDER_DIR)/kord -I$(LIBKORDER_DIR)/sylv -I$(LIBKORDER_DIR)/utils
$(CPPFLAGS_MATIO)
k_order_welfare_CPPFLAGS = $(AM_CPPFLAGS) -I$(TOPDIR) -I$(LIBKORDER_DIR) -I$(LIBKORDER_DIR)/tl -I$(LIBKORDER_DIR)/kord -I$(LIBKORDER_DIR)/sylv -I$(LIBKORDER_DIR)/utils
k_order_welfare_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MATIO)
k_order_welfare_LDADD = ../libkorder/libkorder.a $(LIBADD_DLOPEN)
k_order_welfare_LDADD = ../libkorder/libkorder.a $(LIBADD_DLOPEN) $(LIBADD_MATIO)
nodist_k_order_welfare_SOURCES = \
nodist_k_order_welfare_SOURCES = \
k_order_welfare.cc \
k_order_welfare.cc \
...
...
This diff is collapsed.
Click to expand it.
mex/build/libkorder.am
+
1
−
1
View file @
33719e69
...
@@ -2,7 +2,7 @@ noinst_LIBRARIES = libkorder.a
...
@@ -2,7 +2,7 @@ noinst_LIBRARIES = libkorder.a
TOPDIR = $(top_srcdir)/../../sources/libkorder
TOPDIR = $(top_srcdir)/../../sources/libkorder
libkorder_a_CPPFLAGS = $(AM_CPPFLAGS) -I$(TOPDIR) -I$(TOPDIR)/tl -I$(TOPDIR)/sylv -I$(TOPDIR)/kord -I$(TOPDIR)/utils
$(CPPFLAGS_MATIO)
libkorder_a_CPPFLAGS = $(AM_CPPFLAGS) -I$(TOPDIR) -I$(TOPDIR)/tl -I$(TOPDIR)/sylv -I$(TOPDIR)/kord -I$(TOPDIR)/utils
# TODO: fix the codebase so that the following line is no longer needed
# TODO: fix the codebase so that the following line is no longer needed
libkorder_a_CXXFLAGS = $(AM_CXXFLAGS) -Wno-unused-parameter
libkorder_a_CXXFLAGS = $(AM_CXXFLAGS) -Wno-unused-parameter
...
...
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