We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 77a3278 + 21cb7f1 commit 89103e6Copy full SHA for 89103e6
setup.py
@@ -140,7 +140,9 @@ def main():
140
cmake_args.append("-DCMAKE_CXX_FLAGS=-stdlib=libc++")
141
142
if sys.platform.startswith('linux'):
143
- 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
144
+ # devtoolset-2 GCC 4.8.2 or vanilla GCC 4.9.4
145
+ # see https://github.com/skvark/opencv-python/issues/138
146
147
# ABI config variables are introduced in PEP 425
148
if sys.version_info[:2] < (3, 2):
0 commit comments