[dune-geometry] 01/05: Drop patch 0001-Fix-alignment-of-mappingStorage_-member.patch.
Ansgar Burchardt
ansgar at moszumanska.debian.org
Mon Apr 20 17:56:42 UTC 2015
This is an automated email from the git hooks/post-receive script.
ansgar pushed a commit to branch master
in repository dune-geometry.
commit c43d96e2e348b1eb347ccbc35014dfe658f08749
Author: Ansgar Burchardt <burchardt at igpm.rwth-aachen.de>
Date: Mon Apr 20 17:24:03 2015 +0200
Drop patch 0001-Fix-alignment-of-mappingStorage_-member.patch.
dune/geometry/genericgeometry/geometry.hh was removed upstream; no
need to patch bugs in it any longer.
---
...01-Fix-alignment-of-mappingStorage_-member.patch | 21 ---------------------
debian/patches/series | 1 -
2 files changed, 22 deletions(-)
diff --git a/debian/patches/0001-Fix-alignment-of-mappingStorage_-member.patch b/debian/patches/0001-Fix-alignment-of-mappingStorage_-member.patch
deleted file mode 100644
index ca43064..0000000
--- a/debian/patches/0001-Fix-alignment-of-mappingStorage_-member.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-From 52b2e6fa6f97f2d3c4d7a1c7047f3e48e9e8a34d Mon Sep 17 00:00:00 2001
-From: Ansgar Burchardt <burchardt at igpm.rwth-aachen.de>
-Date: Fri, 3 Jan 2014 14:17:12 +0100
-Subject: [PATCH] Fix alignment of mappingStorage_ member.
-Forwarded: https://dune-project.org/flyspray/index.php?do=details&task_id=1406
-
----
- dune/geometry/genericgeometry/geometry.hh | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
---- a/dune/geometry/genericgeometry/geometry.hh
-+++ b/dune/geometry/genericgeometry/geometry.hh
-@@ -471,7 +471,7 @@
- * We don't know its type, but we don't want to do classical
- * dynamic polymorphism, because heap allocation is expensive.
- */
-- char mappingStorage_[ MappingFactory::maxMappingSize ];
-+ char mappingStorage_[ MappingFactory::maxMappingSize ] __attribute__((aligned(sizeof(double))));
- };
-
-
diff --git a/debian/patches/series b/debian/patches/series
index 329ff7f..4db24c4 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1 @@
soname.patch
-0001-Fix-alignment-of-mappingStorage_-member.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/dune-geometry.git
More information about the debian-science-commits
mailing list