[Pkg-phototools-devel] Bug#909865: double rounding x87 FPU
Mathieu Malaterre
malat at debian.org
Fri Nov 30 01:18:49 GMT 2018
Control: tags -1 patch
Usual stuff on x86 (again). Could someone with better automake
expertise confirm the patch is not too silly. Technically we only need
to apply this on x86 arch (linux-x86, hurd-x86, maybe kFreeBSD?).
Maybe I should be using IlmImfTest_CFLAGS but I did not check to much.
% cat debian/patches/bug909865.patch
--- openexr-2.2.1.orig/IlmImfTest/Makefile.am
+++ openexr-2.2.1/IlmImfTest/Makefile.am
@@ -54,6 +54,8 @@ IlmImfTest_SOURCES = main.cpp tmpDir.h t
AM_CPPFLAGS = -DILM_IMF_TEST_IMAGEDIR=\"$(srcdir)/\"
+AM_CPPFLAGS += -ffloat-store
+
if BUILD_IMFHUGETEST
IlmImfTest_SOURCES += testDeepScanLineHuge.cpp testDeepScanLineHuge.h
AM_CPPFLAGS += -DENABLE_IMFHUGETEST
More information about the Pkg-phototools-devel
mailing list