[opencv4] disable optional hdf5 dependency for iOS, where it doesn't build (yet) (#26636)

* [opencv4] diable hdf5 dependency on ios, as it currently doesn't build

* ./vcpkg x-add-version --all
This commit is contained in:
Russell Greene 2022-09-02 12:49:22 -05:00 committed by GitHub
parent b5dd45dc07
commit 2353c65940
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 8 additions and 3 deletions

View File

@ -1,7 +1,7 @@
{
"name": "opencv4",
"version": "4.6.0",
"port-version": 3,
"port-version": 4,
"description": "computer vision library",
"homepage": "https://github.com/opencv/opencv",
"license": "Apache-2.0",
@ -35,7 +35,7 @@
"dependencies": [
{
"name": "hdf5",
"platform": "!uwp & !(windows & (arm | arm64))"
"platform": "!uwp & !(windows & (arm | arm64)) & !ios"
},
{
"name": "tesseract",

View File

@ -5274,7 +5274,7 @@
},
"opencv4": {
"baseline": "4.6.0",
"port-version": 3
"port-version": 4
},
"opendnp3": {
"baseline": "3.1.1",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "970c048b2d380fe84e110c02a99dc099f8b877d0",
"version": "4.6.0",
"port-version": 4
},
{
"git-tree": "18c563d48f8245b3d1e0879ecdc6c37097a89b3c",
"version": "4.6.0",