
On Sat, Apr 27, 2019 at 7:40 PM Samuel Dupree <sdupree@speakeasy.net> wrote:
I'm attempting to build an interface between a Fortran application I have and Python. The problem I'm having is that f2py is not recognizing my Absoft Fortran compiler. Details follow.
I'm running on a iMacPro (2017) under Mac OS X Mojave (ver. 10.14.4). The version of the Absoft Compiler I'm running is 19.0.0. I'm using the Anaconda distribution of Python 3, version 3.6.8, where the version of NumPy used is ver. 1.16.3.
The commands I'm using to build the Python interface function and there results are:
Can you run the compiler in the console and show the `-V` (version) output? The distutils absoft compiler code looks really old and many things could have changed. <snip> Chuck