[SCM] Yet Another Dynamic Engine. Platform for discrete element modeling. branch, master, updated. upstream/0.60.2-71-gc3934c8

Anton Gladky gladky.anton at gmail.com
Tue Jun 7 15:39:53 UTC 2011


The following commit has been merged in the master branch:
commit f34dd24f95e9ff68e39f07f1a6235cff980da7b4
Author: Anton Gladky <gladky.anton at gmail.com>
Date:   Tue Jun 7 17:38:55 2011 +0200

    Test at first debug-version, then optimized

diff --git a/debian/rules b/debian/rules
index 5dfbeec..fea98bd 100755
--- a/debian/rules
+++ b/debian/rules
@@ -41,8 +41,8 @@ override_dh_auto_build:
 	export MPLCONFIGDIR=${tmpDirMatplotLib} HOME=${tmpDirMatplotLib}; YADE_PREFIX=${tmpInstall} ${tmpInstall}/bin/yade${_VERSION}-batch --generate-manpage yade${_VERSION}-batch.1
 
 override_dh_auto_test:
-	export MPLCONFIGDIR=${tmpDirMatplotLib} HOME=${tmpDirMatplotLib}; YADE_PREFIX=${tmpInstall} ${tmpInstall}/bin/yade${_VERSION} --test
 	export MPLCONFIGDIR=${tmpDirMatplotLib} HOME=${tmpDirMatplotLib}; YADE_PREFIX=${tmpInstallDbg} ${tmpInstall}/bin/yade${_VERSION} --debug --test
+	export MPLCONFIGDIR=${tmpDirMatplotLib} HOME=${tmpDirMatplotLib}; YADE_PREFIX=${tmpInstall} ${tmpInstall}/bin/yade${_VERSION} --test
 	#Delete all pyc files
 	find . -name '*.pyc' -print0 | xargs -0 rm -f
 

-- 
Yet Another Dynamic Engine. Platform for discrete element modeling.



More information about the debian-science-commits mailing list