Skip to content

Commit

Permalink
Remove old install tricks (#3289)
Browse files Browse the repository at this point in the history
  • Loading branch information
connorjward authored Dec 19, 2023
1 parent 2df00f4 commit b89c8d5
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions scripts/firedrake-install
Original file line number Diff line number Diff line change
Expand Up @@ -1765,17 +1765,6 @@ run_pip(["install", "-U", "nanobind"])
run_pip(["install", "-U", "make"])
run_pip(["install", "-U", "pcpp"])

# See build failure caused by pybind11==2.10.0 at https://github.com/firedrakeproject/firedrake/runs/7370283417?check_suite_focus=true.
log.info("We use pybind11==2.9.2 until the issue with pybind11==2.10.0 is resolved.\n")
run_pip(["install", "pybind11==2.9.2"])
# Tarball of islpy==2023.2 appears to be broken
run_pip([
"install",
"--no-build-isolation",
"--no-binary", ",".join(wheel_blacklist),
"islpy!=2023.2"
])

petsc_dir, petsc_arch = get_petsc_dir()
if options["slepc"]:
slepc_dir, _ = get_slepc_dir()
Expand Down

0 comments on commit b89c8d5

Please sign in to comment.