Skip to content

Commit

Permalink
Update rawInit.jl
Browse files Browse the repository at this point in the history
update precompile
  • Loading branch information
yoninazarathy authored Jul 23, 2020
1 parent 65383f2 commit b5a8cee
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions rawInit.jl
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,8 @@ packages = [("BSON","0.2.6"),
("TimeSeries","0.18.0")
]

Pkg.update()

for (pN,pV) in packages
Pkg.add(Pkg.PackageSpec(;name=pN,version=pV))
end

Pkg.precompile()
@info "Packages not precompiled.\n If you wish to precompile (on Julia V1.3 or above) use `Pkg.precompile()`."

0 comments on commit b5a8cee

Please sign in to comment.