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 <numpy-discussion-bounces+jeremy.solbrig=colostate.edu@python.org> on behalf of Andrew Nelson <andyfaff@gmail.com>
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.