Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Commit 355d69c

Browse files
committed
dependencies change
1 parent 3c49993 commit 355d69c

2 files changed

Lines changed: 14 additions & 6 deletions

File tree

build/dldt/dependencies.patch

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
1-
184,185c197,198
2-
< set(OPENCV_VERSION "4.5.0")
3-
< set(OPENCV_BUILD "36")
4-
---
5-
> set(OPENCV_VERSION "4.5.1")
6-
> set(OPENCV_BUILD "044")
1+
--- dependencies.cmake 2021-04-03 17:40:16.673904026 +0300
2+
+++ dependencies_new.cmake 2021-04-03 17:53:53.238931759 +0300
3+
@@ -186,8 +186,8 @@
4+
if (ENABLE_OPENCV)
5+
reset_deps_cache(OpenCV_DIR)
6+
7+
- set(OPENCV_VERSION "4.5.1")
8+
- set(OPENCV_BUILD "044")
9+
+ set(OPENCV_VERSION "4.5.2")
10+
+ set(OPENCV_BUILD "076")
11+
set(OPENCV_BUILD_YOCTO "337")
12+
13+
if (AARCH64)

build/dldt/dldt_setup.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ if [ ! -f $BLAS_LIB ] || [ ! -d $BLAS_INC ]; then
1515
fi
1616

1717
# <https://github.com/openvinotoolkit/openvino/issues/4527>
18+
# look for proper values at <https://download.01.org/opencv/master/openvinotoolkit/thirdparty/linux/opencv/>
1819
patch ../../dldt/inference-engine/cmake/dependencies.cmake dependencies.patch
1920

2021

0 commit comments

Comments
 (0)