summaryrefslogtreecommitdiffstats
path: root/academic/amd/amd.SlackBuild
diff options
context:
space:
mode:
author Kyle Guinn2017-07-04 23:03:27 +0200
committer Willy Sudiarto Raharjo2017-07-08 02:11:34 +0200
commit868ac5a835142c91f461c658cd4714778d8aff7e (patch)
tree7f761078c5ab717d9e73480da296e2458e572980 /academic/amd/amd.SlackBuild
parent563cb63ea3c6584348328040b496e8f0e549bf04 (diff)
downloadslackbuilds-868ac5a835142c91f461c658cd4714778d8aff7e.tar.gz
academic/amd: BUILD bump for SuiteSparse 4.5.5.
Signed-off-by: Kyle Guinn <elyk03@gmail.com>
Diffstat (limited to 'academic/amd/amd.SlackBuild')
-rw-r--r--academic/amd/amd.SlackBuild12
1 files changed, 5 insertions, 7 deletions
diff --git a/academic/amd/amd.SlackBuild b/academic/amd/amd.SlackBuild
index 18dedf926b..c0a208f859 100644
--- a/academic/amd/amd.SlackBuild
+++ b/academic/amd/amd.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for AMD
-# 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=amd
SRCNAM=SuiteSparse
SUBDIR=AMD
VERSION=${VERSION:-2.4.6}
-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
# Avoid rebuilding the docs.
@@ -90,8 +90,6 @@ touch Doc/AMD_UserGuide.pdf
--mandir=/usr/man \
--infodir=/usr/info \
--docdir=/usr/doc/$PRGNAM-$VERSION \
- --enable-shared \
- --disable-static \
--disable-dependency-tracking \
--build=$ARCH-slackware-linux \
CFLAGS="$SLKCFLAGS" \