-
I've tried installing the current release as well as from HEAD, but both yield the following on OS X 10.9.4:
```
Cloning into '/private/tmp/julia-wOUGmM/doc/juliadoc'...
done.
==> Downloading https:/…
-
```
$ ./julia -e 'versioninfo()'
Julia Version 0.3.0-prerelease+2080
Commit f63c852* (2014-03-18 01:58 UTC)
Platform Info:
System: Linux (i686-redhat-linux)
CPU: Genuine Intel(R) CPU T22…
-
I've tried to upgrade my 30-ish days old install with the following commands:
brew rm julia
brew install --HEAD --64bit julia
This works fine, but it seems to get stuck on:
==> Downloading https://g…
-
I've followed the instructions on the README page for the project, but I am seeing issues similar to #87 . There is one difference though: Instead of a hanging `rm` command, I see a hanging `make` com…
yuzeh updated
10 years ago
-
I'm pretty clueless, so this may not really be a Julia issue, but I had the following problem:
julia> versioninfo()
Julia Version 0.4.0-dev+2898
Commit cbdaa0c (2015-01-25 10:34 UTC)
Platform Info:
…
-
There are a few uses of the `[]` array (aka `None[]`) in base. It was suggested in another issue https://github.com/JuliaLang/julia/issues/8092 to provide an element type for the array whenever possib…
-
With recent changes in Julia 0.4, Rmath is now broken:
For example, using Rmath to generate random numbers, we get:
``` julia
julia> const Rmath = "libRmath-julia"
"libRmath-julia"
julia> [ccall((:…
-
I'm seeing a failure on 32-bit (64-bit works fine) when building Julia RPM package based on git master from June 6th. This is a regression. Any ideas about commits which could have broken this so I tr…
-
deps/random appears to be no more: JuliaLang/julia@1cbb6d0
-
Also cc @ihnorton - something seems wrong or in need of manual intervention with the cross-compiled Windows binaries, whereas this new buildbot system looks like it's been building bottles and OSX nig…