Skip to content

Commit

Permalink
update linux IPP breakage note
Browse files Browse the repository at this point in the history
  • Loading branch information
native-api committed Nov 8, 2018
1 parent 77a3278 commit 21cb7f1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion setup.py
Expand Up @@ -140,7 +140,9 @@ def main():
cmake_args.append("-DCMAKE_CXX_FLAGS=-stdlib=libc++")

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

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

0 comments on commit 21cb7f1

Please sign in to comment.