[MacPorts] #14114: f2py does not work with g95

MacPorts trac at macosforge.org
Wed Jan 30 14:08:26 PST 2008


#14114: f2py does not work with g95
---------------------------------+------------------------------------------
 Reporter:  luomo1138 at yahoo.com  |       Owner:  macports-tickets at lists.macosforge.org
     Type:  defect               |      Status:  new                                  
 Priority:  Normal               |   Milestone:                                       
Component:  ports                |     Version:  1.6.0                                
 Keywords:                       |  
---------------------------------+------------------------------------------
 f2py does not work with g95.

 The file

 /opt/local/lib/python2.5/site-packages/numpy/distutils/fcompiler/g95.py

 contains the wrong linker flags.

 Line 24 should be changed from

 'linker_so'    : ["<F90>","-static"],

 to

 'linker_so'    : ["<F90>","-dynamiclib -L/opt/local/lib -lpython2.5"],

-- 
Ticket URL: <http://trac.macosforge.org/projects/macports/ticket/14114>
MacPorts </projects/macports>
Ports system for Mac OS


More information about the macports-tickets mailing list