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
f07d73e6
Verified
Commit
f07d73e6
authored
2 years ago
by
Sébastien Villemot
Browse files
Options
Downloads
Patches
Plain Diff
CI: use system-wide Octave binary
parent
9a71beff
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Pipeline
#8233
passed
2 years ago
Stage: build
Stage: test
Stage: pkg
Stage: deploy
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.gitlab-ci.yml
+3
-4
3 additions, 4 deletions
.gitlab-ci.yml
matlab/modules/dseries
+1
-1
1 addition, 1 deletion
matlab/modules/dseries
matlab/modules/reporting
+1
-1
1 addition, 1 deletion
matlab/modules/reporting
with
5 additions
and
6 deletions
.gitlab-ci.yml
+
3
−
4
View file @
f07d73e6
...
...
@@ -3,7 +3,6 @@ variables:
TERM
:
linux
MATLAB_VERSION
:
R2022b
OLD_MATLAB_VERSION
:
R2014a
OCTAVE_VERSION
:
7.3.0
# The next stanza creates the version number used for the source tarball and the
# binary packages. Here are the following possible cases:
...
...
@@ -29,7 +28,7 @@ build_binaries:
stage
:
build
script
:
-
autoreconf -si
-
./configure --with-matlab=/usr/local/MATLAB/$MATLAB_VERSION
--with-octave=/usr/local/octave/$OCTAVE_VERSION
PACKAGE_VERSION=$VERSION PACKAGE_STRING="dynare $VERSION"
-
./configure --with-matlab=/usr/local/MATLAB/$MATLAB_VERSION PACKAGE_VERSION=$VERSION PACKAGE_STRING="dynare $VERSION"
-
make -j $(nproc) LN_S="cp -p"
artifacts
:
paths
:
...
...
@@ -57,7 +56,7 @@ pkg_source:
-
rm doc/manual/source/_static/mathjax && sed -i "/^mathjax_path *=/d" doc/manual/source/conf.py
-
'
for
f
in
configure.ac
preprocessor/configure.ac
mex/build/matlab/configure.ac
mex/build/octave/configure.ac;
do
sed
-i
"s/^AC_INIT(\[\(.*\)\],\s*\[\(.*\)\])/AC_INIT([\1],
[$VERSION])/"
$f;
done'
-
autoreconf -si
-
./configure --with-matlab=/usr/local/MATLAB/$MATLAB_VERSION
--with-octave=/usr/local/octave/$OCTAVE_VERSION
-
./configure --with-matlab=/usr/local/MATLAB/$MATLAB_VERSION
-
make dist
artifacts
:
paths
:
...
...
@@ -138,7 +137,7 @@ test_octave:
OPENBLAS_NUM_THREADS
:
1
script
:
-
autoreconf -si
-
./configure --disable-matlab
--with-octave=/usr/local/octave/$OCTAVE_VERSION
-
./configure --disable-matlab
-
make -j $(nproc) -C tests check-octave
artifacts
:
paths
:
...
...
This diff is collapsed.
Click to expand it.
dseries
@
72c81ac0
Compare
1a460084
...
72c81ac0
Subproject commit
1a4600849d294dd7712239b3ce3ca80e20b6fefa
Subproject commit
72c81ac028822bd0985c5b03d1f61b501efbcbeb
This diff is collapsed.
Click to expand it.
reporting
@
cfbeb9a1
Compare
275f2f4f
...
cfbeb9a1
Subproject commit
275f2f4f528a6febfd981478de7eba8eb912e560
Subproject commit
cfbeb9a12d6b859c4a1321225fab010a7f2f5046
This diff is collapsed.
Click to expand it.
Sébastien Villemot
@sebastien
mentioned in commit
b3d1077f
·
2 years ago
mentioned in commit
b3d1077f
mentioned in commit b3d1077ff868f69e5916b5e6ff6e0f5994296210
Toggle commit list
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