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

Antonio Rojas arojas at archlinux.org
Wed Nov 7 20:48:49 UTC 2018


    Date: Wednesday, November 7, 2018 @ 20:48:49
  Author: arojas
Revision: 403198

Drop unused dependencies, fix overlinking

Modified:
  linbox/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-11-07 20:47:56 UTC (rev 403197)
+++ PKGBUILD	2018-11-07 20:48:49 UTC (rev 403198)
@@ -2,12 +2,12 @@
 
 pkgname=linbox
 pkgver=1.5.2
-pkgrel=10
+pkgrel=11
 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=(x86_64)
 url="http://linalg.org/"
 license=(LGPL)
-depends=(m4rie flint fplll iml fflas-ffpack tinyxml2) 
+depends=(ntl iml fflas-ffpack)
 source=("https://github.com/linbox-team/linbox/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz" linbox-gcc8.patch)
 sha256sums=('7b69ab617b15ca6684b29d08531ed8899cd4d07ec75799e5d624c4c0a60dc6b2'
             'f0977ba881fae0c6a1d21e61367dbd7c2cc582362bab753398a731c80714bc66')
@@ -22,6 +22,9 @@
 
   ./configure --prefix=/usr --enable-sage --with-fplll=/usr \
     --disable-sse3 --disable-ssse3 --disable-sse41 --disable-sse42 --disable-avx --disable-avx2 --disable-fma
+  #https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
   make
 }
 



More information about the arch-commits mailing list