Author: smr Date: 2013-09-14 13:48:52 +0000 (Sat, 14 Sep 2013) New Revision: 14703
Modified: trunk/packages/insighttoolkit/trunk/debian/changelog trunk/packages/insighttoolkit/trunk/debian/rules Log: build without system libraries. Modified: trunk/packages/insighttoolkit/trunk/debian/changelog =================================================================== --- trunk/packages/insighttoolkit/trunk/debian/changelog 2013-09-14 05:45:16 UTC (rev 14702) +++ trunk/packages/insighttoolkit/trunk/debian/changelog 2013-09-14 13:48:52 UTC (rev 14703) @@ -1,3 +1,9 @@ +insighttoolkit4 (4.4.2-2) unstable; urgency=low + + * rules: configure without system libraries. + + -- Steve M. Robbins <[email protected]> Sat, 14 Sep 2013 08:45:02 -0500 + insighttoolkit4 (4.4.2-1) unstable; urgency=low * New upstream. Modified: trunk/packages/insighttoolkit/trunk/debian/rules =================================================================== --- trunk/packages/insighttoolkit/trunk/debian/rules 2013-09-14 05:45:16 UTC (rev 14702) +++ trunk/packages/insighttoolkit/trunk/debian/rules 2013-09-14 13:48:52 UTC (rev 14703) @@ -22,14 +22,14 @@ -DITK_USE_MINC2:BOOL=ON \ -DITK_USE_REVIEW:BOOL=ON \ -DITK_USE_STRICT_CONCEPT_CHECKING:BOOL=ON \ - -DITK_USE_SYSTEM_GDCM:BOOL=ON \ + -DITK_USE_SYSTEM_GDCM:BOOL=OFF \ -DITK_USE_SYSTEM_HDF5:BOOL=OFF \ - -DITK_USE_SYSTEM_JPEG:BOOL=ON \ - -DITK_USE_SYSTEM_PNG:BOOL=ON \ - -DITK_USE_SYSTEM_TIFF:BOOL=ON \ + -DITK_USE_SYSTEM_JPEG:BOOL=OFF \ + -DITK_USE_SYSTEM_PNG:BOOL=OFF \ + -DITK_USE_SYSTEM_TIFF:BOOL=OFF \ -DITK_USE_SYSTEM_VXL:BOOL=OFF \ - -DITK_USE_SYSTEM_ZLIB:BOOL=ON \ - -DModule_ITKIOPhilipsREC:BOOL=ON \ + -DITK_USE_SYSTEM_ZLIB:BOOL=OFF \ + -DModule_ITKIOPhilipsREC:BOOL=OFF \ -DModule_ITKLevelSetsv4Visualization:BOOL=OFF \ -DModule_ITKVideoBridgeOpenCV:BOOL=OFF \ -DModule_ITKVideoBridgeVXL:BOOL=OFF \ _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
