#9396: statistical package r fails to run, missing libicuuc
-------------------------------------------+--------------------------------
   Reporter:  mariah                       |       Owner:  Mariah Lenox
       Type:  defect                       |      Status:  needs_work  
   Priority:  major                        |   Milestone:  sage-4.5    
  Component:  packages                     |    Keywords:              
     Author:  Mariah Lenox, Robert Miller  |    Upstream:  N/A         
   Reviewer:  David Kirkby                 |      Merged:              
Work_issues:                               |  
-------------------------------------------+--------------------------------

Comment(by drkirkby):

 I think the problem is:

 {{{
      if [ "$SAGE_FAT_BINARY" = "yes" ];
 }}}

 should be:

 {{{
      if [ "$SAGE_FAT_BINARY" = "yes" ]; then
 }}}

 I've just made that change, and it at least starts to compile now.
 However, I don't have time to do any more on this for a few hours, since I
 have a chess game scheduled in a few minutes.

 There is another ticket I've just created for R (#9464), since R has
 Fortran code, but a Fortran dependency is not listed. I'll test these
 later today.

 Dave

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