From 807edb74c136132749680829d89faa99d4b30dbf Mon Sep 17 00:00:00 2001 From: Moritz Maxeiner <mm@ucw.sh> Date: Mon, 10 Jan 2022 17:10:58 +0100 Subject: [PATCH] [centos] build hdf without shared libs --- centos/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/centos/Dockerfile b/centos/Dockerfile index b717711..163f005 100644 --- a/centos/Dockerfile +++ b/centos/Dockerfile @@ -108,6 +108,7 @@ RUN yum install -y \ cd hdf5-${HDF_VERSION} && \ cmake -S. -B build -G Ninja \ -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr/local \ + -DBUILD_SHARED_LIBS=OFF \ && \ ninja -C build install && \ cd .. && \ -- GitLab