Re: [julia-users] precompiling all packages

2016-08-09 Thread Michael Krabbe Borregaard
Nice, thanks!
#MakePkg.update()GreatAgain!

On Tue, Aug 9, 2016 at 12:46 PM, Kristoffer Carlsson 
wrote:

> Can look at this:
>
> https://github.com/staticfloat/MakePkgUpdatePrecompileInTheBackground.jl
>
> https://github.com/JuliaLang/julia/issues/16409#issuecomment-228873060


Re: [julia-users] precompiling all packages

2016-08-09 Thread Kristoffer Carlsson
Can look at this:

https://github.com/staticfloat/MakePkgUpdatePrecompileInTheBackground.jl

https://github.com/JuliaLang/julia/issues/16409#issuecomment-228873060

Re: [julia-users] precompiling all packages

2016-08-09 Thread Michael Borregaard
AFAIK none of these threads provided an easy and clear resolution. The 
latest I could find () ended up with a reques to define a 
`Pkg.precompile()` function, but I have not seen that anything new has 
happened since.


Re: [julia-users] precompiling all packages

2016-08-09 Thread Tim Holy
There are several previous threads on this, hopefully one of those will help.

Best,
--Tim

On Monday, August 8, 2016 8:13:42 PM CDT Chang Kwon wrote:
> Is there a way to precompile all packages at once? Each time that I run
> Pkg.update(), I would also like to precompile all packages so that when I
> actually use packages I don't need to precompile.
> 
> Chang




[julia-users] precompiling all packages

2016-08-08 Thread Chang Kwon
Is there a way to precompile all packages at once? Each time that I run 
Pkg.update(), I would also like to precompile all packages so that when I 
actually use packages I don't need to precompile.

Chang