Date: Friday, October 2, 2020 @ 09:59:17 Author: arojas Revision: 715275
Update to 0.8.3, fix overlinking Modified: igraph/trunk/PKGBUILD ----------+ PKGBUILD | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-10-02 09:53:34 UTC (rev 715274) +++ PKGBUILD 2020-10-02 09:59:17 UTC (rev 715275) @@ -3,8 +3,8 @@ # Contributor: Denis Zawada <[email protected]> pkgname=igraph -pkgver=0.8.2 -pkgrel=2 +pkgver=0.8.3 +pkgrel=1 pkgdesc="A library for creating and manipulating (un)directed graphs." arch=(x86_64) url="https://igraph.org/c/" @@ -11,7 +11,7 @@ license=(GPL2) depends=(glpk arpack libxml2) source=("https://github.com/igraph/igraph/releases/download/$pkgver/$pkgname-$pkgver.tar.gz") -sha256sums=('718a471e7b8cbf02e3e8006153b7be6a22f85bb804283763a0016280e8a60e95') +sha256sums=('cc935826d3725a9d95f1b0cc46e3c08c554b29cdd6943f0286d965898120b3f1') build() { cd $pkgname-$pkgver @@ -21,6 +21,7 @@ --with-external-lapack \ --with-external-arpack \ --with-external-glpk + sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool # Fix overlinking make }
