[SciPy-User] f2py on Windows with MSVC9

Klonuo Umom klonuo at gmail.com
Tue May 31 21:02:23 EDT 2011


> Try the fix from 
> <https://github.com/numpy/numpy/commit/026bc920296f8f3fbab22697a92dec8b844de59f>.
> 
> Your ifort.exe options are strange. At least '/MD' and '/Qlowercase' are 
> missing. These are usually set by numpy.distutils.

Thank you gentleman

I didn't change any flags, thou Fortran Numerical Library package did set some envs:

C:\>set f
=====================================================================
F90=ifort
F90FLAGS=/F6000000 /fpe:3 /Qopenmp /w /I:"C:\Program Files\VNI\imsl\fnl700\winin111i32\include\dll" /nologo
FC=ifort
FFLAGS=/F6000000 /fpe:3 /Qopenmp /w /I:"C:\Program Files\VNI\imsl\fnl700\winin111i32\include\dll" /nologo
FNL_COMPILER_VERSION=Intel(R) Visual Fortran Compiler for applications running on IA-32, Version 11.1
FNL_DIR=C:\Program Files\VNI\imsl\fnl700
FNL_EXAMPLES=C:\Program Files\VNI\imsl\fnl700\winin111i32\examples
FNL_OS_VERSION=Microsoft Windows 32-bit
FNL_VERSION=7.0.0
FP_NO_HOST_CHECK=NO
---------------------------------------------------------------------

I reseted those flags and all is fine now


Have a nice day :)




More information about the SciPy-User mailing list