diff options
author | xoviat <xoviat@users.noreply.github.com> | 2017-12-17 00:17:27 -0600 |
---|---|---|
committer | xoviat <xoviat@users.noreply.github.com> | 2017-12-17 00:17:27 -0600 |
commit | 70572e4a2dc6c76818d142f987176f47486d947f (patch) | |
tree | 1365ecea9ab609ae963a65d774bff2c176b55f88 /numpy/add_newdocs.py | |
parent | 9d054c141b084546810486f91e763f3eb89af633 (diff) | |
download | numpy-70572e4a2dc6c76818d142f987176f47486d947f.tar.gz |
BUG: distutils: prefix library name
In linux and particulary MinGW on windows, library names may
be prefixed with "lib." However, if the library name is prefixed
with "lib" on MSVC or ABI-equivalent (clang/intel), the prefix should
not be excluded from the library name. This caused system_info
to find "libopenblas" or "libsuitesparse" but then add "openblas"
to the library names, which is of course problematic because
MSVC would not look for "libopenblas" but rather "openblas."
Diffstat (limited to 'numpy/add_newdocs.py')
0 files changed, 0 insertions, 0 deletions