[openblas] 01/02: Build on ppc64el arch, which is now supported by upstream.

Sébastien Villemot sebastien at debian.org
Mon Nov 9 18:00:10 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 93e1debbfc177164ba452fdb7a22e95a43931d22
Author: Sébastien Villemot <sebastien at debian.org>
Date:   Sat Nov 7 22:09:13 2015 +0100

    Build on ppc64el arch, which is now supported by upstream.
---
 debian/control | 6 +++---
 debian/rules   | 4 ++++
 2 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/debian/control b/debian/control
index 2b44fb2..20c288a 100644
--- a/debian/control
+++ b/debian/control
@@ -12,7 +12,7 @@ Vcs-Browser: http://anonscm.debian.org/gitweb/?p=debian-science/packages/openbla
 
 Package: libopenblas-base
 Section: libs
-Architecture: amd64 arm64 armhf i386 powerpc ppc64 kfreebsd-i386 kfreebsd-amd64
+Architecture: amd64 arm64 armhf i386 powerpc ppc64el ppc64 kfreebsd-i386 kfreebsd-amd64
 Depends: ${shlibs:Depends}, ${misc:Depends}, libblas-common
 Provides: libblas.so.3, liblapack.so.3
 Built-Using: ${Built-Using}
@@ -29,7 +29,7 @@ Description: Optimized BLAS (linear algebra) library (shared library)
 
 Package: libopenblas-dev
 Section: libdevel
-Architecture: amd64 arm64 armhf i386 powerpc ppc64 kfreebsd-i386 kfreebsd-amd64
+Architecture: amd64 arm64 armhf i386 powerpc ppc64el ppc64 kfreebsd-i386 kfreebsd-amd64
 Depends: libopenblas-base (= ${binary:Version}), libblas-dev, ${shlibs:Depends},
  ${misc:Depends}
 Provides: libblas.so, liblapack.so
@@ -48,7 +48,7 @@ Description: Optimized BLAS (linear algebra) library (development files)
 Package: libopenblas-dbg
 Section: debug
 Priority: extra
-Architecture: amd64 arm64 armhf i386 powerpc ppc64 kfreebsd-i386 kfreebsd-amd64
+Architecture: amd64 arm64 armhf i386 powerpc ppc64el ppc64 kfreebsd-i386 kfreebsd-amd64
 Depends: libopenblas-base (= ${binary:Version}), ${misc:Depends}
 Built-Using: ${Built-Using}
 Description: Optimized BLAS (linear algebra) library (debugging symbols)
diff --git a/debian/rules b/debian/rules
index 07d9c58..1a1b53b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -39,6 +39,10 @@ ifeq ($(DEB_HOST_ARCH),powerpc)
 	GENERIC_OPTIONS += TARGET=PPCG4
 endif
 
+ifeq ($(DEB_HOST_ARCH),ppc64el)
+	GENERIC_OPTIONS += TARGET=POWER8
+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