Opened 7 years ago
Closed 7 years ago
#15682 closed defect (fixed)
tachyon (Sage 6.0) does not build on Raspberry Pi (armv6l)
Reported by: | wluebbe | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | sage-6.2 |
Component: | build | Keywords: | armv6l, Raspberry Pi |
Cc: | jpflori | Merged in: | |
Authors: | Wilfried Luebbe | Reviewers: | Jean-Pierre Flori |
Report Upstream: | N/A | Work issues: | |
Branch: | u/jpflori/ticket/15682 (Commits) | Commit: | bdf847bcf24b66cd99ac36c0572dfaa8ca31bc1b |
Dependencies: | Stopgaps: |
Description
This was already mentioned in http://trac.sagemath.org/ticket/10820 (comments 10 and 11), but no ticket was opened. Note: The problem was also mentioned by jpflori in http://trac.sagemath.org/wiki/ExoticPorts.
A fix is to copy the 3 lines for armv7l in spkg-install (lines 84 to 86) and c/7/6/. Since I am new to Trac and git it may take me some time to create the fix :-/
Change History (10)
comment:1 Changed 7 years ago by
- Cc jpflori added
- Keywords armv6l Raspberry Pi added
- Summary changed from tachyon (Sage6.0) does not build on Raspberry Pi (armv6l) to tachyon (Sage 6.0) does not build on Raspberry Pi (armv6l)
comment:2 Changed 7 years ago by
comment:3 Changed 7 years ago by
- Branch set to u/wluebbe/ticket/15682
- Commit set to f1a22978801582fd1f73d9ff2e3094384ba79724
- Component changed from packages: standard to build
Hi jpflori, I succeeded in uploading my first branch :-). If you tell exactly, how to add the sparc support, I will add it to spkg-install ...
comment:4 Changed 7 years ago by
- Status changed from new to needs_review
As tested Tachyon Sage 6.0 now builds.
comment:5 Changed 7 years ago by
Hi, you should bump the .p* part of the version in package-version.txt (or stg like that). And it should be good to go! I'll take care of sparc later.
comment:6 Changed 7 years ago by
- Commit changed from f1a22978801582fd1f73d9ff2e3094384ba79724 to b2842af3727f79aabd18f836bbf1f526c117414f
Branch pushed to git repo; I updated commit sha1. New commits:
b2842af | Updated version to .p6 and SPKG.txt
|
comment:7 Changed 7 years ago by
Ok, so after discussing at https://groups.google.com/d/msg/sage-release/9qui3onr26o/TrrfydJqmIMJ we don't have to update the patch level nor SPKG.txt. Please don't do anything, I'll revert these changes in a "reviewer" branch and put the ticket to positive_review.
comment:8 Changed 7 years ago by
- Branch changed from u/wluebbe/ticket/15682 to u/jpflori/ticket/15682
- Commit changed from b2842af3727f79aabd18f836bbf1f526c117414f to bdf847bcf24b66cd99ac36c0572dfaa8ca31bc1b
- Reviewers set to Jean-Pierre Flori
- Status changed from needs_review to positive_review
New commits:
bdf847b | Reviewer patch for buliding tachyon on armv6l.
|
comment:9 Changed 7 years ago by
- Milestone changed from sage-6.1 to sage-6.2
comment:10 Changed 7 years ago by
- Resolution set to fixed
- Status changed from positive_review to closed
Could you also add support for sparc? Same fix...