ITK/WrapITK Status: Difference between revisions
(Removing MinGW 32 -- having trouble reproducing the successful build) |
|||
Line 45: | Line 45: | ||
! Notes | ! Notes | ||
|- | |- | ||
| Linux || x86_64 || gcc-4. | | Linux || x86_64 || gcc-4.6.3 || glibc-2.15 | ||
|- | |- | ||
|} | |} | ||
Line 64: | Line 64: | ||
|} | |} | ||
=== Release 4.3. | === Release 4.3.2 === | ||
==== Python ==== | ==== Python ==== | ||
Line 118: | Line 118: | ||
|- | |- | ||
| Windows || x86_64 || MinGW64, gcc-4.7.0 || Patch attempted: http://review.source.kitware.com/#/c/7873/ | | Windows || x86_64 || MinGW64, gcc-4.7.0 || Patch attempted: http://review.source.kitware.com/#/c/7873/ | ||
|- | |||
| Linux || || gcc-4.8.0 || 4.8.0 20130411 (prerelease), glibc-2.17 with earlier GCC's does not work either. | |||
|- | |- | ||
|} | |} |
Revision as of 16:34, 7 May 2013
WrapITK Status
WrapITK is the SWIG-based dynamic language wrapping infrastructure for ITK. SWIG supports a number of languages. Currently, WrapITK generates wrapping for Java and Python. Python is currently the best supported language.
WrapITK has undergone considerable improvements recently, and platform support is continuously expanding. Wrapping is not currently supported on all compilers and operating systems as the C++ code. This Wiki page is intended to track the status of WrapITK across platforms.
To help improve WrapITK support, please consider contributing patches or a WrapITK Nightly dashboard build.
For conversion to/from Python NumPy arrays and itk::Image's is possible the with PyBuffer External Module
Git master
Python
All the tested platforms below currently use Python version 2.7.X.
Works (has dashboard build)
Operating System | Architecture | Complier | Notes |
---|---|---|---|
Linux | x86_64 | gcc-4.6.1 | Dashboard build: farsight-mint gcc461-x64-nightly-rel. Some builds fail on this dashboard fail because building against VTK6 (VTK-master) does not currently work. |
Mac | llvm-gcc-4.2 | Dashboard build: mini6.nlm MacOSX-WrapITK. | |
Mac | gcc-4.0 | Dashboard build: mini0.nlm MacOSX-WrapITK | |
Mac | gcc-4.2 | Dashboard build: mini5.nlm MacOSX-WrapITK | |
Windows | x86_64 | Visual Studio 2008 | Dashboard build: cspcx174.leeds Win64-VS9-Release-WrapITK. |
Works (anecdotally)
Operating System | Architecture | Complier | Notes |
---|---|---|---|
Linux | x86_64 | gcc-4.6.3 | glibc-2.15 |
Does not work
Operating System | Architecture | Complier | Notes |
---|---|---|---|
Windows | Visual Studio 2010 | GCCXML does not with Visual Studio newer than 2008. | |
Windows | x86_64 | MinGW64, gcc-4.7.0 | Patch attempted: http://review.source.kitware.com/#/c/7873/ |
Release 4.3.2
Python
All the tested platforms below currently use Python version 2.7.X.
Works (has dashboard build)
Operating System | Architecture | Complier | Notes |
---|---|---|---|
Linux | x86_64 | gcc-4.6.1 | Dashboard build: farsight-mint gcc461-x64-nightly-rel. Some builds fail on this dashboard fail because building against VTK6 (VTK-master) does not currently work. |
Mac | llvm-gcc-4.2 | Dashboard build: mini6.nlm MacOSX-WrapITK. | |
Mac | gcc-4.0 | Dashboard build: mini0.nlm MacOSX-WrapITK | |
Mac | gcc-4.2 | Dashboard build: mini5.nlm MacOSX-WrapITK | |
Windows | x86 | Visual Studio 2005 | Dashboard build: lhcp-win7vm.nlm Win32-VS8-Release-Shared. |
Windows | x86_64 | Visual Studio 2008 | Dashboard build: cspcx174.leeds Win64-VS9-Release-WrapITK. |
Works (anecdotally)
Operating System | Architecture | Complier | Notes |
---|---|---|---|
Linux | x86_64 | gcc-4.5.4 |
Does not work
Operating System | Architecture | Complier | Notes |
---|---|---|---|
Windows | Visual Studio 2010 | GCCXML does not with Visual Studio newer than 2008. | |
Windows | x86_64 | MinGW64, gcc-4.7.0 | Patch attempted: http://review.source.kitware.com/#/c/7873/ |
Linux | gcc-4.8.0 | 4.8.0 20130411 (prerelease), glibc-2.17 with earlier GCC's does not work either. |