[med-svn] r23871 - trunk/packages/insighttoolkit/trunk/debian
Gert Wollny
gewo at moszumanska.debian.org
Fri Jul 14 11:51:40 UTC 2017
Author: gewo
Date: 2017-07-14 11:51:39 +0000 (Fri, 14 Jul 2017)
New Revision: 23871
Modified:
trunk/packages/insighttoolkit/trunk/debian/changelog
trunk/packages/insighttoolkit/trunk/debian/rules
Log:
Try force standard double accuracy on x86
Modified: trunk/packages/insighttoolkit/trunk/debian/changelog
===================================================================
--- trunk/packages/insighttoolkit/trunk/debian/changelog 2017-07-10 10:30:56 UTC (rev 23870)
+++ trunk/packages/insighttoolkit/trunk/debian/changelog 2017-07-14 11:51:39 UTC (rev 23871)
@@ -1,3 +1,10 @@
+insighttoolkit4 (4.12.0-dfsg1-1~exp2) experimental; urgency=medium
+
+ * d/rules: step back from Enable sse2 for i386 and use
+ -fexcess-precision=standard instead
+
+ -- Gert Wollny <gewo at debian.org> Fri, 14 Jul 2017 11:50:08 +0000
+
insighttoolkit4 (4.12.0-dfsg1-1~exp1) experimental; urgency=medium
* New upstream release
Modified: trunk/packages/insighttoolkit/trunk/debian/rules
===================================================================
--- trunk/packages/insighttoolkit/trunk/debian/rules 2017-07-10 10:30:56 UTC (rev 23870)
+++ trunk/packages/insighttoolkit/trunk/debian/rules 2017-07-14 11:51:39 UTC (rev 23871)
@@ -15,8 +15,9 @@
ENABLE_FFTW=OFF
#(unsigned long) == (unsigned int) on 32 bit, since itk 4.10 or g++-5.4
ENABLE_UNSIGNED_LONG=OFF
- # Tests are permanently failing without sse enabled
- export DEB_CXXFLAGS_MAINT_APPEND=-msse2 -mfpmath=sse
+ # Tests are permanently failing, try force rounding to normal double
+ # accuracy
+ export DEB_CXXFLAGS_MAINT_APPEND=-fexcess-precision=standard
else
ENABLE_FFTW=ON
ENABLE_UNSIGNED_LONG=ON
More information about the debian-med-commit
mailing list