You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Recently I was upgrading libpng and the build failed because the currently installed version of the zlib port did not have a pkg-config file, while the updated one did, but vcpkg did not know that it had to update zlib first.
Proposed solution
Allow specifying minimum version for dependencies in the Build-Depends: field in CONTROL.
For example:
Build-Depends: zlib>=1.2.11#7
The upgrade command would then check these versions against the installed packages to decide if any build dependencies need to be rebuilt first.
This discussion was converted from issue #12666 on May 11, 2021 09:01.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Is your feature request related to a problem? Please describe.
Recently I was upgrading libpng and the build failed because the currently installed version of the zlib port did not have a pkg-config file, while the updated one did, but vcpkg did not know that it had to update zlib first.
Proposed solution
Allow specifying minimum version for dependencies in the
Build-Depends:
field inCONTROL
.For example:
The upgrade command would then check these versions against the installed packages to decide if any build dependencies need to be rebuilt first.
Beta Was this translation helpful? Give feedback.
All reactions