ITK/Wrapping: Difference between revisions

From KitwarePublic
< ITK
Jump to navigationJump to search
No edit summary
mNo edit summary
Line 1: Line 1:
== ITK Wrapping ==
= ITK Wrapping =


Currently, only Python 2.6 and 2.7 is supported.
== Supported configurations ==
 
* Python 2.6 and 2.7
 
* Linux with GCC compiler (Currently tested with Fedora 19)
* Windows (Currently tested with VS9)
* OS X (currently broken, you may find binaries and instructions [https://github.com/iMichka/homebrew-MacVTKITKPythonBottles here])
 
Users are encouraged to report their success and failures on other platforms.


* [[ITK/Python_Wrapping|Python]]
* [[ITK/Python_Wrapping|Python]]
Line 8: Line 16:
== Work in progress ==
== Work in progress ==


Support for Python 3 is being added
* Support for Python 3 is being added (probably in ITK 4.7)
* Fix for wrapping on OS X, gccxml does not work with Clang.


== Old pages ==
== Old pages ==

Revision as of 13:35, 10 June 2014

ITK Wrapping

Supported configurations

  • Python 2.6 and 2.7
  • Linux with GCC compiler (Currently tested with Fedora 19)
  • Windows (Currently tested with VS9)
  • OS X (currently broken, you may find binaries and instructions here)

Users are encouraged to report their success and failures on other platforms.

Work in progress

  • Support for Python 3 is being added (probably in ITK 4.7)
  • Fix for wrapping on OS X, gccxml does not work with Clang.

Old pages

These pages are old wiki pages containing some information about ITK wrapping. They need to be cleaned up, most of the things in them are no more up to date.