#9221: update matplotlib to 1.0.0 and clean out the patches
----------------------------------------------------------+-----------------
Reporter: jason | Owner:
jason, was
Type: enhancement | Status:
closed
Priority: major | Milestone:
sage-4.6
Component: graphics | Resolution:
fixed
Keywords: | Author:
Jason Grout
Upstream: Fixed upstream, but not in a stable release. | Reviewer:
David Kirkby, Karl-Dieter Crisman
Merged: sage-4.6.alpha3 | Work_issues:
----------------------------------------------------------+-----------------
Comment(by leif):
Replying to [comment:86 leif]:
> At least for freetype, it should be possible to simply set {{{prefix}}}
to {{{$SAGE_LOCAL}}} (unexpanded) rather than a hard-coded absolute path.
(Done once, e.g. in its {{{spkg-install}}}.)
{{{
prefix=${SAGE_LOCAL}
exec_prefix=${prefix}
libdir=${exec_prefix}/lib
includedir=${prefix}/include
Name: FreeType 2
Description: A free, high-quality, and portable font engine.
Version: 9.16.3
Requires:
Libs: -L${libdir} -lfreetype
Cflags: -I${includedir}/freetype2 -I${includedir}
}}}
works for me. (The curly braces are mandatory.)
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/9221#comment:87>
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.