Skip to content

Commit 89103e6

Browse files
authored
Merge pull request #141 from native-api/update_ipp_note
Update ipp note
2 parents 77a3278 + 21cb7f1 commit 89103e6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

setup.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,9 @@ def main():
140140
cmake_args.append("-DCMAKE_CXX_FLAGS=-stdlib=libc++")
141141

142142
if sys.platform.startswith('linux'):
143-
cmake_args.append("-DWITH_IPP=OFF") # https://github.com/opencv/opencv/issues/10411
143+
cmake_args.append("-DWITH_IPP=OFF") # tests fail with IPP compiled with
144+
# devtoolset-2 GCC 4.8.2 or vanilla GCC 4.9.4
145+
# see https://github.com/skvark/opencv-python/issues/138
144146

145147
# ABI config variables are introduced in PEP 425
146148
if sys.version_info[:2] < (3, 2):

0 commit comments

Comments
 (0)