[med-svn] [relion] 03/07: Update gcc-6 patch

Gert Wollny gert-guest at moszumanska.debian.org
Wed Jun 29 14:09:48 UTC 2016


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

gert-guest pushed a commit to branch master
in repository relion.

commit a9dc624da4c1a786165bce00416cfccca87745f1
Author: Gert Wollny <gw.fossdev at gmail.com>
Date:   Wed Jun 29 13:45:13 2016 +0000

    Update gcc-6 patch
---
 debian/patches/0005-gcc-6.patch | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

diff --git a/debian/patches/0005-gcc-6.patch b/debian/patches/0005-gcc-6.patch
index 3695df2..4fae7f5 100644
--- a/debian/patches/0005-gcc-6.patch
+++ b/debian/patches/0005-gcc-6.patch
@@ -18,3 +18,25 @@
    while (inp)
      {
      string line;
+--- a/src/mpi.cpp
++++ b/src/mpi.cpp
+@@ -83,7 +83,7 @@
+ //#define VERBOSE_MPISENDRECV
+ int MpiNode::relion_MPI_Send(void *buf, std::ptrdiff_t count, MPI_Datatype datatype, int dest, int tag, MPI_Comm comm) {
+ 
+-    int result(0);
++    int result = 0;
+     DOUBLE start_time = MPI_Wtime();
+ 
+ //#define ONLY_NORMAL_SEND
+--- a/src/mpi.h
++++ b/src/mpi.h
+@@ -82,7 +82,7 @@
+     int relion_MPI_Bcast(void *buffer, int count, MPI_Datatype datatype, int root, MPI_Comm comm);
+ 
+     /* Better error handling of MPI error messages */
+-    void report_MPI_ERROR(int errno);
++    void report_MPI_ERROR(int error_code);
+ 
+ };
+ 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/relion.git



More information about the debian-med-commit mailing list