-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
USE_MKL=1 build failure #3606
Comments
Sorry about this. I think MKL usage is common enough that it would be nice to add it to our test suites - but the license is perhaps not permissive enough. |
I think the MKL can be used for free for non-commercial applications on Linux. I also think that we could afford to buy a developer license and ship MKL with Julia. |
Shipping with julia will need a little more work - since OpenBLAS handles AMD architectures too. I have always wondered whether we can distribute - since this effectively makes MKL freely available then to anybody. I am sure there is a catch. In any case, the license is permissive enough for us to use it for testing. Cc: @staticfloat |
e8a94c0 fixed the build. I now get a slew of library warnings when I actually use a BLAS method. @ViralBShah You can distribute the MKL libraries if you have a commercial license. |
It would be good to get BLAS performance tests going, before we decide to put effort into distributing MKL. |
@ViralBShah A follow-up on the distribution question: it is answered in Intel's MKL FAQ: http://software.intel.com/en-us/articles/intel-math-kernel-library-licensing-faq |
Thanks. |
We should certainly work on including MKL in the Mac and Windows distributions, along with OpenBLAS. |
Stdlib: Pkg URL: https://github.com/JuliaLang/Pkg.jl.git Stdlib branch: master Julia branch: master Old commit: 047734e4c New commit: f570abd39 Julia version: 1.11.0-DEV Pkg version: 1.11.0 Bump invoked by: @KristofferC Powered by: [BumpStdlibs.jl](https://github.com/JuliaLang/BumpStdlibs.jl) Diff: JuliaLang/Pkg.jl@047734e...f570abd ``` $ git log --oneline 047734e4c..f570abd39 f570abd39 tweak how Pkg is loaded for precompiling when testing (#3606) d3bd38b90 sort compat entries in `pkg> compat` (#3605) 5e07cfed0 Ensure that `string(::VersionSpec)` is compatible with `semver_spec()` (#3580) 6bed7c41a Clarify handling of LOAD_PATH in docstring and REPL help (#3589) 5261b3be7 tweak test dep docs (#3574) 72b430d50 status: expand 2 symbol upgrade note to highlight *may* be upgradable (#3576) b32db473d precompile: show ext parent in output report (#3603) ``` Co-authored-by: Dilum Aluthge <[email protected]>
On 32-bit Ubuntu 12.10. My Make.user file reads:
But, starting with a completely fresh clone of julia,
make
seems to bail out at the arpack tests. Here's the bottom of the build output:Looks like we are missing an appropriate rpath somewhere...
The text was updated successfully, but these errors were encountered: