Re: [Numpy-discussion] help with f2py

2012-12-23 Thread Ondřej Čertík
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

[Numpy-discussion] help with f2py

2012-12-23 Thread Aronne Merrelli
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

[Numpy-discussion] Help with f2py in MacPorts environment

2012-02-01 Thread Aronne Merrelli
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