Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/gerris/files/
Date: Sun, 29 Jan 2017 20:11:22
Message-Id: 1485720577.82e5a15f852d2e0b0ee949ebfa74fb229b9129a6.soap@gentoo
1 commit: 82e5a15f852d2e0b0ee949ebfa74fb229b9129a6
2 Author: Michael Mair-Keimberger (asterix) <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Sun Jan 29 09:07:01 2017 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 29 20:09:37 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82e5a15f
7
8 sci-libs/gerris: remove unused patch
9
10 Closes: https://github.com/gentoo/gentoo/pull/3709
11
12 sci-libs/gerris/files/gerris-hypre-no-mpi.patch | 21 ---------------------
13 1 file changed, 21 deletions(-)
14
15 diff --git a/sci-libs/gerris/files/gerris-hypre-no-mpi.patch b/sci-libs/gerris/files/gerris-hypre-no-mpi.patch
16 deleted file mode 100644
17 index 2e3aede..00000000
18 --- a/sci-libs/gerris/files/gerris-hypre-no-mpi.patch
19 +++ /dev/null
20 @@ -1,21 +0,0 @@
21 ---- configure.in.orig 2012-08-08 17:19:49.374366942 +0100
22 -+++ configure.in 2012-08-08 17:20:40.585155226 +0100
23 -@@ -334,7 +334,8 @@
24 -
25 - # Build hypre module if HYPRE is installed
26 - hypre=no
27 --if test "x$use_mpicc" = "xyes" ; then # HYPRE needs MPI
28 -+# hypre does not need mpi
29 -+#if test "x$use_mpicc" = "xyes" ; then # HYPRE needs MPI
30 - AC_CHECK_LIB(HYPRE, HYPRE_IJMatrixCreate, hypre="yes", hypre="no", [-lm])
31 - if test x$hypre = xyes; then
32 - AC_CHECK_HEADERS(HYPRE.h, hypre="yes", hypre="no")
33 -@@ -342,7 +343,7 @@
34 - if test x$hypre = xno; then
35 - AC_MSG_WARN([HYPRE not found. hypre Module won't be available.])
36 - fi
37 --fi
38 -+#fi
39 - AM_CONDITIONAL(BUILD_HYPRE, test x$hypre = xyes)
40 -
41 - # Build lis module if lis is installed