summaryrefslogtreecommitdiff
path: root/academic/cxsparse/cxsparse.SlackBuild
diff options
context:
space:
mode:
authorKyle Guinn <elyk03@gmail.com>2017-07-04 16:06:19 -0500
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2017-07-08 07:11:36 +0700
commit40fb0c3be67bc2c1a672e21dfb0887431da9db2e (patch)
tree4d931174463e1201f8cd40282578f4d8757fef8b /academic/cxsparse/cxsparse.SlackBuild
parent571c88905fb3175890c75dd3a9b47ed0a9c22964 (diff)
downloadslackbuilds-40fb0c3be67bc2c1a672e21dfb0887431da9db2e.tar.gz
academic/cxsparse: BUILD bump for SuiteSparse 4.5.5.
Signed-off-by: Kyle Guinn <elyk03@gmail.com>
Diffstat (limited to 'academic/cxsparse/cxsparse.SlackBuild')
-rw-r--r--academic/cxsparse/cxsparse.SlackBuild12
1 files changed, 5 insertions, 7 deletions
diff --git a/academic/cxsparse/cxsparse.SlackBuild b/academic/cxsparse/cxsparse.SlackBuild
index 663af29de5..ebc41b8a7e 100644
--- a/academic/cxsparse/cxsparse.SlackBuild
+++ b/academic/cxsparse/cxsparse.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for CXSparse
-# Copyright 2013-2016 Kyle Guinn <elyk03@gmail.com>, USA
+# Copyright 2013-2017 Kyle Guinn <elyk03@gmail.com>, USA
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -26,8 +26,8 @@ PRGNAM=cxsparse
SRCNAM=SuiteSparse
SUBDIR=CXSparse
VERSION=${VERSION:-3.1.9}
-SRCVER=${SRCVER:-4.5.3}
-BUILD=${BUILD:-1}
+SRCVER=${SRCVER:-4.5.5}
+BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
@@ -40,7 +40,7 @@ fi
CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
-PKG=$TMP/package-$PRGNAM
+PKG=$TMP/package-$PRGNAM-$VERSION
OUTPUT=${OUTPUT:-/tmp}
DOCS="README.txt Doc/ChangeLog Doc/License.txt Doc/lesser.txt"
@@ -76,7 +76,7 @@ cd $SRCNAM/$SUBDIR
chown -R root:root .
chmod -R u+w,go-w,a+rX-st .
-patch -p1 < $CWD/patches/autotoolize.diff
+patch -p1 < $CWD/patches/autoconfiscate.diff
autoreconf -vif
./configure \
@@ -87,8 +87,6 @@ autoreconf -vif
--mandir=/usr/man \
--infodir=/usr/info \
--docdir=/usr/doc/$PRGNAM-$VERSION \
- --enable-shared \
- --disable-static \
--disable-dependency-tracking \
--build=$ARCH-slackware-linux \
CFLAGS="$SLKCFLAGS" \