Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Using Julia MKL build with numpy (related to #443) #766

Closed
kumarbal opened this issue Apr 17, 2020 · 1 comment
Closed

Using Julia MKL build with numpy (related to #443) #766

kumarbal opened this issue Apr 17, 2020 · 1 comment

Comments

@kumarbal
Copy link

Is it possible to have a build of JuliaPro-1.4.1 that is designed to integrate with numpy without losing MKL compatibility. I know we can choose to rebuild Julia as a solution, but it would be good if there were a pre-built binary available.

This is related to #443

@stevengj
Copy link
Member

stevengj commented Apr 20, 2020

Not easily. You would need either the 32-bit (LP64) version of MKL in Julia (which doesn't seem supported by MKL.jl, but it is possible to recompile Julia to use this I believe), or an ILP64 version of Numpy (which doesn't exist, I believe).

Closing as a duplicate of #443. (And providing different builds of JuliaPro is not something the PyCall package is responsible for — you need to talk to the JuliaPro people.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants