[SCM] Packaging for LIGGGHTS, an Open Source Discrete Element Method Particle Simulation Software. branch, master, updated. upstream/1.5.2-54-gaef3db6

Anton Gladky gladky.anton at gmail.com
Thu Mar 15 20:31:59 UTC 2012


The following commit has been merged in the master branch:
commit b5f1247bd5780a0a8af37fee8a6fa59f81d61dea
Author: Anton Gladky <gladky.anton at gmail.com>
Date:   Thu Mar 15 21:31:17 2012 +0100

    Fix wrong defined archs for auto_tests.

diff --git a/debian/rules b/debian/rules
index e7a6ad2..b6625d7 100755
--- a/debian/rules
+++ b/debian/rules
@@ -17,13 +17,13 @@ override_dh_auto_build:
 	mv src/lmp_fedora src/liggghts
 
 override_dh_auto_test:
-ifeq (,$(filter $(DEB_HOST_ARCH),$(disable_auto_test_archs_simple)))
+ifeq (,$(filter $(DEB_HOST_ARCH),$(disable_auto_test_archs_mpi)))
 	mkdir test
 	cp -r examples/LIGGGHTS/chute_wear/* test/
 	cd test; mpirun -np 2 ./../src/liggghts < in.chute_wear
 	rm -rf test
 endif
-ifeq (,$(filter $(DEB_HOST_ARCH),$(disable_auto_test_archs_mpi)))
+ifeq (,$(filter $(DEB_HOST_ARCH),$(disable_auto_test_archs_simple)))
 	mkdir test
 	cp -r examples/LIGGGHTS/chute_wear/* test/
 	cd test; ./../src/liggghts < in.chute_wear

-- 
Packaging for LIGGGHTS, an Open Source Discrete Element Method Particle Simulation Software.



More information about the debian-science-commits mailing list