From a7b39b98019c98d662b1e1446c3194593c4f2cfd Mon Sep 17 00:00:00 2001 From: yanhailiang Date: Fri, 19 Nov 2021 10:56:48 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9E=84=E5=BB=BApython=20=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- opencv.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opencv.spec b/opencv.spec index 80c5a1f..5569258 100644 --- a/opencv.spec +++ b/opencv.spec @@ -70,7 +70,7 @@ cmake ../../ -DCMAKE_BUILD_TYPE=Release\ -DPYTHON_LIBRARY=$(python3 -c "import distutils.sysconfig as sysconfig; print(sysconfig.get_config_var('LIBDIR')+ '/libpython3.so')")\ -DCMAKE_INSTALL_PREFIX=/usr make -j24 V=1 -ctest -E "opencv_test_objdetect" "opencv_test_photo" +ctest -E "opencv_test_objdetect|opencv_test_photo" %install