Skip to content

Commit

Permalink
Merge pull request #141 from native-api/update_ipp_note
Browse files Browse the repository at this point in the history
Update ipp note
  • Loading branch information
skvark committed Nov 8, 2018
2 parents 77a3278 + 21cb7f1 commit 89103e6
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 89103e6

Please sign in to comment.