[NumPy-Tickets] [NumPy] #1372: Intel Visual Fortran 11.1 not recognized by numpy.distutils on Windows
NumPy Trac
numpy-tickets@scipy....
Sat Jan 23 18:44:47 CST 2010
#1372: Intel Visual Fortran 11.1 not recognized by numpy.distutils on Windows
-----------------------------+----------------------------------------------
Reporter: cgohlke | Owner: cdavid
Type: defect | Status: new
Priority: normal | Milestone:
Component: numpy.distutils | Version:
Keywords: |
-----------------------------+----------------------------------------------
On Windows with Intel Visual Fortran Compiler Pro 11.1 installed, the
distutils module of numpy 1.4.0 fails to compile Fortran Python
extensions:
{{{
error: extension '...' has Fortran sources but no Fortran compiler found
warning: build_ext: f77_compiler=... is not available.
}}}
The attached patch contains fixes for using the 32- and 64-bit Intel
Visual Fortran 11.1 compilers. It allows building many scikits and the
PyMC packages on Windows.
--
Ticket URL: <http://projects.scipy.org/numpy/ticket/1372>
NumPy <http://projects.scipy.org/numpy>
My example project
More information about the NumPy-Tickets
mailing list