From c9422a441488ec103a3e4f9b1fb3d22bd512f979 Mon Sep 17 00:00:00 2001 From: Andreas Kloeckner Date: Sat, 30 Nov 2024 14:54:42 -0600 Subject: [PATCH] Drop long-merged PyOP2 patch in Firedrake install --- .ci/install-for-firedrake.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/.ci/install-for-firedrake.sh b/.ci/install-for-firedrake.sh index 42582874..7efb44d2 100644 --- a/.ci/install-for-firedrake.sh +++ b/.ci/install-for-firedrake.sh @@ -28,7 +28,4 @@ python -m pip install --force-reinstall git+https://github.com/inducer/pytools.g pip uninstall -y loopy pip install "git+https://github.com/inducer/loopy.git#egg=loopy" -# https://github.com/OP2/PyOP2/pull/627 -(cd /home/firedrake/firedrake/src/PyOP2 && git pull https://github.com/OP2/PyOP2.git e56d26f219e962cf9423fc84406a8a0656eb364f) - pip install .