[Numpy-tickets] [NumPy] #530: SciPy Windows build with Intel Visual Fortran doesn't work
NumPy
numpy-tickets@scipy....
Thu May 31 03:37:54 CDT 2007
#530: SciPy Windows build with Intel Visual Fortran doesn't work
-----------------------------+----------------------------------------------
Reporter: albertstrasheim | Owner: cookedm
Type: defect | Status: new
Priority: normal | Milestone: 1.0.4 Release
Component: numpy.distutils | Version: none
Severity: normal | Keywords:
-----------------------------+----------------------------------------------
!NumPy build on Windows with MSVC is working now. Next up, !SciPy build
with with Intel Visual Fortran.
Command I'm using to build:
{{{
python setup.py -v config --compiler=msvc --fcompiler=intelv build_clib
--compiler=msvc --fcompiler=intelv build_ext --compiler=msvc
--fcompiler=intelv bdist_wininst
}}}
site.cfg contents in !NumPy root directory when I built that:
{{{
[mkl]
include_dirs = C:\Program Files\Intel\MKL\9.0\include
library_dirs = C:\Program Files\Intel\MKL\9.0\ia32\lib
mkl_libs = mkl_c, libguide40
lapack_libs = mkl_lapack
}}}
Build output when compiling SciPy attached. Looks like it's struggling
with a path name that contains a space.
--
Ticket URL: <http://projects.scipy.org/scipy/numpy/ticket/530>
NumPy <http://projects.scipy.org/scipy/numpy>
The fundamental package needed for scientific computing with Python.
More information about the Numpy-tickets
mailing list