Skip to content

Commit

Permalink
[PETSc] Enable superlu
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeremy E Kozdon committed Jul 14, 2021
1 parent 62165b2 commit 8d15f81
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion P/PETSc/build_tarballs.jl
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,8 @@ build_petsc()
--with-mpi-include="${includedir}" \
--with-sowing=0 \
--with-precision=${1} \
--with-scalar-type=${2}
--with-scalar-type=${2} \
--download-superlu=yes
if [[ "${target}" == *-mingw* ]]; then
export CPPFLAGS="-Dpetsc_EXPORTS"
Expand Down

0 comments on commit 8d15f81

Please sign in to comment.