Skip to content

Commit

Permalink
precompile PyPlot
Browse files Browse the repository at this point in the history
  • Loading branch information
ufechner7 committed Mar 23, 2024
1 parent 4a5abd8 commit 83d6e16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/create_sys_image
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,4 @@ julia --project -e "using Pkg; Pkg.precompile()"
cd src
touch *.jl # make sure all modules get recompiled in the next step
cd ..
julia --project -J bin/kps-image-${julia_major}-${branch}.so -e "using KiteUtils, KiteControllers"
julia --project -J bin/kps-image-${julia_major}-${branch}.so -e "using KiteUtils, KiteControllers, PyPlot"

0 comments on commit 83d6e16

Please sign in to comment.