[superlu-dist] 05/07: explicitly switch off internal blas library

Drew Parsons dparsons at moszumanska.debian.org
Wed Nov 8 10:23:31 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 7e533dc06d22759ef22d8c6f4407c14cefab1c2d
Author: Drew Parsons <dparsons at debian.org>
Date:   Wed Nov 8 17:40:52 2017 +0800

    explicitly switch off internal blas library
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 6baf066..98c7921 100755
--- a/debian/rules
+++ b/debian/rules
@@ -25,5 +25,5 @@ override_dh_auto_configure:
 #	dh_auto_configure -- 	-DCMAKE_LIBRARY_PATH=$(DEB_HOST_MULTIARCH)
 	dh_auto_configure -- \
 	    -Denable_parmetislib=OFF \
-	    -DTPL_BLAS_LIBRARIES=/usr/lib/$(DEB_HOST_MULTIARCH)/libblas.so
+	    -Denable_blaslib=OFF -DTPL_BLAS_LIBRARIES=/usr/lib/$(DEB_HOST_MULTIARCH)/libblas.so
 

-- 
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