From 982ab2d9fc2e0a8a001bdb9503b68d8850e7fc02 Mon Sep 17 00:00:00 2001 From: Joachim Kruth Date: Thu, 3 Jan 2019 10:55:00 +0700 Subject: academic/pari: Updated for version 2.11.1. Signed-off-by: Willy Sudiarto Raharjo --- academic/pari/README | 4 ---- academic/pari/pari.SlackBuild | 6 ++++-- academic/pari/pari.info | 6 +++--- 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="" -- cgit v1.2.3