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

Antonio Rojas arojas at archlinux.org
Thu Feb 11 19:53:33 UTC 2016


    Date: Thursday, February 11, 2016 @ 20:53:32
  Author: arojas
Revision: 161312

Don't compile with -march=native

Modified:
  ntl/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-02-11 17:32:20 UTC (rev 161311)
+++ PKGBUILD	2016-02-11 19:53:32 UTC (rev 161312)
@@ -4,7 +4,7 @@
 
 pkgname=ntl
 pkgver=9.6.4
-pkgrel=1
+pkgrel=2
 pkgdesc="A Library for doing Number Theory"
 arch=(i686 x86_64)
 url="http://www.shoup.net/ntl/"
@@ -16,7 +16,7 @@
 
 build() {
   cd $pkgname-$pkgver/src
-  ./configure DEF_PREFIX=/usr SHARED=on NTL_GF2X_LIB=on
+  ./configure DEF_PREFIX=/usr SHARED=on NTL_GF2X_LIB=on NATIVE=off
   make
 }
 



More information about the arch-commits mailing list