[Numpy-tickets] [NumPy] #417: Numpy 1.0.1 compilation fails on IRIX 6.5
NumPy
numpy-tickets@scipy....
Sat Jun 16 13:23:40 CDT 2007
#417: Numpy 1.0.1 compilation fails on IRIX 6.5
-----------------------------+----------------------------------------------
Reporter: goddard | Owner: somebody
Type: defect | Status: new
Priority: normal | Milestone: 1.0.4 Release
Component: numpy.distutils | Version: 1.0.1
Severity: normal | Resolution:
Keywords: IRIX |
-----------------------------+----------------------------------------------
Changes (by charris):
* milestone: => 1.0.4 Release
Comment:
Update the ticket with the following info from [numpy-discussion].
From: Atro Tossavainen <atossava@cc.helsinki.fi>
Regarding recent conversation between Charles R Harris and Mary Haley:
1) The problem with Numpy is that *something* causes -L/usr/lib to be
included explicitly. This should never be done! The compiler ABI
switches -32, -n32, -64 automatically cause the inclusion of the
library directories for the correct ABI. If you explicitly include
one of /usr/lib{,32,64} with -L, the compiler ABI choice probably
conflicts with it, and even if you don't explicitly specify an ABI
for the compiler, /etc/compiler.defaults does it for you anyway.
2) Am willing to help with Numpy building/testing on IRIX with MIPS
compilers, have considerable expertise building F/OSS software in
general and under IRIX in particular.
--
Ticket URL: <http://projects.scipy.org/scipy/numpy/ticket/417#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