Bug 538028

Summary: numpy doesn't support ARM architecture
Product: [Fedora] Fedora Reporter: Jitesh Shah <jitesh.1337>
Component: numpyAssignee: Gwyn Ciesla <gwync>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: medium    
Version: rawhideCC: gwync, jarod, jspaleta, rdieter, sundaram
Target Milestone: ---   
Target Release: ---   
Hardware: arm9   
OS: Linux   
Whiteboard: EasyFix
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2009-11-17 15:57:59 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 245418    
Attachments:
Description Flags
Add ARM support none

Description Jitesh Shah 2009-11-17 10:40:06 UTC
Created attachment 369856 [details]
Add ARM support

Description of problem:
since numpy doesn't know about ARM, it cannot deduce its endianness. Thus, build fails.
Check out the build logs here
http://arm.koji.fedoraproject.org/koji/buildinfo?buildID=19294

Version-Release number of selected component (if applicable):
any

Additional info:
Adding support for ARM should be fairly straightforward. Attaching a patch that adds the support. Find a successful build here:
http://arm.koji.fedoraproject.org/koji/buildinfo?buildID=21265

Comment 1 Jarod Wilson 2009-11-17 13:33:43 UTC
Jitesh, the patch is much appreciated, and we can certainly take it into the build. If you haven't already, can you please submit this upstream to the rrdtool-developers mailing list?

Comment 2 Gwyn Ciesla 2009-11-17 13:51:29 UTC
Jarod, was this comment on the wrong bug, perhaps?

Comment 3 Jarod Wilson 2009-11-17 14:05:26 UTC
Hah! Wow. No, somehow, my brain translated numpy into rrdtool. So comment #1 holds, if you replace "rrdtool-developers mailing list" with "wherever the numpy devs prefer to accept patches". (I need more coffee...)

Comment 4 Gwyn Ciesla 2009-11-17 14:15:46 UTC
I'm right there with you. :)  I'll start work on getting this into rawhide. . .

Comment 5 Gwyn Ciesla 2009-11-17 15:57:59 UTC
Built.

Comment 6 Jitesh Shah 2009-11-17 19:44:35 UTC
Jarod, okay I'll file the bug here : http://mail.scipy.org/mailman/listinfo/numpy-tickets. Although the last mail was in April 2009, which is not very heartening :-)

Also, I saw the koji build. It got built as "numpy-1.3.0-6.fc13.fa1". Guess I left an extra "fa1" in the Release. It should have been "numpy-1.3.0-7.fc13"

Comment 7 Gwyn Ciesla 2009-11-17 19:56:05 UTC
The fa1 won't cause any problems.