mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
academic/octave: Updated for version 8.2.0
Signed-off-by: Kyle Guinn <elyk03@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
25f32fbdf9
commit
99d4f6c5b2
2 changed files with 6 additions and 6 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for octave
|
||||
|
||||
# Copyright 2012-2022 Kyle Guinn <elyk03@gmail.com>
|
||||
# Copyright 2012-2023 Kyle Guinn <elyk03@gmail.com>
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -25,7 +25,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=octave
|
||||
VERSION=${VERSION:-7.3.0}
|
||||
VERSION=${VERSION:-8.2.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
@ -105,7 +105,7 @@ find . -name stamp-vti -exec touch {} +
|
|||
|
||||
./configure \
|
||||
--prefix=/usr \
|
||||
--libdir=\${prefix}/lib${LIBDIRSUFFIX} \
|
||||
--libdir=\${exec_prefix}/lib${LIBDIRSUFFIX} \
|
||||
--sysconfdir=/etc \
|
||||
--localstatedir=/var \
|
||||
--mandir=\${prefix}/man \
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="octave"
|
||||
VERSION="7.3.0"
|
||||
VERSION="8.2.0"
|
||||
HOMEPAGE="https://www.gnu.org/software/octave/"
|
||||
DOWNLOAD="https://ftpmirror.gnu.org/gnu/octave/octave-7.3.0.tar.lz"
|
||||
MD5SUM="20c51e5945625aef00659193c6434f39"
|
||||
DOWNLOAD="https://ftpmirror.gnu.org/gnu/octave/octave-8.2.0.tar.lz"
|
||||
MD5SUM="b58f3ec20f913c32bc1c68cdd3ba489a"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="%README% lapack"
|
||||
|
|
Loading…
Reference in a new issue