#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):

 Replying to [comment:16 leif]:
 > Note that the change should only be made if the OS is Darwin '''and'''
 `pkg-config` is '''not''' installed

 Here's a version which does this.  I'm not a shell script expert; is this
 a good way to accomplish it?
 {{{
         if [ "$UNAME" = "Darwin" ]; then
             command -v pkg-config || patch -p1 < "$patch"
 }}}

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/11686#comment:18>
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.

Reply via email to