#7022: [with spkg, positive review] os x -- 10.6 -- generated the matplotlib
font
cache crashes sage
---------------------------+------------------------------------------------
Reporter: was | Owner: was
Type: defect | Status: closed
Priority: blocker | Milestone: sage-4.1.2
Component: graphics | Resolution: fixed
Keywords: | Work_issues:
Author: William Stein | Upstream: N/A
Reviewer: Mike Hansen | Merged: Sage 4.1.2.rc0
---------------------------+------------------------------------------------
Comment(by jhpalmieri):
The matplotlib problem may be in its spkg file: it says
{{{
if [ $UNAME = "Darwin" -a `uname -r` = "10.0.0" ]; then
echo "Running a horrible hack to force ft2font.so to build in a way
that doen't crash."
echo "This is of course temporary. See
http://trac.sagemath.org/sage_trac/ticket/7022"
../patches/osx10.6hack
fi
}}}
But with my computer, "uname -r" returns "10.2.0", not "10.0.0". How do
you modify a shell script like this to make it work for a range of version
numbers? (We don't just want "10.0.0" or "10.2.0", I'm guessing.)
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/7022#comment:16>
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.