commit:     d21374997e4386a8d185c704304cfae0e95957be
Author:     Michael Mair-Keimberger (asterix) <m.mairkeimberger <AT> gmail 
<DOT> com>
AuthorDate: Mon Sep 12 18:10:03 2016 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Tue Sep 13 07:49:07 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2137499

dev-python/pyamg: remove unused patches

Closes: https://github.com/gentoo/gentoo/pull/2313

Signed-off-by: David Seifert <soap <AT> gentoo.org>

 dev-python/pyamg/files/2.0.0-stencil.patch       | 11 -----------
 dev-python/pyamg/files/pyamg-2.0.4-gcc-4.7.patch | 16 ----------------
 2 files changed, 27 deletions(-)

diff --git a/dev-python/pyamg/files/2.0.0-stencil.patch 
b/dev-python/pyamg/files/2.0.0-stencil.patch
deleted file mode 100644
index f000b93..00000000
--- a/dev-python/pyamg/files/2.0.0-stencil.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- pyamg/gallery/stencil.py.orig      2011-08-06 20:26:36.000000000 +0100
-+++ pyamg/gallery/stencil.py   2011-08-06 20:27:12.000000000 +0100
-@@ -85,7 +85,7 @@
- 
-     # compute index offset of each dof within the stencil
-     strides = numpy.cumprod( [1] + list(reversed(grid)) )[:-1]
--    indices = S.nonzero()
-+    indices = tuple(i.copy() for i in S.nonzero())
-     for i,s in zip(indices,S.shape):
-         i -= s // 2
-     for stride,coords in zip(strides, reversed(indices)):

diff --git a/dev-python/pyamg/files/pyamg-2.0.4-gcc-4.7.patch 
b/dev-python/pyamg/files/pyamg-2.0.4-gcc-4.7.patch
deleted file mode 100644
index 0ed5402..00000000
--- a/dev-python/pyamg/files/pyamg-2.0.4-gcc-4.7.patch
+++ /dev/null
@@ -1,16 +0,0 @@
- pyamg/amg_core/ruge_stuben.h |    2 ++
- 1 files changed, 2 insertions(+), 0 deletions(-)
-
-diff --git a/pyamg/amg_core/ruge_stuben.h b/pyamg/amg_core/ruge_stuben.h
-index 51cec80..d0ff9a9 100644
---- a/pyamg/amg_core/ruge_stuben.h
-+++ b/pyamg/amg_core/ruge_stuben.h
-@@ -7,6 +7,8 @@
- #include <cassert>
- #include <limits>
- #include <algorithm>
-+#include "graph.h"
-+#include "linalg.h"
- 
- /*
-  *  Compute a strength of connection matrix using the classical strength

Reply via email to