From 7ecae71674b21accf143119d28c5be23708362eb Mon Sep 17 00:00:00 2001
From: Moritz Maxeiner <mm@ucw.sh>
Date: Tue, 10 Dec 2019 00:39:49 +0100
Subject: [PATCH] centos-7: opencv: disable openexr support

---
 centos-7/Dockerfile | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/centos-7/Dockerfile b/centos-7/Dockerfile
index 6ea9934..b1b0f99 100644
--- a/centos-7/Dockerfile
+++ b/centos-7/Dockerfile
@@ -123,7 +123,6 @@ RUN version=3.4.8 && \
     yum install -y \
         libpng-devel \
         jasper-devel \
-        openexr-devel \
         libwebp-devel \
         libjpeg-turbo-devel \
         freeglut-devel \
@@ -175,7 +174,7 @@ RUN version=3.4.8 && \
         -D WITH_LAPACK=ON \
         -D WITH_MATLAB=OFF \
         -D WITH_OPENCLAMDBLAS=OFF \
-        -D WITH_OPENEXR=ON -D BUILD_OPENEXR=OFF\
+        -D WITH_OPENEXR=OFF -D BUILD_OPENEXR=OFF \
         -D WITH_OPENGL=ON \
         -D WITH_PNG=ON -D BUILD_PNG=OFF \
         -D WITH_PROTOBUF=ON -D BUILD_PROTOBUF=OFF\
-- 
GitLab