Skip to content

Commit

Permalink
Add hypre option to petsc build script (#178)
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilipFackler committed Mar 4, 2024
1 parent c32ffd1 commit 0d9c7a3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/build_petsc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,9 @@ do
--get-hdf5)
_petsc_extra_args="${_petsc_extra_args} --download-hdf5"
;;
--get-hypre)
_petsc_extra_args="${_petsc_extra_args} --download-hypre"
;;
*)
echo "Unsupported argument: $1"
exit 1
Expand Down

0 comments on commit 0d9c7a3

Please sign in to comment.