An open API service indexing awesome lists of open source software.

https://github.com/lassepe/systemimageprecompile.jl


https://github.com/lassepe/systemimageprecompile.jl

Last synced: 3 months ago
JSON representation

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`