Skip to content

Commit 21cb7f1

Browse files
committed
update linux IPP breakage note
1 parent 77a3278 commit 21cb7f1

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)