-
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
[qt5] Update to 5.15.1 #13477
[qt5] Update to 5.15.1 #13477
Conversation
@cenit Since you touched |
Going by memory, they should be marked as todo in the portfile |
Just for future reference if there is an issue with qt5-webengine
|
@JackBoosY @ras0219: Somebody needs to fetch the |
/azp run |
No pipelines are associated with this pull request. |
qt5-3d fails on |
@JackBoosY: I need the |
@Neumann-A Sorry, I will test it manually and pick the log to you, |
Failed with
|
@JackBoosY that just means you need to install all the system libs CI also installs. |
@Neumann-A Seems the qt5-imageformats's patch is outdated:
|
@JackBoosY has there been a merge of a Qt(-imageformats) related PR since 6d77472 (last month)? 75bd2ef was merged 13h ago that is not something I can fight ;). Just remove the patch if it is unnecessary |
Oh, seems you've correct it. |
endif() | ||
|
||
find_library(ASSIMP_REL NAMES assimp ${REL_NAMES} PATHS "${CURRENT_INSTALLED_DIR}/lib" NO_DEFAULT_PATH) |
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.
Only one irrelevant question: do you think vcpkg should provide commin function to implement it?
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.
the only thing it removes would be the PATHS arguments. Unless vcpkg provides a more sophisticated function than vcpkg_find_library there is not a lot of benefit. I mean a common function could be used to get all depending libraries which also can be added by features of the depending port. But since vcpkg does not currently store any information on how a port was build in an accessibly way there is no way to implement it unless vcpkg is enabled to be run re-entrant.
This reverts commit aa0ffba.
This reverts commit 1763043.
Let CI run the build. I currently need my local compute rescources :P
close #13464