From ad5f087fe2f01e449d248bab098f686437d5ab0c Mon Sep 17 00:00:00 2001 From: Joachim Kruth Date: Fri, 24 Aug 2018 00:51:31 +0100 Subject: academic/pari: Updated for version 2.11.0. Signed-off-by: David Spencer --- academic/pari/README | 2 +- academic/pari/pari.SlackBuild | 5 +++-- academic/pari/pari.info | 6 +++--- 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="" -- cgit v1.2.3