[gmsh] 01/02: Disable autotest on mips64el (unstable).

Anton Gladky gladk at moszumanska.debian.org
Fri Dec 30 11:19:31 UTC 2016


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

gladk pushed a commit to branch master
in repository gmsh.

commit a9cb0c45d7fa334ab7b061a089ea0234cc4ae723
Author: Anton Gladky <gladk at debian.org>
Date:   Fri Dec 30 12:16:22 2016 +0100

    Disable autotest on mips64el (unstable).
---
 debian/rules | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/debian/rules b/debian/rules
index 502db18..676c589 100755
--- a/debian/rules
+++ b/debian/rules
@@ -15,6 +15,7 @@ export OMPI_MCA_plm_rsh_agent=/bin/false                #workaround to start MPI
 
 
 disable_mpi_archs = kfreebsd-amd64 kfreebsd-i386 ia64
+disable_auto_test_archs = mips64el
 export LD_LIBRARY_PATH :=  $(CURDIR)/debian/tmp/usr/lib:$(LD_LIBRARY_PATH); 
 
 extra_flags += \
@@ -72,6 +73,7 @@ override_dh_auto_build:
 
 override_dh_auto_test:
 	mkdir test-dir
+ifeq (,$(filter $(DEB_HOST_ARCH),$(disable_auto_test_archs)))`
 	cp demos/transfinite.geo test-dir
 	cd test-dir; $(BUILDDIR)/gmsh transfinite.geo -2 -o transfinite2d.mesh
 	cd test-dir; $(BUILDDIR)/gmsh transfinite.geo -3 -o transfinite3d.mesh
@@ -80,4 +82,5 @@ override_dh_auto_test:
 	cd test-dir; $(BUILDDIR)/gmsh transfinite.geo -2 -o transfinite2d.stl
 	cd test-dir; $(BUILDDIR)/gmsh transfinite.geo -3 -o transfinite3d.stl
 	cd test-dir; ls -ln;
+endif
 	rm -rf test-dir

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



More information about the debian-science-commits mailing list