[SCM] Packaging for LIGGGHTS, an Open Source Discrete Element Method Particle Simulation Software. branch, master, updated. upstream/1.5.1-43-g8477e99
Anton Gladky
gladky.anton at gmail.com
Tue Mar 6 22:07:49 UTC 2012
The following commit has been merged in the master branch:
commit 8477e9942f19f23c51cd102ce3689ccc585ae3fb
Author: Anton Gladky <gladky.anton at gmail.com>
Date: Tue Mar 6 22:46:11 2012 +0100
Minor fix.
diff --git a/debian/rules b/debian/rules
index bb3815f..53fb1a8 100755
--- a/debian/rules
+++ b/debian/rules
@@ -16,7 +16,7 @@ override_dh_auto_build:
mv src/lmp_fedora src/liggghts
override_dh_auto_test:
-ifneq (,$(filter $(DEB_HOST_ARCH), $(disable_auto_test_archs)))
+ifeq (,$(filter $(DEB_HOST_ARCH),$(disable_auto_test_archs)))
mkdir test
cp -r examples/LIGGGHTS/chute_wear/* test/
cd test; ./../src/liggghts < in.chute_wear || true
--
Packaging for LIGGGHTS, an Open Source Discrete Element Method Particle Simulation Software.
More information about the debian-science-commits
mailing list