summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChristian Pfeiffer2018-12-16 18:12:42 +0100
committerChristian Pfeiffer2018-12-16 18:12:42 +0100
commit0c21e41c5e62bc2dfe008215f3e14ee2ff69d6c2 (patch)
tree608f9176f9688b37dc31867febea51ffcd605913 /PKGBUILD
parentdebfaa34a48ead20fe52da8c66805df799235838 (diff)
downloadaur-0c21e41c5e62bc2dfe008215f3e14ee2ff69d6c2.tar.gz
Move include files in subdirectory to prevent conflicts with suitesparse
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ebe486c4798b..807045d03707 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Christian Pfeiffer <cpfeiffer at live dot de>
pkgname=superlu_dist
pkgver=6.1.0
-pkgrel=1
+pkgrel=2
pkgdesc="Set of subroutines to solve a sparse linear system (MPI parallel version)"
arch=('x86_64')
url="http://crd-legacy.lbl.gov/~xiaoye/SuperLU/"
@@ -35,6 +35,7 @@ build() {
-DTPL_ENABLE_LAPACKLIB=ON \
-DBUILD_SHARED_LIBS=ON \
-DCMAKE_INSTALL_LIBDIR=lib \
+ -DCMAKE_INSTALL_INCLUDEDIR=include/superlu_dist \
-DCMAKE_INSTALL_PREFIX=/usr
make