[arch-commits] Commit in suitesparse/trunk (PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Wed Oct 12 09:44:23 UTC 2016
Date: Wednesday, October 12, 2016 @ 09:44:22
Author: arojas
Revision: 278478
Fix conflicts with metis
Modified:
suitesparse/trunk/PKGBUILD
----------+
PKGBUILD | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2016-10-12 09:27:13 UTC (rev 278477)
+++ PKGBUILD 2016-10-12 09:44:22 UTC (rev 278478)
@@ -3,7 +3,7 @@
pkgname=suitesparse
pkgver=4.5.3
-pkgrel=2
+pkgrel=3
pkgdesc="A collection of sparse matrix libraries"
url="http://faculty.cse.tamu.edu/davis/suitesparse.html"
arch=('i686' 'x86_64')
@@ -35,7 +35,8 @@
cd "${srcdir}"/SuiteSparse
install -dm755 "${pkgdir}"/usr/{include,lib}
- BLAS=-lblas TBB=-ltbb SPQR_CONFIG=-DHAVE_TBB make INSTALL_LIB="${pkgdir}"/usr/lib INSTALL_INCLUDE="${pkgdir}"/usr/include install
+ BLAS=-lblas TBB=-ltbb SPQR_CONFIG=-DHAVE_TBB MY_METIS_LIB=/usr/lib/libmetis.so \
+ make INSTALL_LIB="${pkgdir}"/usr/lib INSTALL_INCLUDE="${pkgdir}"/usr/include install
# fix RPATH
chrpath -d "$pkgdir"/usr/lib/*
More information about the arch-commits
mailing list