#11706: tachyon-0.98.9.p3 fails to build on ppc64 SUSE Linux power 7 (silius on
skynet)
---------------------------------------------------+------------------------
Reporter: was | Owner: was
Type: defect | Status:
needs_work
Priority: major | Milestone:
sage-4.7.2
Component: porting | Keywords:
Work_issues: | Upstream: N/A
Reviewer: Leif Leonhardy, Karl-Dieter Crisman | Author: William
Stein
Merged: | Dependencies: #11504
---------------------------------------------------+------------------------
Comment(by leif):
Replying to [comment:5 kcrisman]:
> I do think that the "not very nice" things Leif mentioned can be left to
another ticket, though.
Agreed, with the exception of the `exit 0` regardless of whether the
installation (the final `cp`) succeeded or not.
I guess the spkg needs work for Darwin, too, (on a follow-up) anyway,
because of
{{{
#!sh
if [ $UNAME = "Darwin" ]; then
#make macosx-thr
# The threaded version of the 0.98 beta doesn't work on OS X.
if [ "$SAGE64" = "yes" ]; then
echo "Building 64 bit MaxOSX"
$MAKE macosx-64
else
$MAKE macosx
fi
finished
fi
}}}
(The mentioned beta version is of years ago. I also did not know
''MaxOSX''.)
Haven't looked at #11504 yet; will try to review it [as is] if I find the
time... ;)
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/11706#comment:7>
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.