[julia-users] Re: Installation Problem

2016-04-26 Thread randmstring
Hi, there's no problem with the installation of either Atom or Juno or Julia, it's just that your home dir seems to be on a network drive and that doesn't play well with Julia's package manager. You could try setting the JULIA_PKGDIR environement variable to a folder on a local hard drive and

Re: [julia-users] Re: installation problem mageia 5

2015-09-14 Thread Stefan Karpinski
Great. Thanks for posting a link to the solution – that may help someone else out in the future. On Sun, Sep 13, 2015 at 3:52 AM, Evan wrote: > I found the solution here: > https://github.com/JuliaLang/julia/issues/13089 > > > > On Thursday, September 10, 2015 at 10:40:23

[julia-users] Re: installation problem mageia 5

2015-09-13 Thread Evan
I found the solution here: https://github.com/JuliaLang/julia/issues/13089 On Thursday, September 10, 2015 at 10:40:23 PM UTC+2, Evan wrote: > > Hi, I am trying to install Julia on a Mageia 5 i7 system. In Make.user I > put this: > > USE_SYSTEM_LLVM=1 > USE_SYSTEM_BLAS=1 > USE_SYSTEM_LAPACK=1

[julia-users] Re: installation problem mageia 5

2015-09-11 Thread Evan
I agree it's a strange error. I have recloned several times from github, but I always get this exact same error. And I checked for disk errors with smartctl and dmesg, but nothing suspicious. Has anyone else had success on a Mageia system?

[julia-users] Re: installation problem mageia 5

2015-09-10 Thread andrew cooke
well, that file (build_d.hl) is certainly bad. it is generated by the Makefile in the same directory - see the build_h.jl.phony target at the end of the file. i am having a hard time working out how the code in that makefile could generate the mess of characters you see above. i guess i'd