[dune-geometry] 02/04: Drop 0001-Increase-epsilon-for-floating-point-comparisons.patch (applied upstream).

Ansgar Burchardt ansgar at moszumanska.debian.org
Wed Jan 15 12:56:29 UTC 2014


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

ansgar pushed a commit to annotated tag debian/2.3.20140110beta1-1
in repository dune-geometry.

commit 009693ecb3ce8a04bfab338674d6ef4d5e8414cc
Author: Ansgar Burchardt <ansgar at debian.org>
Date:   Wed Jan 15 09:11:25 2014 +0100

    Drop 0001-Increase-epsilon-for-floating-point-comparisons.patch (applied upstream).
---
 ...se-epsilon-for-floating-point-comparisons.patch | 46 ----------------------
 debian/patches/series                              |  1 -
 2 files changed, 47 deletions(-)

diff --git a/debian/patches/0001-Increase-epsilon-for-floating-point-comparisons.patch b/debian/patches/0001-Increase-epsilon-for-floating-point-comparisons.patch
deleted file mode 100644
index 9940589..0000000
--- a/debian/patches/0001-Increase-epsilon-for-floating-point-comparisons.patch
+++ /dev/null
@@ -1,46 +0,0 @@
-From 1163918204b52af5a1700d030065e608e6572e03 Mon Sep 17 00:00:00 2001
-From: Ansgar Burchardt <burchardt at igpm.rwth-aachen.de>
-Date: Fri, 3 Jan 2014 12:15:02 +0100
-Subject: [PATCH] Increase epsilon for floating point comparisons
-Forwarded: https://dune-project.org/flyspray/index.php?do=details&task_id=1405
-
-This fixes the build failure on powerpc[1] and hopefully also on
-s390x[2] and ppc64[3].
-
-  [1] <https://buildd.debian.org/status/fetch.php?pkg=dune-geometry&arch=powerpc&ver=2.3~20131228g31cd66f-1&stamp=1388710028>
-  [2] <https://buildd.debian.org/status/fetch.php?pkg=dune-geometry&arch=s390x&ver=2.3~20131228g31cd66f-1&stamp=1388709946>
-  [3] <http://buildd.debian-ports.org/status/fetch.php?pkg=dune-geometry&arch=ppc64&ver=2.3~20131228g31cd66f-1&stamp=1388730277>
----
- dune/geometry/test/test-affinegeometry.cc      | 2 +-
- dune/geometry/test/test-multilineargeometry.cc | 2 +-
- 2 files changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/dune/geometry/test/test-affinegeometry.cc b/dune/geometry/test/test-affinegeometry.cc
-index 2fb5d27..9b3becd 100644
---- a/dune/geometry/test/test-affinegeometry.cc
-+++ b/dune/geometry/test/test-affinegeometry.cc
-@@ -42,7 +42,7 @@ static bool testAffineGeometry ( const Dune::ReferenceElement< ctype, mydim > &r
-   typedef Dune::AffineGeometry< ctype, mydim, cdim > Geometry;
- 
-   const Dune::FieldVector< ctype, mydim > &localCenter = refElement.position( 0, 0 );
--  const ctype epsilon = ctype( 256 )*std::numeric_limits< ctype >::epsilon();
-+  const ctype epsilon = ctype( 32768 )*std::numeric_limits< ctype >::epsilon();
- 
-   const ctype detA = A.determinant();
-   assert( std::abs( std::abs( B.determinant() ) - ctype( 1 ) ) <= epsilon );
-diff --git a/dune/geometry/test/test-multilineargeometry.cc b/dune/geometry/test/test-multilineargeometry.cc
-index a68dbd6..39e8aee 100644
---- a/dune/geometry/test/test-multilineargeometry.cc
-+++ b/dune/geometry/test/test-multilineargeometry.cc
-@@ -42,7 +42,7 @@ static bool testMultiLinearGeometry ( const Dune::ReferenceElement< ctype, mydim
-   typedef Dune::MultiLinearGeometry< ctype, mydim, cdim > Geometry;
- 
-   const Dune::FieldVector< ctype, mydim > &localCenter = refElement.position( 0, 0 );
--  const ctype epsilon = ctype( 256 )*std::numeric_limits< ctype >::epsilon();
-+  const ctype epsilon = ctype( 32768 )*std::numeric_limits< ctype >::epsilon();
- 
-   const ctype detA = A.determinant();
-   assert( std::abs( std::abs( B.determinant() ) - ctype( 1 ) ) <= epsilon );
--- 
-1.8.5.2
-
diff --git a/debian/patches/series b/debian/patches/series
index 4af8b15..f882733 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,4 +1,3 @@
 soname.patch
 svn-version.patch
-0001-Increase-epsilon-for-floating-point-comparisons.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