-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
BUG: Pass cmake-options to Windows script for Python module #58
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.