Re: [Numpy-discussion] f2py bug in numpy v1.12.0 and above?

2018-01-29 Thread Solbrig,Jeremy
I think that I actually may have this solved now. It seems that I can resolve the issue by running "conda install gcc" then linking against the anaconda gfortran libraries rather than my system install. The only problem is that installing gcc through anaconda causes anaconda's version of gcc t

[Numpy-discussion] f2py bug in numpy v1.12.0 and above?

2018-01-29 Thread Solbrig,Jeremy
I have a suite of fortran code that I compile with f2py and use as a plugin to a python package. I am using Python v2.7 from Anaconda. When compiled using numpy v1.11.3 or lower, everything works fine, but if I upgrade to any more recent version I begin running into a runtime error. Presumabl