<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body text="#000000" bgcolor="#FFFFFF">
<p><br>
</p>
<div class="moz-cite-prefix">On April/27/2019 21:59:37, Charles R
Harris wrote:<br>
</div>
<blockquote type="cite"
cite="mid:CAB6mnxK5rkCkLuVX3J5Bj_0Gy78ZbySG0mDpv1rHPiqo1XwFmg@mail.gmail.com">
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<div dir="ltr">
<div dir="ltr"><br>
</div>
<br>
<div class="gmail_quote">
<div dir="ltr" class="gmail_attr">On Sat, Apr 27, 2019 at 7:40
PM Samuel Dupree <<a href="mailto:sdupree@speakeasy.net"
moz-do-not-send="true">sdupree@speakeasy.net</a>>
wrote:<br>
</div>
<blockquote class="gmail_quote" style="margin:0px 0px 0px
0.8ex;border-left:1px solid
rgb(204,204,204);padding-left:1ex"><br>
I'm attempting to build an interface between a Fortran
application I <br>
have and Python. The problem I'm having is that f2py is not
recognizing <br>
my Absoft Fortran compiler. Details follow.<br>
<br>
I'm running on a iMacPro (2017) under Mac OS X Mojave (ver.
10.14.4). <br>
The version of the Absoft Compiler I'm running is 19.0.0.
I'm using the <br>
Anaconda distribution of Python 3, version 3.6.8, where the
version of <br>
NumPy used is ver. 1.16.3.<br>
<br>
The commands I'm using to build the Python interface
function and there <br>
results are:<br>
</blockquote>
<div><br>
</div>
<div>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.</div>
<div><br>
</div>
<div><snip></div>
<div><br>
</div>
<div>Chuck </div>
</div>
</div>
<br>
<fieldset class="mimeAttachmentHeader"></fieldset>
<pre class="moz-quote-pre" wrap="">_______________________________________________
NumPy-Discussion mailing list
<a class="moz-txt-link-abbreviated" href="mailto:NumPy-Discussion@python.org">NumPy-Discussion@python.org</a>
<a class="moz-txt-link-freetext" href="https://mail.python.org/mailman/listinfo/numpy-discussion">https://mail.python.org/mailman/listinfo/numpy-discussion</a>
</pre>
</blockquote>
<div class="moz-signature"><br>
</div>
<div class="moz-signature">Chuck,</div>
<div class="moz-signature"><br>
</div>
<div class="moz-signature">Thank you for replying to my post. Below
is the result of running the Absoft Compiler with the -V option:</div>
<div class="moz-signature"><br>
</div>
<div class="moz-signature">(base)
Samuels-Mac-Pro:2nd_ODE_auto_deriv_cleanup_Rev-07 user$ f77 -V<br>
Absoft Pro Fortran 19.0.0<br>
ERROR: No input files.<br>
(base) Samuels-Mac-Pro:2nd_ODE_auto_deriv_cleanup_Rev-07 user$ <br>
</div>
<div class="moz-signature"><br>
</div>
<div class="moz-signature">Sam Dupree.</div>
<div class="moz-signature"><br>
</div>
<div class="moz-signature"><br>
</div>
</body>
</html>