[julia-users] Re: what's the easiest way to force a recompilation?

2015-12-04 Thread Tomas Lycken
Remove the .ji file in .julia/v0.4/.cache; next time you import the 
package, it's re-compiled.

// T

On Friday, December 4, 2015 at 11:50:03 PM UTC+1, Seth wrote:
>
> I'd rather not alter any of the source files. Is there a Pkg command that 
> will recompile? (Pkg.build() doesn't seem to do it).
>


[julia-users] Re: what's the easiest way to force a recompilation?

2015-12-04 Thread Tony Kelman
Base.compilecache

On Friday, December 4, 2015 at 2:50:03 PM UTC-8, Seth wrote:
>
> I'd rather not alter any of the source files. Is there a Pkg command that 
> will recompile? (Pkg.build() doesn't seem to do it).
>


[julia-users] Re: what's the easiest way to force a recompilation?

2015-12-04 Thread Seth
Awesome. Thank you.

On Friday, December 4, 2015 at 4:29:57 PM UTC-8, Tony Kelman wrote:
>
> Base.compilecache
>
> On Friday, December 4, 2015 at 2:50:03 PM UTC-8, Seth wrote:
>>
>> I'd rather not alter any of the source files. Is there a Pkg command that 
>> will recompile? (Pkg.build() doesn't seem to do it).
>>
>