thouis / numpy-trac-migration

numpy Trac to github issues migration
2 stars 3 forks source link

Linker flags for MKL library are not set correctly (migrated from Trac #1381) #2934

Open thouis opened 12 years ago

thouis commented 12 years ago

Original ticket http://projects.scipy.org/numpy/ticket/1381 Reported 2010-01-28 by trac user neinhues, assigned to atmention:cournape.

In numpy-1.4.0/numpy/distutils/system_info.py

somebody tried to link both against 32 and 64bit libraries which does not work. A patch is attached.

Please note: Using the MKL libraries with numpy only works if Python is also linked against the MKL libraries. The reason is that the MKL libraries don't work for dl-opened libraries like Python extensions

thouis commented 12 years ago

Attachment in Trac by trac user neinhues, 2010-01-28: numpy-1.4.0-mkl.patch

thouis commented 12 years ago

Comment in Trac by trac user neinhues, 2010-01-28

thouis commented 12 years ago

Comment in Trac by atmention:rgommers, 2011-03-25

Linking against MKL certainly seems to work for many people like this. Christoph, can you comment on this?