[Numpy-discussion] Problem with libgfortran installed with pip install numpy

2018-09-05 Thread David Grote
Hi - I have recently come across this problem. On my mac, I build a Fortran code, producing a shared object, that I import into Python along with numpy. This had been working fine until recently when I started seeing sag faults deep inside the Fortran code, usually in Fortran print statements. I

Re: [Numpy-discussion] Problem with libgfortran installed with pip install numpy

2018-11-09 Thread David Grote
Hi Matthew - Do you have any comment in this? Thanks! Dave On Wed, Sep 5, 2018 at 5:01 PM Charles R Harris wrote: > > > On Wed, Sep 5, 2018 at 5:38 PM David Grote wrote: > >> >> Hi - I have recently come across this problem. On my mac, I build a >> Fo

Re: [Numpy-discussion] Problem with libgfortran installed with pip install numpy

2018-11-12 Thread David Grote
(with its old libgfortran). I'm still curious about why such an old version of gfortran is still being used. Dave On Fri, Nov 9, 2018 at 3:09 PM Nathaniel Smith wrote: > On Wed, Sep 5, 2018 at 4:37 PM, David Grote wrote: > > > > Hi - I have recently come across this proble