[superlu-dist] 03/05: install headers into /usr/include/superlu-dist
Drew Parsons
dparsons at moszumanska.debian.org
Tue Nov 14 10:49:50 UTC 2017
This is an automated email from the git hooks/post-receive script.
dparsons pushed a commit to branch master
in repository superlu-dist.
commit ea256334c2ea43bab14af866a13a4072f83cee4a
Author: Drew Parsons <dparsons at debian.org>
Date: Tue Nov 14 18:32:36 2017 +0800
install headers into /usr/include/superlu-dist
---
debian/rules | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/debian/rules b/debian/rules
index 41a67df..ba2e19d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -34,7 +34,9 @@ override_dh_auto_configure:
dh_auto_configure -- \
-Denable_parmetislib=OFF \
-DCMAKE_C_COMPILER=mpicc \
- -Denable_blaslib=OFF -DTPL_BLAS_LIBRARIES=/usr/lib/$(DEB_HOST_MULTIARCH)/libblas.so || /bin/true
+ -Denable_blaslib=OFF -DTPL_BLAS_LIBRARIES=/usr/lib/$(DEB_HOST_MULTIARCH)/libblas.so \
+ -DCMAKE_INSTALL_INCLUDEDIR=include/superlu-dist \
+ || /bin/true
override_dh_auto_test:
dh_auto_test || /bin/true
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/superlu-dist.git
More information about the debian-science-commits
mailing list