File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -153,9 +153,10 @@ jobs:
153153 --branch $(python3 ./firedrake-repo/scripts/firedrake-configure --show-petsc-version) \
154154 https://gitlab.com/petsc/petsc.git
155155 else
156- git clone --depth 1 https://gitlab.com/petsc/petsc.git
156+ git clone https://gitlab.com/petsc/petsc.git
157157 fi
158158 cd petsc
159+ git checkout ksagiyam/fix_submesh_cdim
159160 python3 ../firedrake-repo/scripts/firedrake-configure \
160161 --arch ${{ matrix.arch }} --show-petsc-configure-options | \
161162 xargs -L1 ./configure --with-make-np=8 --download-slepc
@@ -191,7 +192,7 @@ jobs:
191192 : # because they rely on non-PyPI versions of petsc4py.
192193 pip install --no-build-isolation --no-deps \
193194 "$PETSC_DIR"/"$PETSC_ARCH"/externalpackages/git.slepc/src/binding/slepc4py
194- pip install --no-deps ngsPETSc netgen-mesher netgen-occt
195+ pip install --no-deps git+https://github.com/ksagiyam/ ngsPETSc.git@ksagiyam/remove_mesh_init netgen-mesher netgen-occt
195196
196197 : # We have to pass '--no-build-isolation' to use a custom petsc4py
197198 EXTRA_BUILD_ARGS='--no-isolation'
You can’t perform that action at this time.
0 commit comments