We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8f45c7d + b69518b commit 55705a8Copy full SHA for 55705a8
scripts/firedrake-install
@@ -1417,7 +1417,7 @@ def build_and_install_slepc():
1417
1418
def build_and_install_netgen():
1419
log.info("Installing NGSolve/Netgen.")
1420
- run_pip(["install", "ngsolve", "--pre"])
+ run_pip(["install", "netgen-mesher==6.2.2304.post142.dev0"])
1421
log.info("Installing ngsPETSc.")
1422
url = "git+https://github.com/NGSolve/ngsPETSc.git@main"
1423
ngsPETSc_changed = False
0 commit comments