summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger (asterix) <m.mairkeimberger@gmail.com>2017-01-29 10:07:01 +0100
committerDavid Seifert <soap@gentoo.org>2017-01-29 21:09:37 +0100
commit82e5a15f852d2e0b0ee949ebfa74fb229b9129a6 (patch)
tree8b862a1a18502d42d3c8eab8765d220f71bd1194 /sci-libs/gerris
parentsci-libs/gamer: remove unused patch (diff)
downloadgentoo-82e5a15f852d2e0b0ee949ebfa74fb229b9129a6.tar.gz
gentoo-82e5a15f852d2e0b0ee949ebfa74fb229b9129a6.tar.bz2
gentoo-82e5a15f852d2e0b0ee949ebfa74fb229b9129a6.zip
sci-libs/gerris: remove unused patch
Closes: https://github.com/gentoo/gentoo/pull/3709
Diffstat (limited to 'sci-libs/gerris')
-rw-r--r--sci-libs/gerris/files/gerris-hypre-no-mpi.patch21
1 files changed, 0 insertions, 21 deletions
diff --git a/sci-libs/gerris/files/gerris-hypre-no-mpi.patch b/sci-libs/gerris/files/gerris-hypre-no-mpi.patch
deleted file mode 100644
index 2e3aede8b7d6..000000000000
--- a/sci-libs/gerris/files/gerris-hypre-no-mpi.patch
+++ /dev/null
@@ -1,21 +0,0 @@
---- configure.in.orig 2012-08-08 17:19:49.374366942 +0100
-+++ configure.in 2012-08-08 17:20:40.585155226 +0100
-@@ -334,7 +334,8 @@
-
- # Build hypre module if HYPRE is installed
- hypre=no
--if test "x$use_mpicc" = "xyes" ; then # HYPRE needs MPI
-+# hypre does not need mpi
-+#if test "x$use_mpicc" = "xyes" ; then # HYPRE needs MPI
- AC_CHECK_LIB(HYPRE, HYPRE_IJMatrixCreate, hypre="yes", hypre="no", [-lm])
- if test x$hypre = xyes; then
- AC_CHECK_HEADERS(HYPRE.h, hypre="yes", hypre="no")
-@@ -342,7 +343,7 @@
- if test x$hypre = xno; then
- AC_MSG_WARN([HYPRE not found. hypre Module won't be available.])
- fi
--fi
-+#fi
- AM_CONDITIONAL(BUILD_HYPRE, test x$hypre = xyes)
-
- # Build lis module if lis is installed