Skip to content

Commit

Permalink
Removes gslib dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
Edward Palmer committed Jun 21, 2024
1 parent e5eb375 commit f8652bb
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions docker/platypus-deps/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 && \
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit f8652bb

Please sign in to comment.