Fix FTBFS on i686-linux due to rounding issue (see references). Fixes Guix bug #22049 (see below). Copied from Debian. Source: https://sources.debian.net/src/ilmbase/2.2.0-11/debian/patches/testBoxAlgo.patch/ https://sources.debian.net/src/ilmbase/2.2.0-11/debian/patches/testBox.patch/ References: https://lists.nongnu.org/archive/html/openexr-devel/2015-12/msg00001.html https://debbugs.gnu.org/cgi/bugreport.cgi?bug=22049 https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=815712 https://anonscm.debian.org/cgit/pkg-phototools/ilmbase.git/commit/?id=ab28bb45cdad8adc32e345b777ab8e692b1d9a9c --- Subject: testBoxAlgo: allow fuzzy match of b12 == b2 From: Steven Chamberlain Date: Wed, 24 Feb 2016 01:04:11 +0000 Also fix a pre-existing typo. --- a/IlmBase/ImathTest/testBoxAlgo.cpp +++ b/IlmBase/ImathTest/testBoxAlgo.cpp @@ -886,10 +886,11 @@ boxMatrixTransform () assert (approximatelyEqual (b2.min, b4.min, e)); assert (approximatelyEqual (b2.max, b4.max, e)); - assert (approximatelyEqual (b3.max, b4.max, e)); + assert (approximatelyEqual (b3.min, b4.min, e)); assert (approximatelyEqual (b3.max, b4.max, e)); - assert (b21 == b2); + assert (approximatelyEqual (b2.min, b21.min, e)); + assert (approximatelyEqual (b2.ma
summaryrefslogtreecommitdiff
path: root/src/hydrilla/item_infos.py
AgeCommit message (Expand)Author
2022-09-28allow pulling packages from remote repositoryWojtek Kosior
2022-09-28bring Hydrilla server part back to a usable stateWojtek Kosior
2022-09-28allow loading packages from zip files through web UI and listing installed ma...Wojtek Kosior
2022-08-11save computed payloads into sqlite dbWojtek Kosior
2022-08-10small clean up for item definitions handling before dependency resolution hap...Wojtek Kosior
2022-08-10unfinished partial workWojtek Kosior
2022-07-16unfinished partial workWojtek Kosior