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

add additional modules to system image #311

Open
andrewning opened this issue Jul 26, 2019 · 3 comments
Open

add additional modules to system image #311

andrewning opened this issue Jul 26, 2019 · 3 comments

Comments

@andrewning
Copy link

Is there a way I can some of my own packages to the custom system image?

@stevengj
Copy link
Member

Duplicate of #310?

@andrewning
Copy link
Author

I don't think it was a duplicate. #310 was a problem (perhaps a bug) in just building the system image that @tkf provided a workaround for. In this issue I was asking about whether there was a way to customize the system image that is built (adding additional packages). I figured out I could do it by modifying precompile.jl but it would be nice if there was a command line option to pass in a file rather than manually modify the package.

@tkf
Copy link
Member

tkf commented Jul 27, 2019

There is no easy way to do this at the moment. Maybe first create a system image for PyJulia, start julia-py command with this system image, and then use PackageCompiler to build a new system image with more Julia packages?

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

No branches or pull requests

3 participants