[Numpy-tickets] [NumPy] #244: Build fails with Intel Visual Fortran compiler
NumPy
numpy-tickets@scipy....
Mon May 21 06:39:34 CDT 2007
#244: Build fails with Intel Visual Fortran compiler
-----------------------------+----------------------------------------------
Reporter: albertstrasheim | Owner: pearu
Type: defect | Status: new
Priority: normal | Milestone: 1.1
Component: numpy.distutils | Version: devel
Severity: normal | Resolution:
Keywords: |
-----------------------------+----------------------------------------------
Changes (by pearu):
* owner: somebody => pearu
Comment:
Could you try the recent numpy from svn?
When using non MSVC libraries (such as ones provided by intel
compiler) they may be in the form of `libname.a`
but MSVC linker looks only for libraries having
names in form `name.lib`. Recent numpy.distutils
saves the copies of such libraries with the name
that MSVC linker can find.
--
Ticket URL: <http://projects.scipy.org/scipy/numpy/ticket/244#comment:2>
NumPy <http://projects.scipy.org/scipy/numpy>
The fundamental package needed for scientific computing with Python.
More information about the Numpy-tickets
mailing list