[med-svn] r23873 - trunk/packages/insighttoolkit/trunk/debian
Gert Wollny
gewo at moszumanska.debian.org
Fri Jul 14 17:37:13 UTC 2017
Author: gewo
Date: 2017-07-14 17:37:12 +0000 (Fri, 14 Jul 2017)
New Revision: 23873
Modified:
trunk/packages/insighttoolkit/trunk/debian/changelog
trunk/packages/insighttoolkit/trunk/debian/rules
Log:
Correct i386 flags for c++ (-fexcess-precision not supported
Modified: trunk/packages/insighttoolkit/trunk/debian/changelog
===================================================================
--- trunk/packages/insighttoolkit/trunk/debian/changelog 2017-07-14 17:32:07 UTC (rev 23872)
+++ trunk/packages/insighttoolkit/trunk/debian/changelog 2017-07-14 17:37:12 UTC (rev 23873)
@@ -1,6 +1,6 @@
insighttoolkit4 (4.12.0-dfsg1-1~exp3) experimental; urgency=medium
- * d/rules: correct the -fexcess-precision flag
+ * d/rules: replace -fexcess-precision flag with -fstore-float
-- Gert Wollny <gewo at debian.org> Fri, 14 Jul 2017 17:26:59 +0000
Modified: trunk/packages/insighttoolkit/trunk/debian/rules
===================================================================
--- trunk/packages/insighttoolkit/trunk/debian/rules 2017-07-14 17:32:07 UTC (rev 23872)
+++ trunk/packages/insighttoolkit/trunk/debian/rules 2017-07-14 17:37:12 UTC (rev 23873)
@@ -17,7 +17,7 @@
ENABLE_UNSIGNED_LONG=OFF
# Tests are permanently failing, try force rounding to normal double
# accuracy
- export DEB_CXXFLAGS_MAINT_APPEND=-fexcess-precision=standard
+ export DEB_CXXFLAGS_MAINT_APPEND=-ffloat-store
else
ENABLE_FFTW=ON
ENABLE_UNSIGNED_LONG=ON
More information about the debian-med-commit
mailing list