We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44d9a06 commit b4d73b3Copy full SHA for b4d73b3
.github/workflows/build.yml
@@ -99,9 +99,13 @@ jobs:
99
pip cache remove slepc4py
100
101
if [ "${{ github.ref_name == 'master' }}" ]; then
102
- : # Install build dependencies
103
- pip install Cython libsupermesh mpi4py numpy pybind11 setuptools rtree
104
pip install $PETSC_DIR/src/binding/petsc4py
+ pip install $PETSC_DIR/$PETSC_ARCH/externalpackages/git.slepc/src/binding/slepc4py
+
105
+ ./scripts/firedrake-dev-patch petsc4py slepc4py
106
107
+ : # Install the remaining build dependencies
108
+ pip install -r requirements-build.txt
109
110
: # We have to pass '--no-build-isolation' to use a custom petsc4py
111
PIP_FLAGS='--no-build-isolation'
0 commit comments