diff options
author | Kyle Guinn <elyk03@gmail.com> | 2024-07-10 23:36:29 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-07-13 07:47:27 +0700 |
commit | c97e0dcba4c601ea330aabb2f7eaa51eb72a3a93 (patch) | |
tree | f7ddc922af95597b469e4999321da6a7f5ad044e /academic/octave/octave.SlackBuild | |
parent | 5f7e4b5401135ccf26b379f4babce0f9949c191e (diff) |
academic/octave: Updated for version 9.2.0
Signed-off-by: Kyle Guinn <elyk03@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'academic/octave/octave.SlackBuild')
-rw-r--r-- | academic/octave/octave.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/academic/octave/octave.SlackBuild b/academic/octave/octave.SlackBuild index 7fba88f533..34d41bef89 100644 --- a/academic/octave/octave.SlackBuild +++ b/academic/octave/octave.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=octave -VERSION=${VERSION:-8.4.0} +VERSION=${VERSION:-9.2.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -94,6 +94,7 @@ chown -R root:root . chmod -R u+w,go-w,a+rX-st . patch -p1 < $CWD/patches/atlas-lib-rename.diff +patch -p1 < $CWD/patches/suitesparse-old-pkgconfig-names.diff autoreconf -vif # Avoid rebuilding the documentation by making stamp-vti newer than its |