Re: [sage-devel] Re: Error installing scipy-1.2.3

2020-09-15 Thread Gabriel Feinberg
Yes, this worked. Thank you! Gabe On Tue, Sep 15, 2020 at 3:57 PM Zachary Scherr wrote: > If you rerun ./configure with > > FC=gfortran-9 ./configure > > Then it should use gfortran-9 as your Fortran compiler when making sage. > > On Tuesday, September 15, 2020 at 3:49:22 PM UTC-4 Gabe Feinberg

Re: [sage-devel] Re: Error installing scipy-1.2.3

2020-09-15 Thread Dima Pasechnik
if you have a recent Sage beta you should not need gfortran-9, it would also work with the default, gfortran, from gcc package, IIRC. On Tue, Sep 15, 2020 at 8:57 PM Zachary Scherr wrote: > If you rerun ./configure with > > FC=gfortran-9 ./configure > > Then it should use gfortran-9 as your Fort