Skip to content

Commit 94d6989

Browse files
committed
Reenable pypa/virtualenv#1193 workaround
1 parent f5eae7e commit 94d6989

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

build-py-project.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -103,11 +103,11 @@ if test "$EXTRA_INSTALL" != ""; then
103103
# $PIP install git+https://bitbucket.org/pypy/numpy.git
104104
if [[ "$i" = *pybind11* ]] && [[ "${PY_EXE}" == pypy* ]]; then
105105
# 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)
107107
# 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
111111

112112
# context:
113113
# https://github.com/conda-forge/pyopencl-feedstock/pull/45

0 commit comments

Comments
 (0)