r43796 - /packages/flann/trunk/debian/rules

malat-guest at users.alioth.debian.org malat-guest at users.alioth.debian.org
Tue Aug 23 13:38:08 UTC 2011


Author: malat-guest
Date: Tue Aug 23 13:38:07 2011
New Revision: 43796

URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=43796
Log:
fix control file

Modified:
    packages/flann/trunk/debian/rules

Modified: packages/flann/trunk/debian/rules
URL: http://svn.debian.org/wsvn/debian-science/packages/flann/trunk/debian/rules?rev=43796&op=diff
==============================================================================
--- packages/flann/trunk/debian/rules (original)
+++ packages/flann/trunk/debian/rules Tue Aug 23 13:38:07 2011
@@ -10,7 +10,7 @@
 	dh --parallel --with quilt --buildsystem=cmake $@ 
 
 override_dh_auto_configure:
-	dh_auto_configure -- -DCMAKE_BUILD_TYPE:STRING=Release -DCMAKE_SKIP_RPATH:BOOL=ON
+	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
 
 override_dh_auto_test:
 	# test download material from the net. Removing them.




More information about the debian-science-commits mailing list