Skip to content

Commit

Permalink
Actually install ngsPETSc using pip (#3873)
Browse files Browse the repository at this point in the history
Signed-off-by: Umberto Zerbinati <zerbinati@maths.ox.ac.uk>
Co-authored-by: Umberto Zerbinati <zerbinati@maths.ox.ac.uk>
  • Loading branch information
2 people authored and connorjward committed Nov 25, 2024
1 parent 347e717 commit f222dc5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/firedrake-install
Original file line number Diff line number Diff line change
Expand Up @@ -2073,6 +2073,7 @@ with environment(**compiler_env):

if options["netgen"]:
packages += ["ngsPETSc"]
run_pip(["install", "-U", "ngsPETSc"])

with pipargs("--no-deps"):
if options["opencascade"]:
Expand Down

0 comments on commit f222dc5

Please sign in to comment.