[dune-istl] 04/05: Import upstream fix for compilation error.

Ansgar Burchardt ansgar at moszumanska.debian.org
Fri Feb 14 16:57:54 UTC 2014


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

ansgar pushed a commit to annotated tag debian/2.3.0-1
in repository dune-istl.

commit 79d7755fcb1ac0b41ecfba2107cbea0d42c89755
Author: Ansgar Burchardt <ansgar at debian.org>
Date:   Fri Feb 14 17:47:49 2014 +0100

    Import upstream fix for compilation error.
    
    Bug: https://dune-project.org/flyspray/index.php?do=details&task_id=1431
---
 ...ert-wrong-call-introduced-in-10105124a762.patch | 34 ++++++++++++++++++++++
 debian/patches/series                              |  1 +
 2 files changed, 35 insertions(+)

diff --git a/debian/patches/0001-Bugfix-Revert-wrong-call-introduced-in-10105124a762.patch b/debian/patches/0001-Bugfix-Revert-wrong-call-introduced-in-10105124a762.patch
new file mode 100644
index 0000000..fd804f5
--- /dev/null
+++ b/debian/patches/0001-Bugfix-Revert-wrong-call-introduced-in-10105124a762.patch
@@ -0,0 +1,34 @@
+From cbe9d3203426223ed79ac110d98c3d23df29fe9d Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Christoph=20Gr=C3=BCninger?= <gruenich at dune-project.org>
+Date: Fri, 14 Feb 2014 16:53:06 +0100
+Subject: [PATCH] =?UTF-8?q?[Bugfix]=20Revert=20wrong=20call=20introduced?=
+ =?UTF-8?q?=20in=20=E2=80=A610105124a762.?=
+MIME-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+
+The warning has to be silenced by using DUNE_UNUSED_PARAM in dune-common.
+This fixes FS#1431.
+(cherry picked from commit 887bbfdd116380f39aa878bc00c205fba9b77af8)
+
+Signed-off-by: Christoph Grüninger <gruenich at dune-project.org>
+---
+ dune/istl/repartition.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/dune/istl/repartition.hh b/dune/istl/repartition.hh
+index 8c20bc5..816bf91 100644
+--- a/dune/istl/repartition.hh
++++ b/dune/istl/repartition.hh
+@@ -91,7 +91,7 @@ namespace Dune
+ 
+     // Store the global index information for repairing the remote index information
+     std::map<int,SLList<std::pair<T1,Attribute> > > globalIndices;
+-    storeGlobalIndicesOfRemoteIndices(globalIndices, oocomm.remoteIndices());
++    storeGlobalIndicesOfRemoteIndices(globalIndices, oocomm.remoteIndices(), indexSet);
+     indexSet.beginResize();
+ 
+     for(VertexIterator vertex = graph.begin(), vend=graph.end(); vertex != vend; ++vertex) {
+-- 
+1.8.5.3
+
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..85f83d8
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+0001-Bugfix-Revert-wrong-call-introduced-in-10105124a762.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/dune-istl.git



More information about the debian-science-commits mailing list