BUG: Pass cmake-options to Windows script for Python module#58
Conversation
|
I think there is a problem with InsightSoftwareConsortium/ITKPythonPackage@2dca3c8. In this build, the two cmake options |
This is fixed with double quotes (in a single quote string): https://github.com/RTKConsortium/RTK/compare/f6473ee2ee05e9404597863e17259edd39e85132..e8f0874585dcea01f89a520b765205b7466f599c. |
|
@SimonRit Thanks for working on this! Does adding extra quotes around |
No... I'm not testing MacOS but it fails on Linux: |
16378a5 to
9ab9aa5
Compare
|
The PR will be ready for review after a small modification (ITKPythonPackage hash and repo) when InsightSoftwareConsortium/ITKPythonPackage#252 is merged. |
9ab9aa5 to
df45d6c
Compare
|
This is ready to be merged in my opinion... |
There was a problem hiding this comment.
Looks great!
EDIT: xref passing jobs in InsightSoftwareConsortium/ITKPythonPackage#252
CMake options were not passed to the Windows script for Python packaging. MacOS and Linux scripts work adequately.
The '-DRTK_BUILD_APPLICATIONS:BOOL=OFF` option should turn off the compilation of applications using gengetopt and a simple search for ggo in the raw logs shows that it is the case for
https://github.com/RTKConsortium/RTK/actions/runs/4222316866/jobs/7330680579
and not before this commit
https://github.com/RTKConsortium/RTK/actions/runs/4201859054/jobs/7295273280.