Skip to content

Commit

Permalink
Add petsc4py to firedrake-update package list
Browse files Browse the repository at this point in the history
This is essentially the same as #2065
but fixes firedrake-update.
  • Loading branch information
connorjward authored and sv2518 committed May 12, 2021
1 parent da412c2 commit 554c150
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/firedrake-install
Original file line number Diff line number Diff line change
Expand Up @@ -1650,7 +1650,7 @@ else:
name = split_requirements_url(p)[0]
deps.update(list_cloned_dependencies(name))
deps[name] = p
packages = list(deps.keys())
packages = ["petsc4py"] + list(deps.keys())
packages += ["firedrake"]

# update packages.
Expand Down

0 comments on commit 554c150

Please sign in to comment.