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

Antonio Rojas arojas at archlinux.org
Wed Jul 24 22:02:49 UTC 2019


    Date: Wednesday, July 24, 2019 @ 22:02:48
  Author: arojas
Revision: 492721

Don't link with --as-needed, it breaks blas symbols

Modified:
  fflas-ffpack/trunk/PKGBUILD

----------+
 PKGBUILD |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-07-24 21:16:18 UTC (rev 492720)
+++ PKGBUILD	2019-07-24 22:02:48 UTC (rev 492721)
@@ -2,7 +2,7 @@
 
 pkgname=fflas-ffpack
 pkgver=2.4.3
-pkgrel=1
+pkgrel=2
 pkgdesc="A library for dense linear algebra over word-size finite fields"
 arch=(x86_64) # pkgconfig file is arch-specific
 url="https://linbox-team.github.io/fflas-ffpack/"
@@ -15,7 +15,6 @@
   cd $pkgname-$pkgver
   ./configure --prefix=/usr --enable-precompilation --with-blas-libs="-lblas -lcblas -llapack" \
     --disable-sse3 --disable-ssse3 --disable-sse41 --disable-sse42 --disable-avx --disable-avx2 --disable-fma
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool # https://bugzilla.gnome.org/show_bug.cgi?id=655517
   make
 }
 



More information about the arch-commits mailing list