From 82b7c3cfac5cccc042fb98b81336d0fbf9d0933c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20Kl=C3=B6ckner?= Date: Mon, 13 Aug 2018 16:29:45 -0400 Subject: [PATCH 1/2] Test CI against pybind11 branch of pyopencl --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index cd0a243..071033c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ numpy -git+https://github.com/inducer/pyopencl +git+https://gitlab.tiker.net/inducer/pyopencl@pybind11 git+https://github.com/inducer/islpy git+https://github.com/inducer/loopy git+https://github.com/inducer/pyfmmlib -- GitLab From c3f1d2c5c5b6f477d0a9584371b32c7209fec522 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20Kl=C3=B6ckner?= Date: Mon, 13 Aug 2018 16:48:32 -0400 Subject: [PATCH 2/2] Add pybind11 dep to req.txt --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index 071033c..7702bec 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,5 @@ numpy +pybind11 git+https://gitlab.tiker.net/inducer/pyopencl@pybind11 git+https://github.com/inducer/islpy git+https://github.com/inducer/loopy -- GitLab