[superlu-dist] 02/02: specify build with mpicc

Drew Parsons dparsons at moszumanska.debian.org
Tue Nov 14 09:05:26 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 7ea09365c1014081b52d77cfa3edf315e116d607
Author: Drew Parsons <dparsons at debian.org>
Date:   Tue Nov 14 17:04:08 2017 +0800

    specify build with mpicc
    
    otherwise it won't know how to find mpi.h
---
 debian/rules | 1 +
 1 file changed, 1 insertion(+)

diff --git a/debian/rules b/debian/rules
index 98c7921..4d860e9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -25,5 +25,6 @@ override_dh_auto_configure:
 #	dh_auto_configure -- 	-DCMAKE_LIBRARY_PATH=$(DEB_HOST_MULTIARCH)
 	dh_auto_configure -- \
 	    -Denable_parmetislib=OFF \
+	    -DCMAKE_C_COMPILER=mpicc \
 	    -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