Skip to content

Commit

Permalink
SLEPc install fix
Browse files Browse the repository at this point in the history
  • Loading branch information
garth-wells committed May 26, 2024
1 parent 2254186 commit 1dc7c92
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docker/Dockerfile.test-env
Original file line number Diff line number Diff line change
Expand Up @@ -340,8 +340,7 @@ RUN apt-get -qq update && \
RUN git clone --depth=1 -b v${SLEPC_VERSION} https://gitlab.com/slepc/slepc.git ${SLEPC_DIR} && \
cd ${SLEPC_DIR} && \
export PETSC_ARCH=linux-gnu-real32-32 && \
./configure \
--with-slepc4py && \
./configure && \
make && \
export PETSC_ARCH=linux-gnu-complex64-32 && \
./configure && \
Expand Down

0 comments on commit 1dc7c92

Please sign in to comment.