[Numpy-discussion] Workaround for Ticket #1504 (MKL linking)

Dag Sverre Seljebotn dagss at student.matnat.uio.no
Mon Nov 15 02:00:37 EST 2010


On 11/15/2010 06:23 AM, Felix wrote:
> is there any workaround or fix for the problem described in Ticket
> 1504?
> http://projects.scipy.org/numpy/ticket/1504
>
> Using static linking sounds like it could be the easiest solution. Can
> numpy.distutils be used to do that?
>    

You can try to see if sys.setdlopenflags works for you, it does for me:

http://www.mail-archive.com/numpy-discussion@scipy.org/msg23151.html

Dag Sverre



More information about the NumPy-Discussion mailing list