[Numpy-tickets] [NumPy] #653: v1.0.4 incorrectly identifies Xeon as 64-bit
NumPy
numpy-tickets@scipy....
Thu Feb 14 01:07:03 CST 2008
#653: v1.0.4 incorrectly identifies Xeon as 64-bit
-----------------------------+----------------------------------------------
Reporter: doneal24 | Owner: cookedm
Type: defect | Status: new
Priority: normal | Milestone: 1.0.5
Component: numpy.distutils | Version: none
Severity: normal | Resolution:
Keywords: |
-----------------------------+----------------------------------------------
Changes (by cdavid):
* cc: cdavid (added)
Comment:
Here is a patch which should work everywhere. Instead of using OS
dependant logic, I think it is better to use python facilities (platform
module is available since 2.3).
--
Ticket URL: <http://scipy.org/scipy/numpy/ticket/653#comment:1>
NumPy <http://projects.scipy.org/scipy/numpy>
The fundamental package needed for scientific computing with Python.
More information about the Numpy-tickets
mailing list