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

Antonio Rojas arojas at archlinux.org
Mon May 18 07:48:39 UTC 2015


    Date: Monday, May 18, 2015 @ 09:48:38
  Author: arojas
Revision: 133688

Disable threads and exceptions until we default to C++11

Modified:
  ntl/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-05-18 07:16:15 UTC (rev 133687)
+++ PKGBUILD	2015-05-18 07:48:38 UTC (rev 133688)
@@ -4,7 +4,7 @@
 
 pkgname=ntl
 pkgver=9.1.1
-pkgrel=1
+pkgrel=2
 pkgdesc="A Library for doing Number Theory"
 arch=(i686 x86_64)
 url="http://www.shoup.net/ntl/"
@@ -23,7 +23,7 @@
 
 build() {
   cd $pkgname-$pkgver/src
-  ./configure DEF_PREFIX=/usr SHARED=on NTL_GF2X_LIB=on NTL_GMP_LIP=on NTL_THREADS=on NTL_EXCEPTIONS=on
+  ./configure DEF_PREFIX=/usr SHARED=on NTL_GF2X_LIB=on NTL_GMP_LIP=on
   make
 }
 



More information about the arch-commits mailing list