提交 21cb7f1f 编写于 作者: I Ivan Pozdeev

update linux IPP breakage note

上级 77a3278f
......@@ -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):
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册