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 to supersede the system version...
Anyway, not a numpy issue it seems, just an Anaconda packaging issue as you both said. ________________________________ From: NumPy-Discussion <[email protected]> on behalf of Andrew Nelson <[email protected]> Sent: Monday, January 29, 2018 2:02:02 PM To: Discussion of Numerical Python Subject: Re: [Numpy-discussion] f2py bug in numpy v1.12.0 and above? Something similar was mentioned at https://github.com/scipy/scipy/issues/8325.
_______________________________________________ NumPy-Discussion mailing list [email protected] https://mail.python.org/mailman/listinfo/numpy-discussion
