Elliot Saba
Elliot Saba
Just to let you know, if you are having difficulties with getting things like `BinDeps` or `Homebrew.jl` to work, just ping me and I'll help you get the binary dependency...
Likely! I think they're going to try and record everything. On Tue, Jun 16, 2015, 00:42 Luthaf [email protected] wrote: > Thank you again ! I think the main difficulty for...
Any update on this? I'm currently using Magnum to do realtime plotting of large amounts of data for scientific research (probably not something you expected Magnum to be used for,...
On latest `AudioIO` master: ``` julia> using AudioIO julia> versioninfo() Julia Version 0.3.2 Commit 8227746* (2014-10-21 22:05 UTC) Platform Info: System: Darwin (x86_64-apple-darwin14.0.0) CPU: Intel(R) Core(TM) i5-4258U CPU @ 2.40GHz...
Just checking in on this again to note that Artifacts should satisfy many of the desires here, especially as you can now set `JULIA_DEPOT_PATH` in the environment (or use `Pkg.Artifacts.with_artifacts_directory()`...
I don't know if this is helpful for anyone, but I was somewhat surprised to find out that trying to end profiling with `CTRL-C` (which is how I end most...
@domr2695 what version of glibc are you running? You can tell by looking at the target of the `/lib64/ld-linux-x86-64.so.2` symlink: ``` $ ls -la /lib64/ld-linux-x86-64.so.2 lrwxrwxrwx 1 root root 32...
Yeah, by default the binaries are downloaded from [here](https://github.com/JuliaBinaryWrappers/), we host a [community build tree](https://github.com/JuliaPackaging/Yggdrasil/) where binary dependencies for Julia packages and Julia itself are built for all the platforms...
> but all the other libraries (e.g. libgfortran) which require libgcc_s.1.dylib, so they can't really coexist. Do we know that they actually can't co-exist? 😈
> Gallium does this for LLDB output. Yes, precisely. [Here it is in action](https://youtu.be/Kv6TO_gm2yw?t=282), look at the `Gallium.jl` window on the right. @Keno, am I right in thinking that [this...