-
Notifications
You must be signed in to change notification settings - Fork 32
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
PackageCompiler app can't install MKL on MS Windows 10 #137
Comments
Maybe it can't find 7z? I wonder if this is a PackageCompiler issue? cc @KristofferC |
in case it matters:
|
for what it's worth, i tried following #20 (comment), and couldn't find 7z, despite being able to find it in the search box on windows, but i'm guessing MKL is trying to find the one in p7zip_jll.
|
JuliaLang/PackageCompiler.jl#877 should fix this. |
thanks @KristofferC . i'm testing that PR now, as requested. i guess the bigger picture is that i don't understand why MKL is downloaded at runtime, instead of being bundled into the app when it is compiled. |
I believe that is how artifacts work - in that the right architecture specific version gets picked up at runtime. There may/should be a way to package it all by picking defaults at build time. |
fixed by JuliaLang/PackageCompiler.jl#877 |
the problem has something to do with 7z.
here's the contents of testmkl/src/testmkl.jl:
here's the error on the powershell command line when i try to run the app:
The text was updated successfully, but these errors were encountered: