https://github.com/lassepe/systemimageprecompile.jl
https://github.com/lassepe/systemimageprecompile.jl
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/lassepe/systemimageprecompile.jl
- Owner: lassepe
- Created: 2020-09-30T12:28:44.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-09-02T21:47:59.000Z (over 1 year ago)
- Last Synced: 2025-03-05T19:59:35.306Z (3 months ago)
- Language: Julia
- Size: 43.9 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SystemImagePrecompile.jl
### Usage
1. Add all packages and commands you want to install and pre-compile in
`config/package_setup.jl`
2. install all the packages via `src/install_packages.jl`
3. pre-compile a system-image for the packages and commands listed in
`config/package_setup.jl` by running `src/precompile.jl`. This will create
a system image in `builds/-dev.sysimg.so`### ZSH Convenience Functions / Aliases
Source the script `shell/julia_shell_convenience.sh` in your `zsh.rc`. This will
provide four commands:- `j`: runs `julia`
- `jp`: runs `julia --project`
- `jd`: runs `julia` with the corresponding system image from `builds/`
- `jpd`: runs `jd --project`