From d4f5bb451a4ef6490b9a14fb963506c4cb7da530 Mon Sep 17 00:00:00 2001
From: Andreas Kloeckner <inform@tiker.net>
Date: Sun, 19 Aug 2018 16:45:15 -0500
Subject: [PATCH] [pybind11] Use patch pybind11 on pypy

---
 .gitlab-ci.yml | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 6fe9ba49..61dd91a0 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -181,7 +181,10 @@ PyPy POCL:
   script:
   - export PY_EXE=pypy
   - export PYOPENCL_TEST=portable
-  - export EXTRA_INSTALL="pybind11 numpy mako"
+
+  # https://github.com/pybind/pybind11/pull/1494
+  - export EXTRA_INSTALL="git+https://github.com/inducer/pybind11 numpy mako"
+
   - export NO_DOCTESTS=1
   - curl -L -O -k https://gitlab.tiker.net/inducer/ci-support/raw/master/build-and-test-py-project.sh
   - ". ./build-and-test-py-project.sh"
-- 
GitLab