[openblas] 01/02: Enforce TARGET=POWER6 on ppc64, to avoid FTBFS on some buildds.

Sébastien Villemot sebastien at debian.org
Tue Sep 19 13:02:16 UTC 2017


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

sebastien pushed a commit to branch master
in repository openblas.

commit d9dfbd53ec2ce1e50795d108956dc8f6a0f09d0a
Author: Sébastien Villemot <sebastien at debian.org>
Date:   Tue Sep 19 14:50:32 2017 +0200

    Enforce TARGET=POWER6 on ppc64, to avoid FTBFS on some buildds.
---
 debian/rules | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/debian/rules b/debian/rules
index a91e3b0..7c776f4 100755
--- a/debian/rules
+++ b/debian/rules
@@ -42,6 +42,11 @@ ifeq ($(DEB_HOST_ARCH),mips64el)
 	GENERIC_OPTIONS += TARGET=SICORTEX
 endif
 
+# POWER6 is the most generic arch that compiles on ppc64
+ifeq ($(DEB_HOST_ARCH),ppc64)
+	GENERIC_OPTIONS += TARGET=POWER6
+endif
+
 ifeq ($(DEB_HOST_ARCH),ppc64el)
 	GENERIC_OPTIONS += TARGET=POWER8
 endif

-- 
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