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 the new PackageCompiler #28

Closed
wants to merge 7 commits into from

Conversation

daviehh
Copy link
Contributor

@daviehh daviehh commented Feb 14, 2020

Re: #27, work-in-progress to migrate to the new package compiler (formerly PackageCompilerX); currently seems to be failing on windows with appveyor CI; also the generate_precompile_statments() function (which fixes the REPL latency) may need cleaning up a bit...

@daviehh daviehh changed the title using the new PackageXompiler using the new PackageCompiler Feb 14, 2020
rm(sysimgpath, recursive=true)
end
force_native_image!()
PackageCompiler.create_sysimage(:MKL, cpu_target="native", incremental=false, replace_default=true)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think you can remove the two lines below and just use the script="generate_precompile.jl" option as described in https://julialang.github.io/PackageCompiler.jl/dev/refs/#References-1.

@KristofferC
Copy link
Contributor

If you want to, I think I can take over from here since I have a branch that does some of this and uses MKL_jll as well which I think is also useful.

@daviehh
Copy link
Contributor Author

daviehh commented Feb 14, 2020

@KristofferC thanks a lot! yes, you taking over from here would be very helpful

@daviehh daviehh closed this Feb 14, 2020
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

Successfully merging this pull request may close these issues.

None yet

2 participants