Gentoo Archives: gentoo-commits

From: Justin Lecher <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: sci-mathematics/netgen/files/
Date: Mon, 22 Feb 2016 08:38:12
Message-Id: 1456130191.b4b71a0c2ce78b32be5e264fe2585b27f7b3c487.jlec@gentoo
1 commit: b4b71a0c2ce78b32be5e264fe2585b27f7b3c487
2 Author: Grégory Salvan <apieum <AT> gmail <DOT> com>
3 AuthorDate: Fri Feb 12 18:08:41 2016 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 22 08:36:31 2016 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=b4b71a0c
7
8 added the right patch for metis numflag
9
10 .../netgen/files/netgen-5.x-metis-numflag.patch | 21 ++++++++++-----------
11 1 file changed, 10 insertions(+), 11 deletions(-)
12
13 diff --git a/sci-mathematics/netgen/files/netgen-5.x-metis-numflag.patch b/sci-mathematics/netgen/files/netgen-5.x-metis-numflag.patch
14 index 4c32304..9e5ba88 100644
15 --- a/sci-mathematics/netgen/files/netgen-5.x-metis-numflag.patch
16 +++ b/sci-mathematics/netgen/files/netgen-5.x-metis-numflag.patch
17 @@ -1,21 +1,20 @@
18 -diff -uwrN ./netgen-5.3.1/libsrc/meshing/parallelmesh.cpp netgen-5.3.1.ORIG/libsrc/meshing/parallelmesh.cpp
19 ---- ./netgen-5.3.1/libsrc/meshing/parallelmesh.cpp 2016-02-11 19:12:14.474185736 +0100
20 -+++ netgen-5.3.1.ORIG/libsrc/meshing/parallelmesh.cpp 2014-08-29 11:54:05.000000000 +0200
21 +--- libsrc/meshing/parallelmesh.cpp 2014-08-29 11:54:05.000000000 +0200
22 ++++ libsrc/meshing/parallelmesh.cpp 2016-02-11 19:12:14.474185736 +0100
23 @@ -1318,7 +1318,7 @@
24 idxtype *xadj, * adjacency, *v_weights = NULL, *e_weights = NULL;
25 -
26 +
27 int weightflag = 0;
28 -- int numflag = 0;
29 -+ // int numflag = 0;
30 +- // int numflag = 0;
31 ++ int numflag = 0;
32 int nparts = ntasks - 1;
33 -
34 +
35 int options[5];
36 @@ -1485,7 +1485,7 @@
37 idxtype *v_weights = NULL, *e_weights = NULL;
38 -
39 +
40 int weightflag = 0;
41 -- int numflag = 0;
42 -+ // int numflag = 0;
43 +- // int numflag = 0;
44 ++ int numflag = 0;
45 int nparts = ntasks - 1;
46 -
47 +
48 int edgecut;