Re: [julia-users] Re: Failure of installing Julia 0.4 (latest master) on Mac OS X 10.10

2014-10-30 Thread Jameson Nash
one option would be to split deps/Makefile into N different deps/ABC.make files (one for each dependency), so that each makefile could have a dependency on itself otherwise, authors just need to be careful to introduce a makefile dependency on the new build artifact whenever they add a patch

[julia-users] Re: Failure of installing Julia 0.4 (latest master) on Mac OS X 10.10

2014-10-29 Thread Jeff Waller
Also having problems after a fetch... lots of link errors followed by _ztrsen_, referenced from _zneupd_ in zneupd.o _zunm2r_, referenced from: _zneupd_ in zneupd.o ld: symbol(s) not found for architecture x86_64 collect2: error: ld returned 1 exit status make[4]: *** [libarpack.la]

[julia-users] Re: Failure of installing Julia 0.4 (latest master) on Mac OS X 10.10

2014-10-28 Thread Tony Kelman
Part of that might be my fault, we added the objconv utility recently as a build-time dependency to handle renaming of symbols in OpenBLAS on Mac, to avoid LP64-vs-ILP64 ABI incompatibilities. Can you tell me if you have a deps/objconv folder, and if so what's in it? Does clang++ -o objconv

[julia-users] Re: Failure of installing Julia 0.4 (latest master) on Mac OS X 10.10

2014-10-28 Thread Dahua Lin
deps/objconv is not there. On Tuesday, October 28, 2014 7:14:11 PM UTC+8, Tony Kelman wrote: Part of that might be my fault, we added the objconv utility recently as a build-time dependency to handle renaming of symbols in OpenBLAS on Mac, to avoid LP64-vs-ILP64 ABI incompatibilities.

Re: [julia-users] Re: Failure of installing Julia 0.4 (latest master) on Mac OS X 10.10

2014-10-28 Thread Tony Kelman
for the trouble. From: Dahua Lin Sent: Tuesday, October 28, 2014 4:58 AM To: julia-users@googlegroups.com Subject: [julia-users] Re: Failure of installing Julia 0.4 (latest master) on Mac OS X 10.10 deps/objconv is not there. On Tuesday, October 28, 2014 7:14:11 PM UTC+8, Tony Kelman wrote

Re: [julia-users] Re: Failure of installing Julia 0.4 (latest master) on Mac OS X 10.10

2014-10-28 Thread Dahua Lin
. *From:* Dahua Lin javascript: *Sent:* Tuesday, October 28, 2014 4:58 AM *To:* julia...@googlegroups.com javascript: *Subject:* [julia-users] Re: Failure of installing Julia 0.4 (latest master) on Mac OS X 10.10 deps/objconv is not there. On Tuesday, October 28, 2014 7:14:11

Re: [julia-users] Re: Failure of installing Julia 0.4 (latest master) on Mac OS X 10.10

2014-10-28 Thread Dahua Lin
...@googlegroups.com *Subject:* [julia-users] Re: Failure of installing Julia 0.4 (latest master) on Mac OS X 10.10 deps/objconv is not there. On Tuesday, October 28, 2014 7:14:11 PM UTC+8, Tony Kelman wrote: Part of that might be my fault, we added the objconv utility recently as a build