#11686: Race condition in matplotlib mkdir()
------------------------+---------------------------------------------------
Reporter: jdemeyer | Owner: tbd
Type: defect | Status: needs_review
Priority: minor | Milestone: sage-4.7.2
Component: packages | Keywords:
Work_issues: | Upstream: N/A
Reviewer: | Author: John Palmieri
Merged: | Dependencies:
------------------------+---------------------------------------------------
Comment(by jhpalmieri):
On my OS X box, I see the same thing with the old 1.0.1 and with the new
one:
{{{
REQUIRED DEPENDENCIES
numpy: 1.5.1
freetype2: found, but unknown version (no pkg-config)
OPTIONAL BACKEND DEPENDENCIES
libpng: found, but unknown version (no pkg-config)
}}}
I see that on linux, or at least on sage.math, it reports the correct
version for these.
I can
- apply the patch to `setupext.py` only on Darwin.
- apply the patch always, but add an `if ... then ... else` so it only
does something different on Darwin.
Opinions?
I'll certainly add freetype and patch to the dependencies.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/11686#comment:12>
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.