Skip to content
Snippets Groups Projects
Commit 0a38a5de authored by calrama's avatar calrama
Browse files

centos-7: opencv: Disable IPP support

It results in horrendous increase of library sizes
parent ceb350d0
No related branches found
No related tags found
No related merge requests found
......@@ -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 \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment