Control: tags 906708 patch

On Sun, Aug 19, 2018 at 08:45:44PM -0400, Boyuan Yang wrote:
> Source: hepmc
> Version: 2.06.09-2
> Severity: serious
> X-Debbugs-CC: cdlumin...@gmail.com b...@debian.org lifong...@gmail.com
> 
> A team upload was made by Mo Zhou to remove multiarch-support pre-dependency 
> as well as fixing the FTBFS. However, the problem is not completely solved. 
> Package hepmc still FTBFS on several release architectures.
> 
> Mo Zhou told me that he will not attempt to fix those FTBFS since he is not 
> confident enough to provide a satisfactory patch, especially when it's a 
> scientific software from CERN.

Fix attached.

> Regards,
> Boyuan Yang

cu
Adrian

-- 

       "Is there not promise of rain?" Ling Tan asked suddenly out
        of the darkness. There had been need of rain for many days.
       "Only a promise," Lao Er said.
                                       Pearl S. Buck - Dragon Seed

>From 2b9ec7bbdb99f721f53ee02b4cafec8e6d035c48 Mon Sep 17 00:00:00 2001
From: Andrii Verbytskyi <andri...@pcatlas18.mpp.mpg.de>
Date: Mon, 29 Aug 2016 13:43:21 +0200
Subject: First set of small fixes

[ only the part required for #906708 ]

--- a/test/testSimpleVector.cc	2018-08-20 01:21:14.923985913 +0000
+++ b/test/testSimpleVector.cc	2018-08-20 01:21:17.508019107 +0000
@@ -14,7 +14,7 @@
   
   HepMC::ThreeVector v3copy( v3 );
    
-  double eps = 1.e-15; // allowed differnce between doubles
+  double eps = 4.e-15; // allowed difference between doubles
   int numbad = 0;
  
   double x = v3.x();

Reply via email to