[julia-users] Re: help compiling julia on new MacBookPro

2014-03-28 Thread Ivar Nesje
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

[julia-users] Re: help compiling julia on new MacBookPro

2014-03-28 Thread Guillermo Garza
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

[julia-users] Re: help compiling julia on new MacBookPro

2014-03-28 Thread Ivar Nesje
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

[julia-users] Re: help compiling julia on new MacBookPro

2014-03-28 Thread Ethan Anderes
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

[julia-users] Re: help compiling julia on new MacBookPro

2014-03-28 Thread Ivar Nesje
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