Skip to content

Commit

Permalink
[opencv4] Add carotene feature flag (microsoft#42745)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidepianca98 authored Dec 17, 2024
1 parent db3a4f0 commit c67dcff
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 2 deletions.
1 change: 1 addition & 0 deletions ports/opencv4/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ vcpkg_check_features(OUT_FEATURE_OPTIONS FEATURE_OPTIONS
FEATURES
"ade" WITH_ADE
"calib3d" BUILD_opencv_calib3d
"carotene" WITH_CAROTENE
"contrib" WITH_CONTRIB
"cuda" WITH_CUBLAS
"cuda" WITH_CUDA
Expand Down
5 changes: 4 additions & 1 deletion ports/opencv4/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "opencv4",
"version": "4.10.0",
"port-version": 1,
"port-version": 2,
"description": "computer vision library",
"homepage": "https://github.com/opencv/opencv",
"license": "Apache-2.0",
Expand Down Expand Up @@ -33,6 +33,9 @@
"calib3d": {
"description": "calib3d module"
},
"carotene": {
"description": "carotene module"
},
"contrib": {
"description": "opencv_contrib module",
"dependencies": [
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -6674,7 +6674,7 @@
},
"opencv4": {
"baseline": "4.10.0",
"port-version": 1
"port-version": 2
},
"opendnp3": {
"baseline": "3.1.1",
Expand Down
5 changes: 5 additions & 0 deletions versions/o-/opencv4.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "c493a7ea4c35003983be050429d12e2a51ee8fed",
"version": "4.10.0",
"port-version": 2
},
{
"git-tree": "6ba67264448ce7a60b8e109db62270331e657e38",
"version": "4.10.0",
Expand Down

0 comments on commit c67dcff

Please sign in to comment.