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
59fc909d
Commit
59fc909d
authored
May 21, 2018
by
Alexander Alekhin
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #11541 from lupustr3:pvlasov/icv_package_hotfix
parents
faafb315
eaf70c7b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
13 deletions
+13
-13
ippicv.cmake
3rdparty/ippicv/ippicv.cmake
+13
-13
No files found.
3rdparty/ippicv/ippicv.cmake
View file @
59fc909d
...
...
@@ -2,37 +2,37 @@ function(download_ippicv root_var)
set
(
${
root_var
}
""
PARENT_SCOPE
)
# Commit SHA in the opencv_3rdparty repo
set
(
IPPICV_COMMIT
"
dfe3162c237af211e98b8960018b564bc209261d
"
)
set
(
IPPICV_COMMIT
"
bdb7bb85f34a8cb0d35e40a81f58da431aa1557a
"
)
# Define actual ICV versions
if
(
APPLE
)
set
(
OPENCV_ICV_PLATFORM
"macosx"
)
set
(
OPENCV_ICV_PACKAGE_SUBDIR
"ippicv_mac"
)
if
(
X86_64
)
set
(
OPENCV_ICV_NAME
"ippicv_2017u3_mac_intel64_general_201
70822
.tgz"
)
set
(
OPENCV_ICV_HASH
"
c1ebb5dfa5b7f54b0c44e1917805a463
"
)
set
(
OPENCV_ICV_NAME
"ippicv_2017u3_mac_intel64_general_201
80518
.tgz"
)
set
(
OPENCV_ICV_HASH
"
3ae52b9be0fe73dd45bc5e9429cd3732
"
)
else
()
set
(
OPENCV_ICV_NAME
"ippicv_2017u3_mac_ia32_general_201
70822
.tgz"
)
set
(
OPENCV_ICV_HASH
"
49b05a669042753ae75895a445ebd612
"
)
set
(
OPENCV_ICV_NAME
"ippicv_2017u3_mac_ia32_general_201
80518
.tgz"
)
set
(
OPENCV_ICV_HASH
"
698660b975b62bee3ef6c5af51e97544
"
)
endif
()
elseif
((
UNIX AND NOT ANDROID
)
OR
(
UNIX AND ANDROID_ABI MATCHES
"x86"
))
set
(
OPENCV_ICV_PLATFORM
"linux"
)
set
(
OPENCV_ICV_PACKAGE_SUBDIR
"ippicv_lnx"
)
if
(
X86_64
)
set
(
OPENCV_ICV_NAME
"ippicv_2017u3_lnx_intel64_general_201
70822
.tgz"
)
set
(
OPENCV_ICV_HASH
"
4e0352ce96473837b1d671ce87f17359
"
)
set
(
OPENCV_ICV_NAME
"ippicv_2017u3_lnx_intel64_general_201
80518
.tgz"
)
set
(
OPENCV_ICV_HASH
"
b7cc351267db2d34b9efa1cd22ff0572
"
)
else
()
set
(
OPENCV_ICV_NAME
"ippicv_2017u3_lnx_ia32_general_201
70822
.tgz"
)
set
(
OPENCV_ICV_HASH
"
dcdb0ba4b123f240596db1840cd59a76
"
)
set
(
OPENCV_ICV_NAME
"ippicv_2017u3_lnx_ia32_general_201
80518
.tgz"
)
set
(
OPENCV_ICV_HASH
"
ea72de74dae3c604eb6348395366e78e
"
)
endif
()
elseif
(
WIN32 AND NOT ARM
)
set
(
OPENCV_ICV_PLATFORM
"windows"
)
set
(
OPENCV_ICV_PACKAGE_SUBDIR
"ippicv_win"
)
if
(
X86_64
)
set
(
OPENCV_ICV_NAME
"ippicv_2017u3_win_intel64_general_201
70822
.zip"
)
set
(
OPENCV_ICV_HASH
"
0421e642bc7ad741a2236d3ec4190bdd
"
)
set
(
OPENCV_ICV_NAME
"ippicv_2017u3_win_intel64_general_201
80518
.zip"
)
set
(
OPENCV_ICV_HASH
"
915ff92958089ede8ea532d3c4fe7187
"
)
else
()
set
(
OPENCV_ICV_NAME
"ippicv_2017u3_win_ia32_general_201
70822
.zip"
)
set
(
OPENCV_ICV_HASH
"
8a7680ae352c192de2e2e34936164bd0
"
)
set
(
OPENCV_ICV_NAME
"ippicv_2017u3_win_ia32_general_201
80518
.zip"
)
set
(
OPENCV_ICV_HASH
"
928168c2d99ab284047dfcfb7a821d91
"
)
endif
()
else
()
return
()
...
...
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