distributing pre-compiled f2py extensions on OSX
Feb. 24, 2012
2:39 p.m.
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
February 2012
10:16 a.m.
New subject: distributing pre-compiled f2py extensions on OSX
On Fri, Feb 24, 2012 at 3:39 PM, Mark Bakker <markbak@gmail.com> 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 look at how this is done in Scipy.
2. Should extensions compiled on Snowleopard work on Lion?
Yes. Ralf
5105
Age (days ago)
5106
Last active (days ago)
1 comments
2 participants
participants (2)
-
Mark Bakker -
Ralf Gommers