Re: [julia-users] CUDArt.jl - segfaults after updating Julia

2016-03-24 Thread Matthew Pearce
Hi Stefan - thanks for the advice. Think I'm getting there with 0.4.5 - a few packages I relied on didn't work at first but it seems `Compat` sorted things out. I'm not sure yet whether the issue that caused me to update 0.5 in the first place is present in 0.4.5 though (#14445). Cheers Matth

Re: [julia-users] CUDArt.jl - segfaults after updating Julia

2016-03-21 Thread Stefan Karpinski
I'm guessing that CUDArt doesn't support the Julia dev – you're probably safe using a stable release of Julia instead – i.e. the latest v0.4.x release. On Mon, Mar 21, 2016 at 3:13 PM, Matthew Pearce wrote: > I recently updated Julia to the latest version: > > ```julia > julia> versioninfo() > J

[julia-users] CUDArt.jl - segfaults after updating Julia

2016-03-21 Thread Matthew Pearce
I recently updated Julia to the latest version: ```julia julia> versioninfo() Julia Version 0.5.0-dev+3220 Commit c18bc53 (2016-03-21 11:09 UTC)``` After doing so I get errors when trying to use CUDArt.jl. I'm writing to ask whether my best bet is to fully clean and remake my julia build or whe