-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Automatically include all dependencies when precompiling
In precompile.jl, precompile-no-run.jl and precompile-makie-post-processing.jl, we can just use the default of create_sysimage(), which is to include all packages associated with the project. For precompile_dependencies.jl where we explicitly want to exclude moment_kinetics from the system image, we do need to pass a list of packages, but we can read them from the Project.toml instead of maintaing a separate, hard-coded list in the script.
- Loading branch information
1 parent
6a2aade
commit 592322d
Showing
4 changed files
with
7 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters