[openblas] 01/03: Add support for mips64el.
Sébastien Villemot
sebastien at debian.org
Tue Sep 6 18:26:56 UTC 2016
This is an automated email from the git hooks/post-receive script.
sebastien pushed a commit to branch master
in repository openblas.
commit 0b3db8a90d6fc51028591e0891c412c848b2fb8b
Author: Sébastien Villemot <sebastien at debian.org>
Date: Tue Sep 6 12:06:52 2016 +0200
Add support for mips64el.
---
debian/control | 2 +-
debian/rules | 5 +++++
2 files changed, 6 insertions(+), 1 deletion(-)
diff --git a/debian/control b/debian/control
index 4794dc6..16efdc2 100644
--- a/debian/control
+++ b/debian/control
@@ -12,7 +12,7 @@ Vcs-Browser: https://anonscm.debian.org/git/debian-science/packages/openblas.git
Package: libopenblas-base
Section: libs
-Architecture: amd64 arm64 armhf i386 powerpc ppc64el ppc64 kfreebsd-i386 kfreebsd-amd64
+Architecture: amd64 arm64 armhf i386 powerpc ppc64el ppc64 kfreebsd-i386 kfreebsd-amd64 mips64el
Depends: ${shlibs:Depends}, ${misc:Depends}, libblas-common
Provides: libblas.so.3, liblapack.so.3
Built-Using: ${Built-Using}
diff --git a/debian/rules b/debian/rules
index 8f9f872..2ba4f7e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -39,6 +39,11 @@ ifeq ($(DEB_HOST_ARCH),powerpc)
GENERIC_OPTIONS += TARGET=PPCG4
endif
+# Same for mips64el
+ifeq ($(DEB_HOST_ARCH),mips64el)
+ GENERIC_OPTIONS += TARGET=SICORTEX
+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