From f8652bb3ae8f3a02e6c9a356386f7784874c88f3 Mon Sep 17 00:00:00 2001 From: Edward Palmer Date: Fri, 21 Jun 2024 13:34:38 +0000 Subject: [PATCH] Removes gslib dependency. --- docker/platypus-deps/Dockerfile | 8 -------- 1 file changed, 8 deletions(-) diff --git a/docker/platypus-deps/Dockerfile b/docker/platypus-deps/Dockerfile index 712c1a36..9bb41465 100644 --- a/docker/platypus-deps/Dockerfile +++ b/docker/platypus-deps/Dockerfile @@ -49,12 +49,6 @@ RUN pip install packaging && \ pip install setuptools && \ pip install jinja2 -# Install GSLib -RUN cd /$WORKDIR && \ - git clone https://github.com/Nek5000/gslib.git && \ - cd gslib/ && \ - make CFLAGS='-O2 -fPIC' - # Install CMake RUN cd /$WORKDIR && \ git clone https://github.com/Kitware/CMake.git && \ @@ -133,8 +127,6 @@ RUN cd /$WORKDIR && \ -DSuperLUDist_DIR=/$WORKDIR/petsc/ \ -DMFEM_USE_NETCDF=YES \ -DHDF5_DIR=/usr/lib/x86_64-linux-gnu/hdf5/mpich/ \ - -DMFEM_USE_GSLIB=YES \ - -DGSLIB_DIR=/$WORKDIR/gslib/build && \ make -j"$compile_cores" && \ cd miniapps/common && \ make -j"$compile_cores"