Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Dóra Kocsis
dynare
Commits
d5312e8e
Verified
Commit
d5312e8e
authored
Feb 11, 2020
by
Sébastien Villemot
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Windows package: really really use Octave 5.2.0_1
parent
e2c69fbf
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
7 deletions
+9
-7
windows/deps/Makefile
windows/deps/Makefile
+6
-6
windows/deps/versions.mk
windows/deps/versions.mk
+3
-1
No files found.
windows/deps/Makefile
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
...
...
windows/deps/versions.mk
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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment