Skip to content

Commit f134c83

Browse files
committed
Configure petsc with required ext. depend.
1 parent b0d6a3b commit f134c83

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docker/actions/Dockerfile.actions.noble

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ RUN curl -O https://web.cels.anl.gov/projects/petsc/download/release-snapshots/p
1616
RUN tar -xzf petsc-3.24.2.tar.gz && mv petsc-3.24.2 /opt/petsc
1717

1818
WORKDIR /opt/petsc
19-
RUN ./configure
19+
RUN ./configure --with-debugging=1 --with-fortran-bindings=1 --with-shared-libraries=1 --with-strict-petscerrorcode --with-bison --with-fftw --with-hdf5 --with-hwloc --with-metis --with-mumps --with-netcdf --with-pnetcdf --download-ptscotch --with-scalapack-lib=-lscalapack-openmpi --with-suitesparse --download-superlu_dist --with-zlib --download-hypre -download-hdf5
2020
RUN make PETSC_DIR=/opt/petsc PETSC_ARCH=arch-linux-c-debug all
2121

2222
COPY . /home/fluidity

0 commit comments

Comments
 (0)