Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update ipp note #141

Merged
merged 1 commit into from Nov 8, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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