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
d5312e8e
Verified
Commit
d5312e8e
authored
5 years ago
by
Sébastien Villemot
Browse files
Options
Downloads
Patches
Plain Diff
Windows package: really really use Octave 5.2.0_1
parent
e2c69fbf
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Pipeline
#3150
passed
5 years ago
Stage: build
Stage: test_and_pkg
Stage: deploy
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
windows/deps/Makefile
+6
-6
6 additions, 6 deletions
windows/deps/Makefile
windows/deps/versions.mk
+3
-1
3 additions, 1 deletion
windows/deps/versions.mk
with
9 additions
and
7 deletions
windows/deps/Makefile
+
6
−
6
View file @
d5312e8e
...
...
@@ -148,15 +148,15 @@ clean-slicot-all: clean-slicot-src clean-slicot-tar clean-libslicot
# Octave
#
tarballs/octave-${OCTAVE_VERSION}-w32.7z
:
tarballs/octave-${OCTAVE_VERSION}
${OCTAVE_W32_BUILD}
-w32.7z
:
mkdir
-p
tarballs
wget
$(
WGET_OPTIONS
)
-O
$@
https://ftp.gnu.org/gnu/octave/windows/
$(
notdir
$@
)
tarballs/octave-${OCTAVE_VERSION}-w64.7z
:
tarballs/octave-${OCTAVE_VERSION}
${OCTAVE_W64_BUILD}
-w64.7z
:
mkdir
-p
tarballs
wget
$(
WGET_OPTIONS
)
-O
$@
https://ftp.gnu.org/gnu/octave/windows/
$(
notdir
$@
)
octave32
:
tarballs/octave-${OCTAVE_VERSION}-w32.7z
octave32
:
tarballs/octave-${OCTAVE_VERSION}
${OCTAVE_W32_BUILD}
-w32.7z
rm
-rf
$@
7zr x
$<
>
/dev/null
mv
octave-
${
OCTAVE_VERSION
}
-w32
$@
...
...
@@ -165,7 +165,7 @@ octave32: tarballs/octave-${OCTAVE_VERSION}-w32.7z
cd
$@
/mingw32/include
&&
rm
-f
$$(
grep
-l
"This file is part of the mingw-w64 runtime package"
*
.h
)
touch
$@
octave64
:
tarballs/octave-${OCTAVE_VERSION}-w64.7z
octave64
:
tarballs/octave-${OCTAVE_VERSION}
${OCTAVE_W64_BUILD}
-w64.7z
rm
-rf
$@
7zr x
$<
>
/dev/null
mv
octave-
${
OCTAVE_VERSION
}
-w64
$@
...
...
@@ -179,8 +179,8 @@ octave: octave32 octave64
clean-octave
:
rm
-rf
octave32
rm
-rf
octave64
rm
-f
tarballs/octave-
${
OCTAVE_VERSION
}
-w64
.7z
rm
-f
tarballs/octave-
${
OCTAVE_VERSION
}
-w32
.7z
rm
-f
tarballs/octave-
${
OCTAVE_VERSION
}
${
OCTAVE_W64_BUILD
}
-w64
.7z
rm
-f
tarballs/octave-
${
OCTAVE_VERSION
}
${
OCTAVE_W32_BUILD
}
-w32
.7z
#
# MATLAB
...
...
This diff is collapsed.
Click to expand it.
windows/deps/versions.mk
+
3
−
1
View file @
d5312e8e
SLICOT_VERSION
=
5.0+20101122
X13AS_VERSION
=
1.1_B39
OCTAVE_VERSION
=
5.2.0_1
OCTAVE_VERSION
=
5.2.0
OCTAVE_W32_BUILD
=
_1
OCTAVE_W64_BUILD
=
_1
MATLAB32_VERSION
=
20181204
MATLAB64_VERSION
=
20181204
...
...
This diff is collapsed.
Click to expand it.
Sébastien Villemot
@sebastien
mentioned in commit
483a0dcf
·
5 years ago
mentioned in commit
483a0dcf
mentioned in commit 483a0dcf4c3a86c3b3a0e102b2b9a3ae2ca738db
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