#18835: Fix #18691 fix to #17572 fix to R.
-------------------------------------+-------------------------------------
       Reporter:  charpent           |        Owner:
           Type:  defect             |       Status:  new
       Priority:  blocker            |    Milestone:  sage-6.8
      Component:  packages:          |   Resolution:
  standard                           |    Merged in:
       Keywords:  r-project          |    Reviewers:
        Authors:                     |  Work issues:
Report Upstream:  N/A                |       Commit:
         Branch:                     |  85de56082fbf10607b33092490cde9be0d1190b1
  u/charpent/fix__18691_fix_to__17572_fix_to_r_|     Stopgaps:
   Dependencies:                     |
-------------------------------------+-------------------------------------
Changes (by jdemeyer):

 * commit:   => 85de56082fbf10607b33092490cde9be0d1190b1


Comment:

 Should this
 {{{
 if [ -d "$SAGE_LOCAL" ] ; then
     R_MAKEVARS_SITE="$SAGE_LOCAL/lib/R/share/Makevars.site" && export
 R_MAKEVARS_SITE
 }}}
 be
 {{{
 if [ -d "$SAGE_LOCAL/lib/R/share" ] ; then
     export R_MAKEVARS_SITE="$SAGE_LOCAL/lib/R/share/Makevars.site"
 }}}
 ----
 New commits:
 
||[http://git.sagemath.org/sage.git/commit/?id=9a9c4ccd78dda128da41df76089fb87462a870a4
 9a9c4cc]||{{{Original tarball dropped in place.}}}||
 
||[http://git.sagemath.org/sage.git/commit/?id=769fc49bba2c1508cc61df75d91f4ea9c7214965
 769fc49]||{{{Restored spkg-src.}}}||
 
||[http://git.sagemath.org/sage.git/commit/?id=b46fa1a5b3d462e89223e0cdf37d84c67d483e35
 b46fa1a]||{{{Restored ORIGINAL non-functional spkg-src as par Nathaann
 Cohen's request.}}}||
 
||[http://git.sagemath.org/sage.git/commit/?id=85de56082fbf10607b33092490cde9be0d1190b1
 85de560]||{{{Condition Makevars file creation to existence of the relevant
 trees.}}}||

--
Ticket URL: <http://trac.sagemath.org/ticket/18835#comment:4>
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 unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sage-trac.
For more options, visit https://groups.google.com/d/optout.

Reply via email to