[Numpy-discussion] how to use install_clib with setup.py?

Carl Kleffner cmkleffner at gmail.com
Tue Dec 3 07:02:09 EST 2013


I have a question concerning install_clib on windows.

What I want to do is to copy a dll (libopenblas.dll) to the numpy/core
folder with setup.py install. The path to the dll is given in site.cfg. The
dll itself is a external dependency.

Somewhere i found a reference to install_clib to copy external dll's, but
howto to apply this within setup.py?

Regards

Carl
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/numpy-discussion/attachments/20131203/38248aec/attachment.html>


More information about the NumPy-Discussion mailing list