Skip to content

Commit 55705a8

Browse files
authored
Merge pull request #3155 from firedrakeproject/uzerbinati/ngsInstall
Installing only netgen
2 parents 8f45c7d + b69518b commit 55705a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/firedrake-install

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1417,7 +1417,7 @@ def build_and_install_slepc():
14171417

14181418
def build_and_install_netgen():
14191419
log.info("Installing NGSolve/Netgen.")
1420-
run_pip(["install", "ngsolve", "--pre"])
1420+
run_pip(["install", "netgen-mesher==6.2.2304.post142.dev0"])
14211421
log.info("Installing ngsPETSc.")
14221422
url = "git+https://github.com/NGSolve/ngsPETSc.git@main"
14231423
ngsPETSc_changed = False

0 commit comments

Comments
 (0)