[python-scientific] 02/02: add build on arm64 and ppc64el, thanks Logan Rosen for the patch (Closes: #746697)
Frédéric-Emmanuel Picca
picca at moszumanska.debian.org
Sat Aug 2 21:18:20 UTC 2014
This is an automated email from the git hooks/post-receive script.
picca pushed a commit to branch master
in repository python-scientific.
commit 49660de6b3a85739a4fee4ab7060f991222f49d9
Author: Picca Frédéric-Emmanuel <picca at debian.org>
Date: Sat Aug 2 23:02:18 2014 +0200
add build on arm64 and ppc64el, thanks Logan Rosen for the patch (Closes: #746697)
---
debian/changelog | 8 ++++++++
debian/control | 2 +-
debian/rules | 2 +-
3 files changed, 10 insertions(+), 2 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index b80f834..248f3f2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+python-scientific (2.9.4-3) unstable; urgency=medium
+
+ * revert experimental changes
+ * build openmpipython on arm64 and ppc64el (Closes: #746697)
+ thanks to Logan Rosen for the patch
+
+ -- Picca Frédéric-Emmanuel <picca at debian.org> Sat, 02 Aug 2014 22:59:46 +0200
+
python-scientific (2.9.4-3~experimental1) experimental; urgency=medium
* try to get rid of the arch specific part
diff --git a/debian/control b/debian/control
index 68efb2f..4497eb3 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,7 @@ Build-Depends: cython,
debhelper (>= 9),
libmpich-dev,
libnetcdf-dev,
- libopenmpi-dev [alpha amd64 armel armhf i386 ia64 powerpc powerpcspe ppc64 sparc sparc64 kfreebsd-i386 kfreebsd-amd64 hurd-i386],
+ libopenmpi-dev [alpha amd64 armel armhf arm64 i386 ia64 powerpc powerpcspe ppc64 ppc64el sparc sparc64 kfreebsd-i386 kfreebsd-amd64 hurd-i386],
python-all-dev,
python-numpy
Standards-Version: 3.9.5
diff --git a/debian/rules b/debian/rules
index 472e666..34e587f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,7 +7,7 @@ export DH_VERBOSE=1
export COMPILE_CYTHON=1
-OPENMPI_ARCH = alpha amd64 armel armhf i386 ia64 powerpc powerpcspe ppc64 sparc sparc64 kfreebsd-i386 kfreebsd-amd64 hurd-i386
+OPENMPI_ARCH = alpha amd64 armel armhf arm64 i386 ia64 powerpc powerpcspe ppc64 ppc64el sparc sparc64 kfreebsd-i386 kfreebsd-amd64 hurd-i386
DEB_HOST_ARCH ?= $(shell dpkg-architecture -qDEB_HOST_ARCH)
pv = $(shell pyversions -vd)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/python-scientific.git
More information about the debian-science-commits
mailing list