diff options
author | Roland Kaufmann <roland.kaufmann@uni.no> | 2016-12-08 11:33:15 +0100 |
---|---|---|
committer | Roland Kaufmann <roland.kaufmann@uni.no> | 2016-12-08 12:01:51 +0100 |
commit | 98b3eabe44c97c3aeb66cd6aaf52c747f97d5ac8 (patch) | |
tree | ba8b3497b744ea4e163462e47da18c985f19ed62 /numpy/lib/nanfunctions.py | |
parent | c84e50783394c56ac568c2ae26993c9c4305130a (diff) | |
download | numpy-98b3eabe44c97c3aeb66cd6aaf52c747f97d5ac8.tar.gz |
BUG: Search for Python DLL in base distr. with MinGW
If an extension is built in a virtualenv, the compiler adapter for the
MinGW distribution will search for the libs/ directory containing the
import libraries for the Python runtime, in the virtualenv. However,
these files are not copied when the virtualenv is created (using the
venv module), so the build fails.
This patch searches the base distribution directory for the libraries
in addition to the virtualenv, allowing extensions to be built without
manually copying the libs/ directory first.
Diffstat (limited to 'numpy/lib/nanfunctions.py')
0 files changed, 0 insertions, 0 deletions