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

Antonio Rojas arojas at archlinux.org
Thu May 12 12:02:22 UTC 2016


    Date: Thursday, May 12, 2016 @ 14:02:22
  Author: arojas
Revision: 174973

NTL 9.8.1 rebuild, use C++98

Modified:
  linbox/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-05-12 11:58:15 UTC (rev 174972)
+++ PKGBUILD	2016-05-12 12:02:22 UTC (rev 174973)
@@ -3,7 +3,7 @@
 
 pkgname=linbox
 pkgver=1.3.2
-pkgrel=13
+pkgrel=14
 pkgdesc="A template library for exact, high-performance linear algebra computation with dense, sparse, and structured matrices over the integers and over finite fields"
 arch=(i686 x86_64)
 url="http://linalg.org/"
@@ -32,7 +32,7 @@
   cd $pkgname-$pkgver
 
   export CFLAGS="$CFLAGS -g -fPIC"
-  export CXXFLAGS="$CXXFLAGS -g -fPIC"
+  export CXXFLAGS="$CXXFLAGS -g -fPIC -std=c++98"
   export LDFLAGS="$LDFLAGS -L/usr/lib"
 
   ./configure --prefix=/usr --enable-sage --enable-optimization --with-fplll=/usr



More information about the arch-commits mailing list