Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 191240 - dev-python/numarray 64-bit breakage on python-2.5
Summary: dev-python/numarray 64-bit breakage on python-2.5
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords:
: 223057 (view as bug list)
Depends on:
Blocks:
 
Reported: 2007-09-04 14:07 UTC by Daniel Drake (RETIRED)
Modified: 2010-08-23 12:24 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
fix (numarray-1.3.1-py25.patch,1.46 KB, patch)
2007-09-04 14:08 UTC, Daniel Drake (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Daniel Drake (RETIRED) gentoo-dev 2007-09-04 14:07:00 UTC
Wrong behaviour here:

>>> import numarray
>>> a=numarray.array([1,2,3])
>>> a[1:2]
array([1, 2])

Expected: array([2])
Comment 1 Daniel Drake (RETIRED) gentoo-dev 2007-09-04 14:08:21 UTC
Created attachment 129991 [details, diff]
fix

patch is from Todd Miller
Comment 2 Sébastien Fabbro (RETIRED) gentoo-dev 2007-09-04 20:54:08 UTC
Hi Daniel,

I guess it is the one mention in numeric bug #176914. I tested it and although it fixes the behaviour mentioned, a bunch of tests from the src_test failed, and they don't with python-2.4 or python-2.5 on x86. I will have to investigate more.

Sebastien
Comment 3 Sébastien Fabbro (RETIRED) gentoo-dev 2008-05-21 15:07:10 UTC
*** Bug 223057 has been marked as a duplicate of this bug. ***
Comment 4 Sébastien Fabbro (RETIRED) gentoo-dev 2008-05-21 15:11:18 UTC
News on this: we should not spend more time on numarray, and it seems that no one will. Better spend time on converting packages to numpy.
See bug #198154 and [1] to help converting.

[1] http://www.stsci.edu/resources/software_hardware/numarray
Comment 5 Dirkjan Ochtman (RETIRED) gentoo-dev 2010-08-23 12:24:47 UTC
Closing as WONTFIX because of bug #198154.