[ffc] 02/03: Remove patch

Johannes Ring johannr-guest at moszumanska.debian.org
Thu Jul 6 12:15:57 UTC 2017


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

johannr-guest pushed a commit to branch experimental
in repository ffc.

commit 25d72c71009f6b2a17122cfc9cbe3cb13d91f8a1
Author: Johannes Ring <johannr at simula.no>
Date:   Thu Jul 6 14:03:03 2017 +0200

    Remove patch
---
 debian/patches/fix-float-division.patch | 28 ----------------------------
 debian/patches/series                   |  1 -
 2 files changed, 29 deletions(-)

diff --git a/debian/patches/fix-float-division.patch b/debian/patches/fix-float-division.patch
deleted file mode 100644
index 0915917..0000000
--- a/debian/patches/fix-float-division.patch
+++ /dev/null
@@ -1,28 +0,0 @@
-From c8ef816ed45336d5fd7e9689c40cb1150d71d71f Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Martin=20Sandve=20Aln=C3=A6s?= <martinal at simula.no>
-Date: Mon, 9 Jan 2017 15:28:08 +0100
-Subject: [PATCH] Fix float division of indices in tensorreordering.
-
----
- ffc/tensor/tensorreordering.py | 4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/ffc/tensor/tensorreordering.py b/ffc/tensor/tensorreordering.py
-index 1fbe293..76119c3 100644
---- a/ffc/tensor/tensorreordering.py
-+++ b/ffc/tensor/tensorreordering.py
-@@ -45,9 +45,9 @@ def reorder_entries(terms):
-         for i in range(len(restrictions)):
-             dim = dims[i]
-             if restrictions[i] == "+":
--                position = position + [slice(0, dim / 2)]
-+                position = position + [slice(0, dim // 2)]
-             elif restrictions[i] == "-":
--                position = position + [slice(dim / 2, dim)]
-+                position = position + [slice(dim // 2, dim)]
-             else:
-                 position = position + [slice(0, dim)]
- 
--- 
-2.7.4.1.g5468f9e
-
diff --git a/debian/patches/series b/debian/patches/series
index 6abd448..abae05e 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1 @@
-fix-float-division.patch
 ufc-include-path.patch

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



More information about the debian-science-commits mailing list