#10820: tachyon-0.98beta.p11 doesn't build on ARM
-----------------------+----------------------------------------------------
Reporter: Snark | Owner: drkirkby
Type: defect | Status: new
Priority: major | Milestone:
Component: porting | Keywords:
Author: | Upstream: N/A
Reviewer: | Merged:
Work_issues: |
-----------------------+----------------------------------------------------
Comment(by drkirkby):
I can't test this, as I don't have an ARM processor, but the necessary
changes should be fairly safe, as it does very little and only on one
processor.
But you need to do more to get this into Sage.
* Remove the '-e' option to 'sed', as you don't need it if the code is on
the command line.
* Drop the use of the '-i' option to 'sed' as this is a non-standard
option. See
http://pubs.opengroup.org/onlinepubs/9699919799/utilities/sed.html Just
use something like
{{{
sed 's/-m32//g' Make-arch > Make-arch.tmp
mv Make-arch.tmp Make-arch
}}}
* Edit SPKG.txt, to document the change you have made. Document them
under tachyon-0.98beta.p12
* Create one Mercurial patch of all your changes.
* Create a new package, tachyon-0.98beta.p12.spkg and post a link to the
URL of that new package.
* Change the ticket from "new" to "needs_review"
One you do all these, I will be happy to give it a positive review, even
though I'm unable to actually check on an ARM processor.
Dave
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/10820#comment:1>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica,
and MATLAB
--
You received this message because you are subscribed to the Google Groups
"sage-trac" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/sage-trac?hl=en.