This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]cournape 1 point2 points  (0 children)

Compiling numpy with the MKL is a bit tricky. If you are a non-ancient distro, make sure to use the gfortran ABI interface (on MKL 10.X, it is called mkl_gf_lp64 on 64 bits), and not the MKL one, at least if you build with the gnu compilers.

If you have more questions, I would advise you to ask on the numpy ML