diff options
author | Roland Kaufmann <rka081+numpy@uib.no> | 2017-06-22 09:08:13 +0200 |
---|---|---|
committer | Roland Kaufmann <rka081+numpy@uib.no> | 2017-06-22 23:23:41 +0200 |
commit | a2b416f60e6f3f2746bf3edaf8e6161204f528a5 (patch) | |
tree | 46d01fc2c038211c852c5514dfa93f357229183e /numpy/lib/recfunctions.py | |
parent | 6c9dece14f90d972ca83ae0cfb879c3f74a7bf1f (diff) | |
download | numpy-a2b416f60e6f3f2746bf3edaf8e6161204f528a5.tar.gz |
BUG: Handle MinGW module compilation in Py2.7 venvs
If we are using the virtualenv module in Python 2.7 (as opposed to venv
in Python 3.3+), then the location of the base distribution is stored in
the real_prefix attribute instead of the base_prefix attribute.
This changeset adds the content of this attribute to the search paths if
it exist (i.e. in practice, if we are running Python 2.7), so that the
runtime libraries do not have to be duplicated in the virtualenv
directory.
Diffstat (limited to 'numpy/lib/recfunctions.py')
0 files changed, 0 insertions, 0 deletions