That is really strange, `deps/random` is a directory that is checked into
the git repository and should be there. Do you have a directory named
`deps/random` in your repository?
Also, you do not include your `make` command, and possible customizations.
If you use the -j 4 option, the output mig
Hi everyone, I get a different error on a 2012 Macbook Air with OS X 10.9.2
(I didn't want to start a new thread.)
The error message I get after a git clone is:
Submodule 'deps/Rmath' (git://github.com/JuliaLang/Rmath.git) registered
for path 'deps/Rmath'
Submodule 'deps/libuv' (git://github.co
Just remember to change it back when Julia updates its OPENBLAS version, so
that you don't stay with a rc2 build forever.
Ivar
kl. 18:51:33 UTC+1 fredag 28. mars 2014 skrev Ethan Anderes følgende:
>
> Thanks a ton. That did the trick.
>
> To summaryize for those who have similar problems: I cre
Thanks a ton. That did the trick.
To summaryize for those who have similar problems: I created a file Make.user
in the directory julia/ then added the line OPENBLAS_VER = v0.2.9.rc2
You got the same error as in https://github.com/JuliaLang/julia/issues/6272.
Presumably the error is fixed in the release candidate for OpenBlas.
Ivar
kl. 17:55:11 UTC+1 fredag 28. mars 2014 skrev Ethan Anderes følgende:
>
> Anyone have problems compiling julia from source on new MacBookPros? I