André Lage-Freitas

Results 7 comments of André Lage-Freitas

Hi, I had the same problem (MacOS High Sierra) when `using ImageView`: ```julia using ImageView INFO: Precompiling module ImageView. ERROR: LoadError: LoadError: error compiling anonymous: could not load library "libgobject-2.0"...

I followed the following instructions [from Gtk.jl page](): ``` sudo port install gtk2 +quartz gtk3 +quartz ``` But it didn't work. Then I found where the lib is: ``` $...

I removed Julia 0.6.2 binary and all `~/.julia` files and then I installed the just-released Julia 0.6.3: **It worked**! :-) Just to let you know that there were a lot...

Here goes a solution but probably not the perfect one. 1. Clone all the necessary packages in a computer. 2. Copy the `~/.julia/` folder to a SD card and paste...

hi @lkuper Could you please help us? We are using ParallelAccelerator to build a research prototype (CloudArray [1]) at Federal University of Alagoas (Brazil). Basically, we redesigned CloudArray to use...

Many thanks, @lkuper and @DrTodd13.

hi @DrTodd13, cc @NaelsonDouglas Thanks for the quick answer. We applied ParallelAccelerator to a generic function called _process_ because our prototype doesn't know which function will be called by the...