[atlas] 03/03: d/rules: on ppc64el set ARCHES to POWER8.

Sébastien Villemot sebastien at debian.org
Thu Aug 4 14:34:22 UTC 2016


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

sebastien pushed a commit to branch master
in repository atlas.

commit 5a92211adadbb7d66513b92ca85b4127174c23bf
Author: Dimitri John Ledkov <xnox at ubuntu.com>
Date:   Tue Aug 2 17:41:07 2016 +0100

    d/rules: on ppc64el set ARCHES to POWER8.
---
 debian/rules | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/debian/rules b/debian/rules
index db9b573..9735efa 100755
--- a/debian/rules
+++ b/debian/rules
@@ -16,6 +16,8 @@ endif
 # - 768 means SSE1+SSE2 (always available on amd64)
 ifeq ($(DEB_HOST_ARCH),s390x)
 ARCHS=$(if $(UBUNTU),base_IBMz12_1,base_IBMz9_1)
+else ifeq ($(DEB_HOST_ARCH_CPU),ppc64el)
+ARCHS=base_POWER8_1
 else ifeq ($(DEB_HOST_ARCH_CPU),i386)
 # See http://math-atlas.sourceforge.net/atlas_install/node32.html
 ARCHS=base_x86x87_1

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



More information about the debian-science-commits mailing list