On Sun, Dec 23, 2012 at 11:48 AM, Aronne Merrelli
wrote:
> Hi,
>
> I'm trying to run f2py and running into some trouble. Starting from
> http://www.scipy.org/Cookbook/F2Py, and the very simple 'Wrapping Hermite
> Polynomial' example, I can get the pyf file created with no issues. The
> system I am
Hi,
I'm trying to run f2py and running into some trouble. Starting from
http://www.scipy.org/Cookbook/F2Py, and the very simple 'Wrapping Hermite
Polynomial' example, I can get the pyf file created with no issues. The
system I am using is RedHat linux, and has several Fortran compilers:
$ f2py -c
Hello,
I'm trying to do a simple test with f2py, using the Hermite polynomial
example here: http://www.scipy.org/Cookbook/F2Py
I cannot figure out how to configure the compile/build commands to work
with my system. I'm a novice at this stuff, so please bear with me...
I'm running on Mac OS X, and