summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Joachim Kruth <jkruth@telecolumbus.net>2019-01-03 10:55:00 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2019-01-05 07:49:21 +0700
commit982ab2d9fc2e0a8a001bdb9503b68d8850e7fc02 (patch)
tree2ba9278c2b2aa81a79c38971f3a558a3faa9510a
parent7884d993022a5b6fe7419bc0ebc9b9ad237b4783 (diff)
downloadslackbuilds-982ab2d9fc2e0a8a001bdb9503b68d8850e7fc02.tar.gz
slackbuilds-982ab2d9fc2e0a8a001bdb9503b68d8850e7fc02.tar.xz
academic/pari: Updated for version 2.11.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--academic/pari/README4
-rw-r--r--academic/pari/pari.SlackBuild6
-rw-r--r--academic/pari/pari.info6
3 files changed, 7 insertions, 9 deletions
diff --git a/academic/pari/README b/academic/pari/README
index a977d7ac6e..6e10ca3d19 100644
--- a/academic/pari/README
+++ b/academic/pari/README
@@ -5,7 +5,3 @@ useful functions to compute with mathematical entities such as matrices,
polynomials, power series, algebraic numbers etc., and a lot of transcendental
functions. PARI is also available as a C library to allow for faster
computations.
-
-The build produces a singlethreaded gp binary. If a multithreaded version is
-wanted "--mt=pthread" has to be added as a Configure argument. This however
-created instability in the ploth-function and has therefore been ignored.
diff --git a/academic/pari/pari.SlackBuild b/academic/pari/pari.SlackBuild
index 1b6434e18d..a71365c927 100644
--- a/academic/pari/pari.SlackBuild
+++ b/academic/pari/pari.SlackBuild
@@ -27,9 +27,10 @@
# Modified by Joachim Kruth as needed to build pari/gp instead of maxima
# Joachim Kruth -> update to version 2.11.0
+# Joachim Kruth -> update to version 2.11.1
PRGNAM=pari
-VERSION=${VERSION:-2.11.0}
+VERSION=${VERSION:-2.11.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -80,7 +81,8 @@ CXXFLAGS="$SLKCFLAGS" \
./Configure \
--prefix=/usr \
--libdir=/usr/lib${LIBDIRSUFFIX} \
- --mandir=/usr/man
+ --mandir=/usr/man \
+ --mt=pthread
make all
make install DESTDIR=$PKG
diff --git a/academic/pari/pari.info b/academic/pari/pari.info
index 4c3ce8107f..fde05c4be5 100644
--- a/academic/pari/pari.info
+++ b/academic/pari/pari.info
@@ -1,8 +1,8 @@
PRGNAM="pari"
-VERSION="2.11.0"
+VERSION="2.11.1"
HOMEPAGE="https://pari.math.u-bordeaux.fr/"
-DOWNLOAD="https://pari.math.u-bordeaux.fr/pub/pari/unix/pari-2.11.0.tar.gz"
-MD5SUM="349be9187ca42ef8d70099a417bdec81"
+DOWNLOAD="https://pari.math.u-bordeaux.fr/pub/pari/unix/pari-2.11.1.tar.gz"
+MD5SUM="474d5ec6b2fca8f3ef4f747b3dca1ffd"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""