Re: [julia-users] Re: Julia v0.3.4

2014-12-30 Thread Elliot Saba
The Homebrew tap now has a bottled version of 0.3.4 available. -E On Sun, Dec 28, 2014 at 11:30 PM, wrote: > When is v0.3.4 likely to be available on homebrew? > > On Monday, 29 December 2014 13:30:21 UTC+11, Elliot Saba wrote: >> >> All I can thin

Re: [julia-users] Re: Julia v0.3.4

2014-12-29 Thread Carlos P
working well for me too, thanks

Re: [julia-users] Re: Julia v0.3.4

2014-12-28 Thread Christoph Ortner
it is now working ok for me as well. Thank you. Christoph On Monday, 29 December 2014 02:30:21 UTC, Elliot Saba wrote: > > All I can think of is that I fixed it and then re-uploaded the old broken > .dmg. I'm sorry for all the wasted time here, please try again >

Re: [julia-users] Re: Julia v0.3.4

2014-12-28 Thread i . costigan
When is v0.3.4 likely to be available on homebrew? On Monday, 29 December 2014 13:30:21 UTC+11, Elliot Saba wrote: > > All I can think of is that I fixed it and then re-uploaded the old broken > .dmg. I'm sorry for all the wasted time here, please try again >

Re: [julia-users] Re: Julia v0.3.4

2014-12-28 Thread Elliot Saba
All I can think of is that I fixed it and then re-uploaded the old broken .dmg. I'm sorry for all the wasted time here, please try again , it should work now. -E On Sun, Dec 28, 2014 at 2:50 PM, Stefan Karpinski wrote:

Re: [julia-users] Re: Julia v0.3.4

2014-12-28 Thread Stefan Karpinski
We went through a fairly tedious and time-consuming process to get OS X developer licenses specifically so you wouldn't have to do that sort of thing so hopefully this can be fixed. Elliot, do you need me to do anything here? On Sun, Dec 28, 2014 at 3:59 PM, Christoph Ortner < christophortn...@gma

Re: [julia-users] Re: Julia v0.3.4

2014-12-28 Thread Christoph Ortner
If I "allow apps from anywhere" in "security and privacy settings", then it works ok. (I guess this is what you called Gatekeeper?) Christoph

Re: [julia-users] Re: Julia v0.3.4

2014-12-28 Thread Christoph Ortner
I just downloaded it again and I still cannot open it? Christoph

Re: [julia-users] Re: Julia v0.3.4

2014-12-28 Thread Elliot Saba
No, I believe it was a problem on my end. The old +/space character issue on AWS strikes again. Thank you for reporting and helping get it fixed for everyone! On Dec 28, 2014 12:42 PM, "Christoph Ortner" wrote: > > yes, I was using the link from the main site. For some reason it is now > working.

Re: [julia-users] Re: Julia v0.3.4

2014-12-28 Thread Christoph Ortner
yes, I was using the link from the main site. For some reason it is now working. Sorry if this was a problem at my end - no idea what it could have been. Thanks for the help. Christoph On Sunday, 28 December 2014 19:51:32 UTC, Elliot Saba wrote: > > Are you certain you're using the correct

Re: [julia-users] Re: Julia v0.3.4

2014-12-28 Thread Elliot Saba
Are you certain you're using the correct link? This one , from the main website? -E

Re: [julia-users] Re: Julia v0.3.4

2014-12-28 Thread Christoph Ortner
Now I cannot even download - I get the following error in my browser: NoSuchKeyThe specified key does not exist.bin/osx/x64/0.3/julia-0.3.4-osx10.7 .dmgF5B12B41830C0B0B3IZsf3SDCj7ilIm3UW4+CtklIDQ962uTHb0+lxOEmkJ22QAyeDAEreRAv2nmAKTt/T8UeTIeR1c=

Re: [julia-users] Re: Julia v0.3.4

2014-12-28 Thread Elliot Saba
Turns out that after I replaced the library, I neglected to force-replace the digital signature on the whole .app file, so Gatekeeper rejected it. (I had Gatekeeper turned off on my laptop, so it worked fine for me locally). I've reuploaded a new version and tested it with Gatekeeper enabled. Tr

[julia-users] Re: Julia v0.3.4

2014-12-28 Thread Christoph Ortner
> > I am running OS X 10.10.1. After downloading Julia 0.3.4 binaries, moving > to Applications, and trying to open it, I get “Julia-0.3.4.app” is damaged and can’t be opened. You should move it to the Trash. I tried to download 3 times and always get the same. Christoph >

[julia-users] Re: Julia v0.3.4

2014-12-27 Thread Ben Strowbridge
I got the same LinAlg and NoSuchKey errors when trying to get 0.3.4 running on Yosemite. Now it downloads okay but gives a "File is damaged" message when I try to start the .dmg file. Also, the current 0.4.0 .dmg version installs but seems to have the same LinAlg problem as the initial version

Re: [julia-users] Re: Julia v0.3.4

2014-12-26 Thread Elliot Saba
Try again? -E

[julia-users] Re: Julia v0.3.4

2014-12-26 Thread Carlos P
when trying to download "Mac OS X Package (.dmg)" NoSuchKey The specified key does not exist. bin/osx/x64/0.3/julia-0.3.4-osx10.7 .dmg ... also tried to remove the space between 10.7 and .dmg on the path, but same "NoSuchKey"

Re: [julia-users] Re: Julia v0.3.4

2014-12-26 Thread Elliot Saba
I've identified the problem. fixup-libgfortran was sad because all the consumers of libgfortran linked to lib{gfortran,quadmath,gcc_s} via the "public" paths, which look like /usr/local/lib/gcc/4.9/xxx, whereas libgfortran internally linked to libquadmath via a "private" path, which looks like /us

Re: [julia-users] Re: Julia v0.3.4

2014-12-26 Thread Mike Innes
If it helps at all, I saw that exact issue a few days back, on 0.3 and 0.4. I had to delete and rebuild the openblas included in the Julia repo. I don't know exactly how the Julia 0.3.x builds work but a stale openblas may be causing issues. On 26 December 2014 at 16:13, Tony Kelman wrote: > > Hm

[julia-users] Re: Julia v0.3.4

2014-12-26 Thread Tony Kelman
Hm, strange. We should be including libquadmath.0.dylib in the mac binaries, making them self-contained is the goal and we have some libgfortran-related code that should be working. That error is definitely a homebrew-ism, do you know whether you already had a libopenblas.dylib on your path whe

[julia-users] Re: Julia v0.3.4

2014-12-26 Thread Ed Scheinerman
I had a (fixable) problem installing on my Macbook Air. Upon first launch in a terminal window I got this error: Warning: error initializing module LinAlg: ErrorException("error compiling __init__: error compiling check_blas: error compiling openblas_get_config: could not load module libopenbla