Hi Anton,

On Thu, Jun 25, 2020 at 10:55:36PM +0200, Anton Gladky wrote:
> it looks like the patch was not attached. Is it possible to attach it again?

Oh noes. Seems like I lost it. I've quickly written it again, but
couldn't test it since liggghts presentl ftbfs. It may work or not.

Helmut
diff --minimal -Nru liggghts-3.8.0+repack1/debian/changelog 
liggghts-3.8.0+repack1/debian/changelog
--- liggghts-3.8.0+repack1/debian/changelog     2020-01-21 03:11:38.000000000 
+0100
+++ liggghts-3.8.0+repack1/debian/changelog     2020-06-25 22:58:35.000000000 
+0200
@@ -1,3 +1,10 @@
+liggghts (3.8.0+repack1-5.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Support DEB_BUILD_OPTIONS=nocheck. (Closes: #943310)
+
+ -- Helmut Grohne <[email protected]>  Thu, 25 Jun 2020 22:58:35 +0200
+
 liggghts (3.8.0+repack1-5) unstable; urgency=medium
 
   * Team upload.
diff --minimal -Nru liggghts-3.8.0+repack1/debian/rules 
liggghts-3.8.0+repack1/debian/rules
--- liggghts-3.8.0+repack1/debian/rules 2020-01-21 03:11:38.000000000 +0100
+++ liggghts-3.8.0+repack1/debian/rules 2020-06-25 22:58:33.000000000 +0200
@@ -12,6 +12,7 @@
 disable_auto_test_archs_mpi = hurd-i386 mips mipsel mips64el s390 s390x powerpc
 
 override_dh_auto_test:
+ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
 ifeq (,$(filter $(DEB_HOST_ARCH),$(disable_auto_test_archs_mpi)))
        mkdir test
        cp -r examples/LIGGGHTS/Tutorials_public/heatTransfer_1/* test/
@@ -24,6 +25,7 @@
        cd test; $(BUILDDIR)/src/liggghts < in.heatGran
        rm -rf test
 endif
+endif
 
 override_dh_installexamples:
        dh_installexamples
-- 
debian-science-maintainers mailing list
[email protected]
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-science-maintainers

Reply via email to