Matt McCormick

Results 417 comments of Matt McCormick

git bisect has identified cb324b8d1b1a83c267c8cb91d057397b8550c937. I will debug...

It appears this is the actual culprit commit: ac9648bf431a31c90910e4d6658675f683f7da7d

@mjscosta well done on the investigation :+1: > Any change this could be improved to support MSVC v140 for other python versions ? Could you please submit a patch? We...

Some background: in general the choice of toolchain and toolchain version is selected so Python binary extensions are compatible with the the binary Python distributed at python.org. In general, this...

@stefansjs contributions welcome. The best path forward is to start knocking out the proposed steps, adding unit tests along the way. The current infrastructure is setuptool's based, so this will...

I rebased on`master` and added a commit to propagate the arg and documentation into extras.py.

#3729 addresses the `ITK_USE_SYSTEM_CASTXML` build. I get a successful local build with: ``` CC=gcc-12 CXX=g++-12 cmake -DITK_WRAP_PYTHON=1 -DITK_USE_SYSTEM_CASTXML=1 ~/src/ITK ``` gcc-12.1.0

@hubutui interesting, I used the swig version vendored with ITK, [also 4.0.2](https://github.com/InsightSoftwareConsortium/ITK/blob/abf5fa10522a36bc51f42f20f426a622f42ed90d/Wrapping/Generators/SwigInterface/CMakeLists.txt#L16-L23). castxml 0.4.4 (ubuntu 22.04 package).