[med-svn] r23849 - trunk/packages/insighttoolkit/trunk/debian
Gert Wollny
gewo at moszumanska.debian.org
Sat Jun 24 14:35:59 UTC 2017
Author: gewo
Date: 2017-06-24 14:35:59 +0000 (Sat, 24 Jun 2017)
New Revision: 23849
Modified:
trunk/packages/insighttoolkit/trunk/debian/changelog
trunk/packages/insighttoolkit/trunk/debian/rules
Log:
Enable SSE2 on i386
Modified: trunk/packages/insighttoolkit/trunk/debian/changelog
===================================================================
--- trunk/packages/insighttoolkit/trunk/debian/changelog 2017-06-23 12:58:08 UTC (rev 23848)
+++ trunk/packages/insighttoolkit/trunk/debian/changelog 2017-06-24 14:35:59 UTC (rev 23849)
@@ -3,6 +3,7 @@
* New upstream release
* d/rules: disable new Module_NumpyBridge since it wants to
download things
+ * d/rules: Enable sse2 for i386
* d/copyright: update copyright year for KWIML and debian/*
-- Gert Wollny <gewo at debian.org> Wed, 07 Jun 2017 10:59:01 +0000
Modified: trunk/packages/insighttoolkit/trunk/debian/rules
===================================================================
--- trunk/packages/insighttoolkit/trunk/debian/rules 2017-06-23 12:58:08 UTC (rev 23848)
+++ trunk/packages/insighttoolkit/trunk/debian/rules 2017-06-24 14:35:59 UTC (rev 23849)
@@ -15,6 +15,8 @@
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
else
ENABLE_FFTW=ON
ENABLE_UNSIGNED_LONG=ON
More information about the debian-med-commit
mailing list