-
Notifications
You must be signed in to change notification settings - Fork 6.4k
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
[vcpkg baseline][lensfun] Fix and cleanup #36342
Conversation
Confirmed: installation order problem with port |
Linux:
Windows:
😠 |
"features": { | ||
"python": { | ||
"description": "Build python module", | ||
"supports": "native & !windows", |
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.
Windows didn't build the python module, according to the previous CI file list, so this is not a regression. And now not possible due to #36354 (comment).
Let me tell you there are more problems. I added the python3 binary so that scripts executed with |
Which is probably the cause of the installation order defects like |
Thank you! |
@@ -1,5 +1,3 @@ | |||
#vcpkg_check_linkage(ONLY_STATIC_LIBRARY) |
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.
I missed this during my review 🤦♂️
Thanks @dg0yt !
* [lensfun] Add feature and fix python module * [lensfun] Cleanup, fix, update license * versions * [lensfun] No python on windows
Fix x64-linux baseline regression dependent on installation order.
Enable x64 optimizations.
Update license information.
Cleanup.
Remove the python module from the default features.