Author: smr Date: 2012-10-14 04:07:28 +0000 (Sun, 14 Oct 2012) New Revision: 12406
Modified: trunk/packages/insighttoolkit/trunk/debian/changelog trunk/packages/insighttoolkit/trunk/debian/rules Log: Disable use of FFTW. Modified: trunk/packages/insighttoolkit/trunk/debian/changelog =================================================================== --- trunk/packages/insighttoolkit/trunk/debian/changelog 2012-10-14 03:56:33 UTC (rev 12405) +++ trunk/packages/insighttoolkit/trunk/debian/changelog 2012-10-14 04:07:28 UTC (rev 12406) @@ -1,8 +1,10 @@ insighttoolkit4 (4.2.1-1) unstable; urgency=low * New upstream version. + + * rules: Disable FFTW, due to test failures (in v4.2.0). - -- Steve M. Robbins <[email protected]> Thu, 11 Oct 2012 21:09:44 -0500 + -- Steve M. Robbins <[email protected]> Sat, 13 Oct 2012 23:07:09 -0500 insighttoolkit4 (4.2.0-1) unstable; urgency=low Modified: trunk/packages/insighttoolkit/trunk/debian/rules =================================================================== --- trunk/packages/insighttoolkit/trunk/debian/rules 2012-10-14 03:56:33 UTC (rev 12405) +++ trunk/packages/insighttoolkit/trunk/debian/rules 2012-10-14 04:07:28 UTC (rev 12406) @@ -37,8 +37,8 @@ -DModule_ITKVideoBridgeOpenCV:BOOL=OFF \ -DModule_ITKVideoBridgeVXL:BOOL=OFF \ -DModule_ITKVtkGlue:BOOL=OFF \ - -DUSE_FFTWD:BOOL=ON \ - -DUSE_FFTWF:BOOL=ON \ + -DUSE_FFTWD:BOOL=OFF \ + -DUSE_FFTWF:BOOL=OFF \ -DUSE_SYSTEM_FFTW:BOOL=OFF \ -DVCL_INCLUDE_CXX_0X:BOOL=ON \ -DBUILD_EXAMPLES:BOOL=ON \ _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
