Skip to content

Commit

Permalink
[opencv4] Disable building cpufeatures since it conflict with libwebp (
Browse files Browse the repository at this point in the history
…microsoft#22844)

* [opencv4] Disable cpufeatures since it conflict with libwebp

* version
  • Loading branch information
JackBoosY authored Feb 4, 2022
1 parent 24f83d5 commit ce7ee5a
Show file tree
Hide file tree
Showing 4 changed files with 8 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 @@ -469,6 +469,7 @@ vcpkg_cmake_configure(
-DWITH_OPENCLAMDBLAS=OFF
-DWITH_TBB=${WITH_TBB}
-DWITH_OPENJPEG=OFF
-DWITH_CPUFEATURES=OFF
###### BUILD_options (mainly modules which require additional libraries)
-DBUILD_opencv_ovis=${BUILD_opencv_ovis}
-DBUILD_opencv_dnn=${BUILD_opencv_dnn}
Expand Down
2 changes: 1 addition & 1 deletion ports/opencv4/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "opencv4",
"version": "4.5.4",
"port-version": 2,
"port-version": 3,
"description": "computer vision library",
"homepage": "https://github.com/opencv/opencv",
"dependencies": [
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -5006,7 +5006,7 @@
},
"opencv4": {
"baseline": "4.5.4",
"port-version": 2
"port-version": 3
},
"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": "b170a087d34521462cd247a24f230627a272975e",
"version": "4.5.4",
"port-version": 3
},
{
"git-tree": "537abba5a070d173cf42510f86ff4ffe057dd77f",
"version": "4.5.4",
Expand Down

0 comments on commit ce7ee5a

Please sign in to comment.