On 11/15/2010 11:48 AM, Felix wrote: > On Nov 15, 2:00 am, Dag Sverre Seljebotn wrote: >> 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 >> You can try to see if sys.setdlopenflags works for you, it does for me: >> >> http://www.mail-archive.com/[email protected]/msg23151.html > That worked, thank you. Is this patch going to make it into numpy? > Being able to use a recent version of the MKL seems important. > Or is the long-term preferred solution still static linking? > > Felix > > _______________________________________________ > NumPy-Discussion mailing list > [email protected] > http://mail.scipy.org/mailman/listinfo/numpy-discussion Just a note that patch this has to work for Python 2.4 as Python 2.4 lacks ctypes. This means that 'import ctypes' may or may not fail depending on whether or not ctypes package (http://python.net/crew/theller/ctypes/) has been installed.
Obviously the patch also has to work with different MKL versions but I don't use it. Bruce _______________________________________________ NumPy-Discussion mailing list [email protected] http://mail.scipy.org/mailman/listinfo/numpy-discussion
