-
-
Notifications
You must be signed in to change notification settings - Fork 194
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
Can't seem to compile base julia 1.0.2 #154
Comments
It seems like you're using this wrong... open(io-> println(io, "1+ 1"), "test.jl", "w")
PackageCompiler.build_sysimg(".", pwd()*"/test.jl", cpu_target = "core-avx2") which generates the sysimages files in the current folder! |
I don't think that was the issue because I can reproduce it with your snippet.
Was your local julia version compiled from source? |
Well, that's annoying ;)
No it wasn't... |
Hmmm, is it possible that the |
I'm seeing something similar. This is from running
My setup is:
|
can you paste the whole error? |
EDIT: Fixed by adding the master version of PackageCompiler.jl I'm getting a similar error when I try to compile my own package. I see that there is a Snoop warning, does this mean I need to write unit tests? Anyway, my setup is:
and the code I ran is:
and the error is:
|
I'm hitting this in JuliaLinearAlgebra/MKL.jl#11 with version 0.6.4. |
This with julia 1.0.2 compiled from source on amazon linux 2.
This happens on master and the latest release. It seems to be failing on base julia code, which would explain why it doesn't matter which files and/or packages I pass in. It also looks like my
cpu_target
is being ignored.The text was updated successfully, but these errors were encountered: