Re: [Numpy-discussion] distributing pre-compiled f2py extensions on OSX

2012-02-25 Thread Ralf Gommers
On Sat, Feb 25, 2012 at 9:29 PM, Mark Bakker wrote: > Thanks for the reply, Ralf. > Can you point me a bit in the right direction. > Scipy is pretty big. > All Fortran sources in Scipy are wrapped with f2py, and can be compiled with gfortran the way you want. As a simple example, have a look at

Re: [Numpy-discussion] distributing pre-compiled f2py extensions on OSX

2012-02-25 Thread Mark Bakker
Thanks for the reply, Ralf. Can you point me a bit in the right direction. Scipy is pretty big. Thanks, Mark -- > > Message: 2 > Date: Sat, 25 Feb 2012 11:16:50 +0100 > From: Ralf Gommers > Subject: Re: [Numpy-discussion] distributing pr

Re: [Numpy-discussion] distributing pre-compiled f2py extensions on OSX

2012-02-25 Thread Ralf Gommers
On Fri, Feb 24, 2012 at 3:39 PM, Mark Bakker wrote: > Two short questions: > > 1. When I distribute pre-compiled f2py extensions for OSX, it seems that > the users need gfortran installed, else it cannot find libgfortran.3.dylib. > Is there a way to link that file with the extension? > You can l

[Numpy-discussion] distributing pre-compiled f2py extensions on OSX

2012-02-24 Thread Mark Bakker
Two short questions: 1. When I distribute pre-compiled f2py extensions for OSX, it seems that the users need gfortran installed, else it cannot find libgfortran.3.dylib. Is there a way to link that file with the extension? 2. Should extensions compiled on Snowleopard work on Lion? Thanks, Mark