[openblas] 01/03: Disable testsuite on powerpc, because it crashes…

Sébastien Villemot sebastien at debian.org
Tue Nov 10 22:46:50 UTC 2015


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

sebastien pushed a commit to branch master
in repository openblas.

commit 1109ae352d7b89736d4b8e21361dd93ed928ae32
Author: Sébastien Villemot <sebastien at debian.org>
Date:   Tue Nov 10 23:22:29 2015 +0100

    Disable testsuite on powerpc, because it crashes…
---
 debian/rules | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/debian/rules b/debian/rules
index 1a1b53b..84b22ab 100755
--- a/debian/rules
+++ b/debian/rules
@@ -43,6 +43,12 @@ ifeq ($(DEB_HOST_ARCH),ppc64el)
 	GENERIC_OPTIONS += TARGET=POWER8
 endif
 
+# The testsuite crashes on PowerPC. Disable it by pretending we are
+# cross-compiling.
+ifeq ($(DEB_HOST_ARCH),powerpc)
+	GENERIC_OPTIONS += CROSS=1
+endif
+
 
 ifeq ($(TARGET),)
 	# Generic package

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



More information about the debian-science-commits mailing list