Author: smr Date: 2012-01-16 09:34:48 +0000 (Mon, 16 Jan 2012) New Revision: 9295
Modified: trunk/packages/insighttoolkit/wrapitk/python/trunk/debian/changelog trunk/packages/insighttoolkit/wrapitk/python/trunk/debian/rules Log: Attempt to avoid build failures. Modified: trunk/packages/insighttoolkit/wrapitk/python/trunk/debian/changelog =================================================================== --- trunk/packages/insighttoolkit/wrapitk/python/trunk/debian/changelog 2012-01-16 09:18:34 UTC (rev 9294) +++ trunk/packages/insighttoolkit/wrapitk/python/trunk/debian/changelog 2012-01-16 09:34:48 UTC (rev 9295) @@ -1,3 +1,10 @@ +wrapitk-python (3.20.1.4) unstable; urgency=low + + * rules: Disable wrapping for Module/FFT until gccxml issue with long + doubles is fixed (#654718). + + -- Steve M. Robbins <[email protected]> Mon, 16 Jan 2012 03:33:23 -0600 + wrapitk-python (3.20.1.3) unstable; urgency=low * control.in: Build only on architectures with sufficient computing Modified: trunk/packages/insighttoolkit/wrapitk/python/trunk/debian/rules =================================================================== --- trunk/packages/insighttoolkit/wrapitk/python/trunk/debian/rules 2012-01-16 09:18:34 UTC (rev 9294) +++ trunk/packages/insighttoolkit/wrapitk/python/trunk/debian/rules 2012-01-16 09:34:48 UTC (rev 9295) @@ -36,6 +36,8 @@ -DWRAP_unsigned_char:BOOL=ON \ -DWRAP_unsigned_short:BOOL=ON \ -DWRAP_vector_float:BOOL=ON \ + -DWRAP_FFT:BOOL=OFF \ + -DWRAP_FFTW:BOOL=OFF \ -DBUILD_ITKVTKGLUE:BOOL=OFF VER_FULL = $(VER_MAJOR).$(VER_MINOR).$(VER_PATCH) _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
