ITK/Release 4/Wrapping/Parallel Build Status: Difference between revisions
From KitwarePublic
Jump to navigationJump to search
Daviddoria (talk | contribs) m (moved ITK Release 4/Wrapping/Parallel Build Status to ITK/Release 4/Wrapping/Parallel Build Status) |
|||
(6 intermediate revisions by 2 users not shown) | |||
Line 3: | Line 3: | ||
[[User:Ibanez|Ibanez]] 18:00, 22 October 2010 (EDT) | [[User:Ibanez|Ibanez]] 18:00, 22 October 2010 (EDT) | ||
== ITK 3.20 == | This tables are an attempt to summarize what we know about the status of | ||
building ITK with Wrapping (by WrapITK) using parallel builds (make -jx). | |||
== ITK 3.20 == | |||
Java wrappings work with gcc 4.3 only, they build with gcc 4.4 but don't work | |||
{| border="1" | {| border="1" | ||
|- bgcolor="#abcdef" | |- bgcolor="#abcdef" | ||
! Language Combinations !! Internal GDCM !! External GDCM | ! Language Combinations !! Internal GDCM !! External GDCM !! External libjpeg || Builds in parallel | ||
|- | |- | ||
| Python alone || | | Python alone || || || || | ||
|- | |- | ||
| Java alone || | | Java alone || || || || | ||
|- | |- | ||
| Python and Java || | | Python and Java (and TCL)|| || + || + || - | ||
|} | |} | ||
Line 20: | Line 25: | ||
{| border="1" | {| border="1" | ||
|- bgcolor="#abcdef" | |- bgcolor="#abcdef" | ||
! Language Combinations !! Internal GDCM !! External GDCM | ! Language Combinations !! Internal GDCM !! External GDCM !! External libjpeg || Builds in parallel | ||
|- | |- | ||
| Python alone || | | Python alone || || || || | ||
|- | |- | ||
| Java alone || | | Java alone || || || || | ||
|- | |- | ||
| Python and Java || | | Python and Java || - || +<sup>*</sup> || -<sup>**</sup> || + | ||
|} | |} | ||
<sup>*</sup> ITK 4 only supports building with its included gdcm but the included gdcm is unusable for building further software so WrapITK needs an external gdcm library. The gdcm functionality of resulting wrappings is untested. | |||
<sup>**</sup> ITK 4 currently does not build wit hthis option. |
Latest revision as of 16:00, 9 December 2011
Status of Wrapping an Parallel Build
Ibanez 18:00, 22 October 2010 (EDT)
This tables are an attempt to summarize what we know about the status of building ITK with Wrapping (by WrapITK) using parallel builds (make -jx).
ITK 3.20
Java wrappings work with gcc 4.3 only, they build with gcc 4.4 but don't work
Language Combinations | Internal GDCM | External GDCM | External libjpeg | Builds in parallel |
---|---|---|---|---|
Python alone | ||||
Java alone | ||||
Python and Java (and TCL) | + | + | - |
ITK 4.x
Language Combinations | Internal GDCM | External GDCM | External libjpeg | Builds in parallel |
---|---|---|---|---|
Python alone | ||||
Java alone | ||||
Python and Java | - | +* | -** | + |
* ITK 4 only supports building with its included gdcm but the included gdcm is unusable for building further software so WrapITK needs an external gdcm library. The gdcm functionality of resulting wrappings is untested.
** ITK 4 currently does not build wit hthis option.