summaryrefslogtreecommitdiffstats
path: root/academic/csparse/csparse.SlackBuild
diff options
context:
space:
mode:
author Kyle Guinn2017-07-04 23:05:54 +0200
committer Willy Sudiarto Raharjo2017-07-08 02:11:35 +0200
commit571c88905fb3175890c75dd3a9b47ed0a9c22964 (patch)
tree9bed64b46bbd26433d4fb86d5eea324870d41c6b /academic/csparse/csparse.SlackBuild
parent93a204f09a4e701174ecdb56a332d4a69849cf66 (diff)
downloadslackbuilds-571c88905fb3175890c75dd3a9b47ed0a9c22964.tar.gz
academic/csparse: BUILD bump for SuiteSparse 4.5.5.
Signed-off-by: Kyle Guinn <elyk03@gmail.com>
Diffstat (limited to 'academic/csparse/csparse.SlackBuild')
-rw-r--r--academic/csparse/csparse.SlackBuild12
1 files changed, 5 insertions, 7 deletions
diff --git a/academic/csparse/csparse.SlackBuild b/academic/csparse/csparse.SlackBuild
index 64f4d270fa..d44bc46a8b 100644
--- a/academic/csparse/csparse.SlackBuild
+++ b/academic/csparse/csparse.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for CSparse
-# 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=csparse
SRCNAM=SuiteSparse
SUBDIR=CSparse
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" \