[Debian-med-packaging] Bug#578313: Bug#578313: insighttoolkit: please support parallel building
Bill Hoffman
bill.hoffman at kitware.com
Tue Apr 20 01:10:04 UTC 2010
On 4/19/2010 8:36 PM, Steve M. Robbins wrote:
> On Mon, Apr 19, 2010 at 09:26:13AM -0400, Luis Ibanez wrote:
>> Steve,
>>
>> Excellent!.
>>
>> Just to confirm:
>>
>> are you using the traditional wrapping ?
>
> Yes, I'm using CSwig.
>
>
>> or are you using WrapITK ?
>
> Is that fully supported now? Last fall there was some issues with
> using it and NOT using "Review" [1]. Note also that for Debian we
> need to wrap all three languages: python, tcl, and java.
>
>
I just checked the code and it is still broken in CVS.
SET(ITK_WRAP_NEEDS_DEPEND 1)
IF(${CMAKE_MAKE_PROGRAM} MATCHES make)
SET(ITK_WRAP_NEEDS_DEPEND 0)
ENDIF(${CMAKE_MAKE_PROGRAM} MATCHES make)
That should be removed, for all generators ITK_WRAP_NEEDS_DEPEND should
be set to 1, or parallel builds will not work.
That code is in Insight/Wrapping/CSwig/CMakeLists.txt
-Bill
More information about the Debian-med-packaging
mailing list