Skip to content

Commit

Permalink
No pastix
Browse files Browse the repository at this point in the history
  • Loading branch information
connorjward committed Feb 3, 2025
1 parent f144de9 commit 3857a8e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions scripts/firedrake-install
Original file line number Diff line number Diff line change
Expand Up @@ -750,9 +750,6 @@ def get_petsc_options(minimal=False):
petsc_options.add("--download-pnetcdf")
# Sparse direct solvers
petsc_options.add("--download-suitesparse")
petsc_options.add("--download-pastix")
# Required by pastix
petsc_options.update({"--download-hwloc", "--download-netlib-lapack", "--with-netlib-lapack-c-bindings"})
if osname == "Darwin":
petsc_options.add("--download-hwloc-configure-arguments=--disable-opencl")
# Serial mesh partitioner
Expand Down

0 comments on commit 3857a8e

Please sign in to comment.