aboutsummaryrefslogtreecommitdiff
path: root/network
diff options
context:
space:
mode:
authorGUAN Xin <guanx.bac@gmail.com>2024-10-09 08:00:55 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2024-10-11 11:48:42 +0700
commit929595d186c440415d9e9aae8c7690d55bb6805f (patch)
tree5610235a98458aa616251266481c5d8a5f81b887 /network
parent5f750d0b23e91df9121f7fb5d41f943d47c9a7fd (diff)
network/opensm: Update script.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network')
-rw-r--r--network/opensm/opensm.SlackBuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/network/opensm/opensm.SlackBuild b/network/opensm/opensm.SlackBuild
index 9c086f993bd4a..5926e78e81d25 100644
--- a/network/opensm/opensm.SlackBuild
+++ b/network/opensm/opensm.SlackBuild
@@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=opensm
VERSION=${VERSION:-3.3.24}
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -66,7 +66,7 @@ WITH_METIS=
if [ "$( echo $METIS | tr 'a-z' 'A-Z' )" = YES ]; then
for inc_dir in /usr/include/metis /usr/include/suitesparse; do
if [ -e $inc_dir/metis.h ]; then
- WITH_METIS="--with-metis --with-metis-includes=$inc_dir"
+ WITH_METIS="--enable-metis --with-metis-includes=$inc_dir"
break
fi
done