Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
O
opencv
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
opencv
Commits
8d921129
Commit
8d921129
authored
Dec 02, 2015
by
Alexander Alekhin
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #5725 from alalek:ippicv_update_20151201
parents
38bbfe0b
84f9578f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
+7
-7
downloader.cmake
3rdparty/ippicv/downloader.cmake
+7
-7
No files found.
3rdparty/ippicv/downloader.cmake
View file @
8d921129
...
@@ -7,24 +7,24 @@
...
@@ -7,24 +7,24 @@
function
(
_icv_downloader
)
function
(
_icv_downloader
)
# Commit SHA in the opencv_3rdparty repo
# Commit SHA in the opencv_3rdparty repo
set
(
IPPICV_BINARIES_COMMIT
"
3d41df448b589aa076d9d27ace344d3ef709e4b9
"
)
set
(
IPPICV_BINARIES_COMMIT
"
81a676001ca8075ada498583e4166079e5744668
"
)
# Define actual ICV versions
# Define actual ICV versions
if
(
APPLE
)
if
(
APPLE
)
set
(
OPENCV_ICV_PACKAGE_NAME
"ippicv_macosx_201
41027
.tgz"
)
set
(
OPENCV_ICV_PACKAGE_NAME
"ippicv_macosx_201
51201
.tgz"
)
set
(
OPENCV_ICV_PACKAGE_HASH
"
9662fe0694a67e59491a0dcc82fa26e0
"
)
set
(
OPENCV_ICV_PACKAGE_HASH
"
4ff1fde9a7cfdfe7250bfcd8334e0f2f
"
)
set
(
OPENCV_ICV_PLATFORM
"macosx"
)
set
(
OPENCV_ICV_PLATFORM
"macosx"
)
set
(
OPENCV_ICV_PACKAGE_SUBDIR
"/ippicv_osx"
)
set
(
OPENCV_ICV_PACKAGE_SUBDIR
"/ippicv_osx"
)
elseif
(
UNIX
)
elseif
(
UNIX
)
if
(
ANDROID AND
NOT
(
ANDROID_ABI STREQUAL x86 OR ANDROID_ABI STREQUAL x86_64
))
if
(
ANDROID AND
NOT
(
ANDROID_ABI STREQUAL x86 OR ANDROID_ABI STREQUAL x86_64
))
return
()
return
()
endif
()
endif
()
set
(
OPENCV_ICV_PACKAGE_NAME
"ippicv_linux_201
41027
.tgz"
)
set
(
OPENCV_ICV_PACKAGE_NAME
"ippicv_linux_201
51201
.tgz"
)
set
(
OPENCV_ICV_PACKAGE_HASH
"8
b449a536a2157bcad08a2b9f266828b
"
)
set
(
OPENCV_ICV_PACKAGE_HASH
"8
08b791a6eac9ed78d32a7666804320e
"
)
set
(
OPENCV_ICV_PLATFORM
"linux"
)
set
(
OPENCV_ICV_PLATFORM
"linux"
)
set
(
OPENCV_ICV_PACKAGE_SUBDIR
"/ippicv_lnx"
)
set
(
OPENCV_ICV_PACKAGE_SUBDIR
"/ippicv_lnx"
)
elseif
(
WIN32 AND NOT ARM
)
elseif
(
WIN32 AND NOT ARM
)
set
(
OPENCV_ICV_PACKAGE_NAME
"ippicv_windows_201
41027
.zip"
)
set
(
OPENCV_ICV_PACKAGE_NAME
"ippicv_windows_201
51201
.zip"
)
set
(
OPENCV_ICV_PACKAGE_HASH
"
b59f865d1ba16e8c84124e19d78eec57
"
)
set
(
OPENCV_ICV_PACKAGE_HASH
"
04e81ce5d0e329c3fbc606ae32cad44d
"
)
set
(
OPENCV_ICV_PLATFORM
"windows"
)
set
(
OPENCV_ICV_PLATFORM
"windows"
)
set
(
OPENCV_ICV_PACKAGE_SUBDIR
"/ippicv_win"
)
set
(
OPENCV_ICV_PACKAGE_SUBDIR
"/ippicv_win"
)
else
()
else
()
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment