aboutsummaryrefslogtreecommitdiff
path: root/academic/getfem
diff options
context:
space:
mode:
authorFellype do Nascimento <fellype (at) gmail (dot) com>2025-01-25 23:16:21 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2025-01-25 23:53:33 +0700
commit4663161bde9f8fe2f7f0059b3c08d41590dd69bd (patch)
tree173bcad6ac7abf0add89c093bba7470eaca8315a /academic/getfem
parent03234684fd719db6f133901543d0d34d7fa8729b (diff)
academic/getfem: Updated for version 5.4.3.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'academic/getfem')
-rw-r--r--academic/getfem/getfem.SlackBuild9
-rw-r--r--academic/getfem/getfem.info8
2 files changed, 11 insertions, 6 deletions
diff --git a/academic/getfem/getfem.SlackBuild b/academic/getfem/getfem.SlackBuild
index d4567aa2e7..0429a5736c 100644
--- a/academic/getfem/getfem.SlackBuild
+++ b/academic/getfem/getfem.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for GetFEM
#
-# Copyright 2022, Fellype do Nascimento, Guaratingueta - Brazil
+# Copyright 2022-2025, Fellype do Nascimento, Guaratingueta - Brazil
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=getfem
-VERSION=${VERSION:-5.4.2}
+VERSION=${VERSION:-5.4.3}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -84,6 +84,7 @@ find -L . \
--sysconfdir=/etc \
--docdir=/usr/share/doc \
--with-pic \
+ --enable-superlu \
--enable-python \
--enable-shared \
--enable-static=no \
@@ -93,6 +94,10 @@ find -L . \
make
make install DESTDIR=$PKG
+# some EFL libraries (.so) may not have been converted to executable during the
+# build/install process, so, do it manually here
+find $PKG -iname "*.so" | xargs chmod +x
+
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
diff --git a/academic/getfem/getfem.info b/academic/getfem/getfem.info
index 9a61fe097c..1671c963ba 100644
--- a/academic/getfem/getfem.info
+++ b/academic/getfem/getfem.info
@@ -1,10 +1,10 @@
PRGNAM="getfem"
-VERSION="5.4.2"
+VERSION="5.4.3"
HOMEPAGE="https://getfem.org/"
-DOWNLOAD="http://download-mirror.savannah.gnu.org/releases/getfem/stable/getfem-5.4.2.tar.gz"
-MD5SUM="90ba2a270ec8c559796f2a7c90a79d32"
+DOWNLOAD="https://download-mirror.savannah.gnu.org/releases/getfem/stable/getfem-5.4.3.tar.gz"
+MD5SUM="dfba62716bcc4d3839ec00e8f1cca21b"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="python3-scipy"
+REQUIRES="python3-scipy superlu"
MAINTAINER="Fellype do Nascimento"
EMAIL="fellype (at) gmail (dot) com"