#5281: Update tachyon to Version 0.98.9 (latest upstream)
----------------------------------------------+-----------------------------
Reporter: mabshoff | Owner: mhampton
Type: enhancement | Status: needs_work
Priority: major | Milestone: sage-4.6
Component: packages | Keywords:
Author: David Kirkby, Marshall Hampton | Upstream: N/A
Reviewer: | Merged:
Work_issues: |
----------------------------------------------+-----------------------------
Comment(by drkirkby):
Replying to [comment:46 leif]:
> Replying to [comment:45 drkirkby]:
> > Replying to [comment:44 leif]:
> > > Yeah, there's even support for Linux on Playstation 2 and DEC Alpha.
(And PPC, but only 32-bit I think.)
> >
> > But the point is the Installation Guide does say Sage is supported on
PPC. So IMHO, if there's a PPC target, we should try to call it.
>
> Sure. There is one, so we can support it:
> {{{
> #!sh
> ...
> # Linux
> case "`uname -m`" in
> i?86)
> $MAKE linux-thr;;
> ia64)
> $MAKE linux-ia64-thr;;
> amd64|x86_64)
> $MAKE linux-64-thr;;
> ppc)
> $MAKE linux-ppc;;
> *) # e.g. ppc64
> echo "Sorry, your platform isn't supported by Tachyon and/or
Sage. Exiting..."
> exit 1
> esac
> ...
> }}}
>
> Although I doubt the Sage documentation is current, as always...
I doubt you will find any two Sage lists of "supported platforms" which
agree with each other.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/5281#comment:47>
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.