Commit 4d826bb8 authored by Andreas Klöckner's avatar Andreas Klöckner
Browse files

Merge branch 'patch-1' into 'master'

pybind11 with pypy support is released now

See merge request !29
parents ba0031d3 54d51964
Loading
Loading
Loading
Loading
+1 −8
Original line number Diff line number Diff line
@@ -106,14 +106,7 @@ handle_extra_install()
{
  if test "$EXTRA_INSTALL" != ""; then
    for i in $EXTRA_INSTALL ; do
      if [[ "$i" = *pybind11* ]] && [[ "${PY_EXE}" == pypy* ]]; then
         # context:
         # https://github.com/conda-forge/pyopencl-feedstock/pull/45
         # https://github.com/pybind/pybind11/pull/2146
         with_echo "$PY_EXE" -m pip install git+https://github.com/isuruf/pybind11@pypy3
      else
      with_echo "$PY_EXE" -m pip install "$i"
      fi
    done
  fi
}