From 0a38a5de3e39f6e95341e02d3ed9966bcb9552f8 Mon Sep 17 00:00:00 2001 From: Moritz Maxeiner <mm@ucw.sh> Date: Tue, 10 Dec 2019 01:01:11 +0100 Subject: [PATCH] centos-7: opencv: Disable IPP support It results in horrendous increase of library sizes --- centos-7/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/centos-7/Dockerfile b/centos-7/Dockerfile index 7b6a572..cebe5ef 100644 --- a/centos-7/Dockerfile +++ b/centos-7/Dockerfile @@ -163,12 +163,12 @@ RUN version=3.4.8 && \ -D ENABLE_PROFILING=OFF \ -D ENABLE_COVERAGE=OFF \ -D OPENCV_ENABLE_NONFREE=OFF \ + -D WITH_IPP=OFF \ -D WITH_CUDA=ON \ -D WITH_CUBLAS=ON \ -D BUILD_opencv_cudacodec=OFF \ -D WITH_EIGEN=ON \ -D WITH_FFMPEG=ON \ - -D WITH_IPP=ON \ -D WITH_JASPER=ON -D BUILD_JASPER=OFF \ -D WITH_JPEG=ON -D BUILD_JPEG=OFF \ -D WITH_LAPACK=ON \ -- GitLab