Skip to content
Snippets Groups Projects
Commit 807edb74 authored by calrama's avatar calrama
Browse files

[centos] build hdf without shared libs

parent efbf28bc
No related branches found
No related tags found
No related merge requests found
Pipeline #45308 passed
Pipeline: behavior_loader

#45310

    Pipeline: interfaces

    #45309

      ......@@ -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 .. && \
      ......
      0% Loading or .
      You are about to add 0 people to the discussion. Proceed with caution.
      Please register or to comment