File tree 1 file changed +4
-4
lines changed 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -103,11 +103,11 @@ if test "$EXTRA_INSTALL" != ""; then
103
103
# $PIP install git+https://bitbucket.org/pypy/numpy.git
104
104
if [[ " $i " = * pybind11* ]] && [[ " ${PY_EXE} " == pypy* ]]; then
105
105
# Work around https://github.com/pypa/virtualenv/issues/1198
106
- # (now fixed: commented out on Mar 28, 2020, OK to remove if no trouble in a few months )
106
+ # (nominally fixed, but not really it appears. -- Mar 28, 2020 AK )
107
107
# Running virtualenv --always-copy or -m venv --copies should also do the trick.
108
- # L=$(readlink .env/include)
109
- # rm .env/include
110
- # cp -R $L .env/include
108
+ L=$( readlink .env/include)
109
+ rm .env/include
110
+ cp -R $L .env/include
111
111
112
112
# context:
113
113
# https://github.com/conda-forge/pyopencl-feedstock/pull/45
You can’t perform that action at this time.
0 commit comments