OpenCV issue #52617
Replies: 1 comment 2 replies
|
Say abseil is upgraded, vcpkg will remove protobuf and utf8-range because they depend on abseil being installed. In addition since opencv4 depends on protobuf being installed it will remove opencv4. Another example is if lzma is upgraded, port tiff is removed because it depends on lzma, resulting again opencv4 being removed because it depends on tiff. Of course vcpkg takes this all into consideration and removes only the required ports needing rebuild and doing it in an order that needs only a single pass. See the dependency list below for D:\vcpkg Doing a The more features added to opencv4 requires additional dependencies and as a result the greater chance opencv4 will need rebuilding each time you update your local repo of vcpkg from the main vcpkg repo. A more comprehensive dependency list is as follows (you can remove the asterisk, an asterisk is a wildcard for all features, and put in the features you are actually using). D:\vcpkg |
Uh oh!
There was an error while loading. Please reload this page.
May anyone explain me why
deletes opencv/opencv4 from the library?
All reactions