summaryrefslogtreecommitdiffstats
path: root/academic/pari
diff options
context:
space:
mode:
author Joachim Kruth <jkruth@telecolumbus.net>2018-08-24 00:51:31 +0100
committer David Spencer <idlemoor@slackbuilds.org>2018-08-24 00:51:31 +0100
commitad5f087fe2f01e449d248bab098f686437d5ab0c (patch)
tree86993cf7b7b4feff5798c23f6cef38ffdc2884b7 /academic/pari
parent75fc119ec4147ebd845da205ee89346f3755454e (diff)
downloadslackbuilds-ad5f087fe2f01e449d248bab098f686437d5ab0c.tar.gz
slackbuilds-ad5f087fe2f01e449d248bab098f686437d5ab0c.tar.xz
academic/pari: Updated for version 2.11.0.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'academic/pari')
-rw-r--r--academic/pari/README2
-rw-r--r--academic/pari/pari.SlackBuild5
-rw-r--r--academic/pari/pari.info6
3 files changed, 7 insertions, 6 deletions
diff --git a/academic/pari/README b/academic/pari/README
index 45a820522e..a977d7ac6e 100644
--- a/academic/pari/README
+++ b/academic/pari/README
@@ -7,5 +7,5 @@ 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 an Configure argument. This however
+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 5b349d7707..1b6434e18d 100644
--- a/academic/pari/pari.SlackBuild
+++ b/academic/pari/pari.SlackBuild
@@ -26,9 +26,10 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
# Modified by Joachim Kruth as needed to build pari/gp instead of maxima
+# Joachim Kruth -> update to version 2.11.0
PRGNAM=pari
-VERSION=${VERSION:-2.9.5}
+VERSION=${VERSION:-2.11.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -81,7 +82,7 @@ CXXFLAGS="$SLKCFLAGS" \
--libdir=/usr/lib${LIBDIRSUFFIX} \
--mandir=/usr/man
-make -j1 all
+make all
make install DESTDIR=$PKG
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
diff --git a/academic/pari/pari.info b/academic/pari/pari.info
index cb986fcf41..4c3ce8107f 100644
--- a/academic/pari/pari.info
+++ b/academic/pari/pari.info
@@ -1,8 +1,8 @@
PRGNAM="pari"
-VERSION="2.9.5"
+VERSION="2.11.0"
HOMEPAGE="https://pari.math.u-bordeaux.fr/"
-DOWNLOAD="https://pari.math.u-bordeaux.fr/pub/pari/unix/pari-2.9.5.tar.gz"
-MD5SUM="6b970bfe662ac887d1eb92651e3bc34e"
+DOWNLOAD="https://pari.math.u-bordeaux.fr/pub/pari/unix/pari-2.11.0.tar.gz"
+MD5SUM="349be9187ca42ef8d70099a417bdec81"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""