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

Antonio Rojas arojas at archlinux.org
Mon May 18 07:13:57 UTC 2015


    Date: Monday, May 18, 2015 @ 09:13:57
  Author: arojas
Revision: 133686

Update to 9.1.1, enable threads and exceptions

Modified:
  ntl/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-05-18 05:01:57 UTC (rev 133685)
+++ PKGBUILD	2015-05-18 07:13:57 UTC (rev 133686)
@@ -3,7 +3,7 @@
 # Contributor: Brad Conte <brad AT bradconte.com>
 
 pkgname=ntl
-pkgver=8.1.2
+pkgver=9.1.1
 pkgrel=1
 pkgdesc="A Library for doing Number Theory"
 arch=(i686 x86_64)
@@ -13,7 +13,7 @@
 makedepends=()
 options=(!libtool)
 source=("http://www.shoup.net/$pkgname/$pkgname-$pkgver.tar.gz" 'ntl-sage.patch')
-md5sums=('93f36123ac008db31c1031498a9b1e81'
+md5sums=('22beee5ee1fe7c09f623d0f0cf08e7af'
          '4cb5f97080281109bf358959ab993691')
 
 prepare() {
@@ -23,7 +23,7 @@
 
 build() {
   cd $pkgname-$pkgver/src
-  ./configure DEF_PREFIX=/usr SHARED=on NTL_GF2X_LIB=on NTL_GMP_LIP=on
+  ./configure DEF_PREFIX=/usr SHARED=on NTL_GF2X_LIB=on NTL_GMP_LIP=on NTL_THREADS=on NTL_EXCEPTIONS=on
   make
 }
 



More information about the arch-commits mailing list