From 74a4c4b7c8422dc2df85b30afc7346acd3a6a225 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20Kl=C3=B6ckner?= Date: Sun, 20 Sep 2020 20:39:26 +0200 Subject: [PATCH] Specify (old) version of pyopencl to avoid header/symbol mismatch in ocl-icd --- .ci/install-for-firedrake.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/.ci/install-for-firedrake.sh b/.ci/install-for-firedrake.sh index 44aeb02f..ae590520 100644 --- a/.ci/install-for-firedrake.sh +++ b/.ci/install-for-firedrake.sh @@ -6,6 +6,7 @@ sudo apt install -y pocl-opencl-icd ocl-icd-opencl-dev . /home/firedrake/firedrake/bin/activate grep -v loopy requirements.txt > /tmp/myreq.txt +sed -i s/pyopencl.git/pyopencl.git@v2020.2.2/ /tmp/myreq.txt # This shouldn't be necessary, but... # https://github.com/inducer/meshmode/pull/48#issuecomment-687519451 -- GitLab