dakoide / pywafo

Automatically exported from code.google.com/p/pywafo
0 stars 0 forks source link

compiling pywafo extensions on win7x64 #9

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
In each build_all.py file of the source/c_codes directory, the f2py_call_list 
should be changed to: 

f2py_call_list = ('f2py','f2py2.6','f2py2.7','f2py.py','f2py.exe')

On MSWindows, the addition of 'f2py.exe' is to help windows locate it. 

Original issue reported on code.google.com by michael....@gmail.com on 17 Jan 2013 at 3:45