[SciPy-user] SCIPY install with Intel Math Kernel and Intel Fortran

David Cournapeau cournape at gmail.com
Sat Jun 20 11:20:59 EDT 2009


On Sun, Jun 21, 2009 at 12:02 AM, Patrick Marsh<patrickmarshwx at gmail.com> wrote:
> Here is the result of the print statement:
> <numpy.distutils.fcompiler.intel.IntelItaniumFCompiler instance at
> 0x2000000002413440> None

Ok, that's the problem. What does the following command return:

ifort -FI -V -c foo.f -o foo.o

with foo.f any fortran file which can be compiled, like:

      subroutine dummy()
      end

cheers,

David



More information about the SciPy-User mailing list