Using f2py with x64 windows and Intel Fortran

I am trying to achieve using f2py on Windows 8, x64 using Intel Fortran Compiler.

I've tried two things:

1) install via Windows 64x installer. http://www.lfd.uci.edu/~gohlke/pythonlibs/ NumPy is correctly installed, but when executing f2py -c -help-fcompiler no compiler found I got:

Fortran compilers found:
Compilers available for this platform, but not found:
  --fcompiler=absoft    Absoft Corp Fortran Compiler
  --fcompiler=compaqv   DIGITAL or Compaq Visual Fortran Compil
  --fcompiler=g95       G95 Fortran Compiler
  --fcompiler=gnu       GNU Fortran 77 compiler
  --fcompiler=gnu95     GNU Fortran 95 compiler
  --fcompiler=intelem   Intel Fortran Compiler for 64-bit apps
  --fcompiler=intelev   Intel Visual Fortran Compiler for Itani
  --fcompiler=intelv    Intel Visual Fortran Compiler for 32-bi
  --fcompiler=intelvem  Intel Visual Fortran Compiler for 64-bi
Compilers not available on this platform:
  --fcompiler=compaq   Compaq Fortran Compiler
  --fcompiler=hpux     HP Fortran 90 Compiler
  --fcompiler=ibm      IBM XL Fortran Compiler
  --fcompiler=intel    Intel Fortran Compiler for 32-bit apps
  --fcompiler=intele   Intel Fortran Compiler for Itanium apps
  --fcompiler=lahey    Lahey/Fujitsu Fortran 95 Compiler
  --fcompiler=mips     MIPSpro Fortran Compiler
  --fcompiler=nag      NAGWare Fortran 95 Compiler
  --fcompiler=none     Fake Fortran compiler
  --fcompiler=pathf95  PathScale Fortran Compiler
  --fcompiler=pg       Portland Group Fortran Compiler
  --fcompiler=sun      Sun or Forte Fortran 95 Compiler
  --fcompiler=vast     Pacific-Sierra Research Fortran 90 Compi

      

2) while trying to achieve manual build using http://www.scipy.org/scipylib/building/windows.html In setup.py config I realized that all libraries can be found. After reaching setup.py install and reaching numpy.test (), I had the same problem as above.

Any idea?

+3
python numpy fortran intel-fortran f2py


source to share


No one has answered this question yet

See similar questions:

1
F2PY cannot find Intel fortran compiler on Windows 7

or similar:

2453
How do I install pip on Windows?
63
Writing robust and "modern" Fortran code
nine
Cython and fortran - how to compile without f2py
6
f2py with Intel Fortran compiler
1
Using f2py on Windows with Intel Fortran but no MS / Intel C compiler
1
f2py with intelvem (Windows): Fortran functions linked to kernel32.dll leading to ImportError
1
F2PY cannot find Intel fortran compiler on Windows 7
0
Running simple fortran programs using Intel Visual Fortran + Microsoft Visual Studio
0
Enable runtime array bounds and chars with f2py
0
error LNK1104: Cannot open file 'ifconsol.lib' using f2py and Intel Fortran



All Articles
Loading...
X
Show
Funny
Dev
Pics