From 8d15f810826087cbfcc831ebbe17d762683e38ab Mon Sep 17 00:00:00 2001 From: Jeremy E Kozdon Date: Wed, 14 Jul 2021 10:24:43 -0700 Subject: [PATCH] [PETSc] Enable superlu --- P/PETSc/build_tarballs.jl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/P/PETSc/build_tarballs.jl b/P/PETSc/build_tarballs.jl index 24f2594d0d0..02347082cbd 100644 --- a/P/PETSc/build_tarballs.jl +++ b/P/PETSc/build_tarballs.jl @@ -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"