[arch-commits] Commit in pari-sage/trunk (PKGBUILD)

Antonio Rojas arojas at archlinux.org
Mon Apr 4 16:39:58 UTC 2016


    Date: Monday, April 4, 2016 @ 18:39:57
  Author: arojas
Revision: 169445

Disable pthread, causes segfaults when building sagemath-doc

Modified:
  pari-sage/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-04-04 14:52:09 UTC (rev 169444)
+++ PKGBUILD	2016-04-04 16:39:57 UTC (rev 169445)
@@ -5,7 +5,7 @@
 pkgname=pari-sage
 _pkgver=2.8-2341-g61b65cc
 pkgver=${_pkgver//-/.}
-pkgrel=2
+pkgrel=3
 pkgdesc='Computer algebra system designed for fast computations in number theory. Development snapshot required by SageMath'
 url='http://pari.math.u-bordeaux.fr/'
 license=(GPL)
@@ -28,7 +28,7 @@
 
 build() {
   cd pari-${_pkgver}
-  ./Configure --prefix=/usr --with-readline --mt=pthread --with-gmp
+  ./Configure --prefix=/usr --with-readline --with-gmp
   make all
 }
 



More information about the arch-commits mailing list