[Numpy-discussion] f2py is not recognizing Absoft Fortran Compiler

Charles R Harris charlesr.harris at gmail.com
Sat Apr 27 21:59:37 EDT 2019


On Sat, Apr 27, 2019 at 7:40 PM Samuel Dupree <sdupree at 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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/numpy-discussion/attachments/20190427/80587f8d/attachment.html>


More information about the NumPy-Discussion mailing list