[python-scientific] 02/03: Replace libmpich2-dev by limbpich-dev.

Anton Gladky gladk at moszumanska.debian.org
Thu May 8 20:08:22 UTC 2014


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

gladk pushed a commit to branch master
in repository python-scientific.

commit 29512134c7fd335938f9315d0a4605650a22fccc
Author: Anton Gladky <gladk at debian.org>
Date:   Thu May 8 21:54:47 2014 +0200

    Replace libmpich2-dev by limbpich-dev.
---
 debian/control                                           | 2 +-
 debian/patches/0001-debian-deal-with-mpi-compilers.patch | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index 637ef52..68efb2f 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,7 @@ Section: science
 Priority: extra
 Build-Depends: cython,
                debhelper (>= 9),
-               libmpich2-dev,
+               libmpich-dev,
                libnetcdf-dev,
                libopenmpi-dev [alpha amd64 armel armhf i386 ia64 powerpc powerpcspe ppc64 sparc sparc64 kfreebsd-i386 kfreebsd-amd64 hurd-i386],
                python-all-dev,
diff --git a/debian/patches/0001-debian-deal-with-mpi-compilers.patch b/debian/patches/0001-debian-deal-with-mpi-compilers.patch
index 67f0e67..191f46b 100644
--- a/debian/patches/0001-debian-deal-with-mpi-compilers.patch
+++ b/debian/patches/0001-debian-deal-with-mpi-compilers.patch
@@ -23,7 +23,7 @@ index b0af23b..fde75b6 100644
 +    executable = 'mpipython.openmpi'
 +if os.environ.has_key('USE_MPICH'):
 +    mpicompiler = 'mpicc.mpich2'
-+    mpiinclude = '/usr/lib/mpich2/include'
++    mpiinclude = '/usr/include/mpich'
 +    executable = 'mpipython.mpich2'
 +
  sources='mpipython.c Scientific_mpi.c'

-- 
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