[superlu-dist] 02/05: build-time test are treated as information only

Drew Parsons dparsons at moszumanska.debian.org
Tue Nov 14 10:49:50 UTC 2017


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

dparsons pushed a commit to branch master
in repository superlu-dist.

commit 35df028d4f5a256569bc02bdd5a0c2c4736f7a43
Author: Drew Parsons <dparsons at debian.org>
Date:   Tue Nov 14 18:26:56 2017 +0800

    build-time test are treated as information only
    
    i.e. build is not halted when tests fail
    
    Undo (i.e. restore halting tests) later once we're confident tests
    should normally succeed.
    
    But most tests invoke MC64, which has been removed.
---
 debian/changelog | 2 ++
 debian/rules     | 3 +++
 2 files changed, 5 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 9407d47..0d7e9ef 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,5 +6,7 @@ superlu-dist (5.2.2+dfsg1-1) UNRELEASED; urgency=medium
   * Parmetis/Metis is not supported in this build (non-free)
   * configuration errors are currently ignored to work around spurious
     warnings about install dirs.
+  * build-time test are treated as information only
+    (build is not halted when tests fail)
 
  -- Drew Parsons <dparsons at debian.org>  Wed, 13 Sep 2017 12:04:10 +0800
diff --git a/debian/rules b/debian/rules
index 52c557f..41a67df 100755
--- a/debian/rules
+++ b/debian/rules
@@ -36,3 +36,6 @@ override_dh_auto_configure:
 	    -DCMAKE_C_COMPILER=mpicc \
 	    -Denable_blaslib=OFF -DTPL_BLAS_LIBRARIES=/usr/lib/$(DEB_HOST_MULTIARCH)/libblas.so || /bin/true
 
+override_dh_auto_test:
+	dh_auto_test || /bin/true
+

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



More information about the debian-science-commits mailing list