[python-scientific] 06/06: try to get rid of the arch specific part
Frédéric-Emmanuel Picca
picca at moszumanska.debian.org
Sat Aug 2 16:52:40 UTC 2014
This is an automated email from the git hooks/post-receive script.
picca pushed a commit to branch experimental
in repository python-scientific.
commit 4a83729cc24de1580facc2d7ae263525f7f61912
Author: Picca Frédéric-Emmanuel <picca at debian.org>
Date: Sat Aug 2 10:39:18 2014 +0200
try to get rid of the arch specific part
---
debian/changelog | 6 ++++++
debian/control | 4 ++--
debian/gbp.conf | 3 +++
debian/rules | 3 ---
4 files changed, 11 insertions(+), 5 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 480244f..b80f834 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+python-scientific (2.9.4-3~experimental1) experimental; urgency=medium
+
+ * try to get rid of the arch specific part
+
+ -- Picca Frédéric-Emmanuel <picca at debian.org> Sat, 02 Aug 2014 10:35:28 +0200
+
python-scientific (2.9.4-2) unstable; urgency=medium
* Team upload.
diff --git a/debian/control b/debian/control
index 68efb2f..19154e2 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,
python-all-dev,
python-numpy
Standards-Version: 3.9.5
@@ -82,7 +82,7 @@ Description: MPI-enhanced Python interpreter (MPICH2 based version)
message-based parallel programming) support.
Package: openmpipython
-Architecture: amd64 armel armhf hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 powerpc sparc
+Architecture: any
Priority: extra
Depends: ${misc:Depends},
${python:Depends},
diff --git a/debian/gbp.conf b/debian/gbp.conf
new file mode 100644
index 0000000..5bbe4e7
--- /dev/null
+++ b/debian/gbp.conf
@@ -0,0 +1,3 @@
+[DEFAULT]
+pristine-tar=True
+debian-branch=experimental
diff --git a/debian/rules b/debian/rules
index 472e666..d9247c1 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,7 +7,6 @@ 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
DEB_HOST_ARCH ?= $(shell dpkg-architecture -qDEB_HOST_ARCH)
pv = $(shell pyversions -vd)
@@ -28,10 +27,8 @@ override_dh_auto_build:
# build the MPI part
rm -f Src/MPI/*.o
cd Src/MPI && PYTHONPATH=$$(echo $(CURDIR)/build/lib.*-$(pv)) USE_MPICH=yes $(PYTHON) compile.py
-ifneq (,$(findstring $(DEB_HOST_ARCH),$(OPENMPI_ARCH)))
rm -f Src/MPI/*.o
cd Src/MPI && PYTHONPATH=$$(echo $(CURDIR)/build/lib.*-$(pv)) USE_OPENMPI=yes $(PYTHON) compile.py
-endif
override_dh_auto_test:
dh_auto_test
--
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