[Numpy-tickets] [NumPy] #244: Build fails with Intel Visual Fortran compiler
NumPy
numpy-tickets@scipy....
Mon May 21 09:32:06 CDT 2007
#244: Build fails with Intel Visual Fortran compiler
-----------------------------+----------------------------------------------
Reporter: albertstrasheim | Owner: pearu
Type: defect | Status: new
Priority: normal | Milestone: 1.1
Component: numpy.distutils | Version: devel
Severity: normal | Resolution:
Keywords: |
-----------------------------+----------------------------------------------
Comment (by pearu):
Ok, I figured that out from your previous message..
So, it looks like msvc is prepending underscore to C symbols.
In that case, when compileing Fortran sources one should
define PREPEND_FORTRAN macro. This can be done in
config_fc command as follows:
python setup.py config_fc --f77flags=-DPREPEND_FORTRAN build
Let me know how it works.
--
Ticket URL: <http://projects.scipy.org/scipy/numpy/ticket/244#comment:11>
NumPy <http://projects.scipy.org/scipy/numpy>
The fundamental package needed for scientific computing with Python.
More information about the Numpy-tickets
mailing list