[Pkg-octave-commit] [octave-mpi] 06/08: Remove openmpi-1.6.patch, no longer needed.

Sébastien Villemot sebastien at alioth.debian.org
Mon Oct 28 06:10:52 UTC 2013


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

sebastien pushed a commit to branch master
in repository octave-mpi.

commit 23c44d177d9b116bad5bdf4d871031281720581d
Author: Sébastien Villemot <sebastien at debian.org>
Date:   Mon Oct 28 12:14:33 2013 +0800

    Remove openmpi-1.6.patch, no longer needed.
---
 debian/patches/openmpi-1.6.patch |   28 ----------------------------
 debian/patches/series            |    1 -
 2 files changed, 29 deletions(-)

diff --git a/debian/patches/openmpi-1.6.patch b/debian/patches/openmpi-1.6.patch
deleted file mode 100644
index 63f7a61..0000000
--- a/debian/patches/openmpi-1.6.patch
+++ /dev/null
@@ -1,28 +0,0 @@
-Description: Fix FTBFS against OpenMPI 1.6
-Author: Sébastien Villemot <sebastien at debian.org>
-Bug: https://savannah.gnu.org/bugs/index.php?39816
-Last-Update: 2013-08-19
----
-This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
---- a/src/MPI_Iprobe.cc
-+++ b/src/MPI_Iprobe.cc
-@@ -35,7 +35,7 @@
-   map.assign ("tag", tmp );
-   tmp = stat.MPI_ERROR;
-   map.assign ("err", tmp );
--  tmp = stat._count;
-+  tmp = stat._ucount;
-   map.assign ("cnt", tmp);
-   tmp = stat._cancelled;
-   map.assign ("can", tmp);
---- a/src/MPI_Probe.cc
-+++ b/src/MPI_Probe.cc
-@@ -34,7 +34,7 @@
-   map.assign ("tag", tmp);
-   tmp = stat.MPI_ERROR;
-   map.assign ("err", tmp);
--  tmp = stat._count;
-+  tmp = stat._ucount;
-   map.assign("cnt", tmp);
-   tmp = stat._cancelled;
-   map.assign("can", tmp);
diff --git a/debian/patches/series b/debian/patches/series
index 75f3731..0ed9383 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1 @@
 autoload-yes.patch
-openmpi-1.6.patch

-- 
Alioth's /home/groups/pkg-octave/bin/git-commit-notice on /srv/git.debian.org/git/pkg-octave/octave-mpi.git



More information about the Pkg-octave-commit mailing list