[flann] 25/54: remove MPI for now

Leopold Palomo-Avellaneda leo at alaxarxa.net
Fri Jul 15 10:42:41 UTC 2016


This is an automated email from the git hooks/post-receive script.

lepalom-guest pushed a commit to branch master
in repository flann.

commit 8a5bd49b4ae7cad387b2f737a515511d781a21a5
Author: Mathieu Malaterre <malat at debian.org>
Date:   Tue Aug 23 14:10:20 2011 +0000

    remove MPI for now
---
 debian/rules | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 9cee0f0..6c357f9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,7 +10,8 @@ export DH_OPTIONS
 	dh --parallel --with quilt --buildsystem=cmake $@ 
 
 override_dh_auto_configure:
-	dh_auto_configure -- -DCMAKE_BUILD_TYPE:STRING=Release -DCMAKE_SKIP_RPATH:BOOL=ON -DBUILD_MATLAB_BINDINGS:BOOL=OFF -DBUILD_PYTHON_BINDINGS:BOOL=OFF -DUSE_MPI:BOOL=ON
+	# cant get mpi to work for now: https://github.com/mariusmuja/flann/issues/10
+	dh_auto_configure -- -DCMAKE_BUILD_TYPE:STRING=Release -DCMAKE_SKIP_RPATH:BOOL=ON -DBUILD_MATLAB_BINDINGS:BOOL=OFF -DBUILD_PYTHON_BINDINGS:BOOL=OFF -DUSE_MPI:BOOL=OFF
 
 override_dh_auto_test:
 	# test download material from the net. Removing them.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/flann.git



More information about the debian-science-commits mailing list