[julia-users] Re: ANN: Julia v0.4.0-rc4 released

2015-10-04 Thread Sisyphuss
Not knowing if it's appropriate to post it here, but I get the following error during `make` rc4: collect2: error: ld returned 1 exit status make[3]: *** [../libopenblas64_p-r0.2.14.so] Error 1 make[2]: *** [shared] Error 2 *** Clean the OpenBLAS build with 'make -C deps clean-openblas'. Rebuild

[julia-users] Re: ANN: Julia v0.4.0-rc4 released

2015-10-04 Thread Tony Kelman
It's okay on julia-users, but don't cc julia-news on replies to announce threads. We changed the openblas library name, you can fix this by make -C deps distclean-openblas distclean-arpack distclean-suitesparse Apologies for the inconvenience of the rebuild. This should fix some conflicting bl

[julia-users] Re: ANN: Julia v0.4.0-rc4 released

2015-10-04 Thread Sisyphuss
It works. Thanks! On Sunday, October 4, 2015 at 10:41:40 AM UTC+2, Tony Kelman wrote: > > It's okay on julia-users, but don't cc julia-news on replies to announce > threads. > > We changed the openblas library name, you can fix this by make -C deps > distclean-openblas distclean-arpack distclea