Re: [julia-users] Re: Julia looking for old gfortran after upgrade

2014-11-04 Thread Sean Garborg
Thanks, you two. On Monday, November 3, 2014 1:42:50 PM UTC-7, Elliot Saba wrote: > > Specifically, you need to clean out arpack, suite-sparse, and openblas. > These guys use gfortran, which embeds absolute paths to libgfortran. You > need to do this every time the gcc version changes. > -E >

Re: [julia-users] Re: Julia looking for old gfortran after upgrade

2014-11-03 Thread Elliot Saba
Specifically, you need to clean out arpack, suite-sparse, and openblas. These guys use gfortran, which embeds absolute paths to libgfortran. You need to do this every time the gcc version changes. -E On Mon, Nov 3, 2014 at 11:23 AM, James Kyle wrote: > Sometimes you have to recompile linked dep

[julia-users] Re: Julia looking for old gfortran after upgrade

2014-11-03 Thread James Kyle
Sometimes you have to recompile linked deps when the lib path changes in upgrade. For example: % brew reinstall qrupdate the stack error should provide hints on which one. On Saturday, November 1, 2014 5:06:12 PM UTC-7, Sean Garborg wrote: > > I upgraded OSX from Mavericks to Yosemite and ran '