#18229: Upgrade R to 3.2.0
-------------------------------------+-------------------------------------
       Reporter:  charpent           |        Owner:  charpent
           Type:  enhancement        |       Status:  needs_work
       Priority:  minor              |    Milestone:  sage-6.7
      Component:  packages:          |   Resolution:
  standard                           |    Merged in:
       Keywords:  r-project          |    Reviewers:  Vincent Delecroix
        Authors:  Emmanuel           |  Work issues:  Fix detection of
  Charpentier                        |  bzlib
Report Upstream:  N/A                |       Commit:
         Branch:                     |  ab208a4e69834c786a2f0d4ff5a2626776db4d62
  u/charpent/upgrade_r_to_3_1_3      |     Stopgaps:
   Dependencies:  #18254             |
-------------------------------------+-------------------------------------

Comment (by leif):

 Replying to [comment:65 leif]:
 > Getting closer...
 >
 > In the PCRE checks, `LIBS` gets restored from `r_save_LIBS`, but that's
 (in my case) an obsolete value, because `r_save_LIBS` didn't get set in
 ''that'' check (i.e., the conditions for saving and restoring aren't the
 same).

 I ''think'' it's this:
 {{{
 #!diff
 --- m4/R.m4.orig        2015-03-19 00:02:06.000000000 +0100
 +++ m4/R.m4     2015-05-04 18:09:13.742304005 +0200
 @@ -3107,11 +3107,11 @@
  #endif
  }
  ]])], [r_cv_have_pcre810=yes], [r_cv_have_pcre810=no],
 [r_cv_have_pcre810=no])])
 -fi
  if test "x${r_cv_have_pcre810}" != xyes; then
    have_pcre=no
    LIBS="${r_save_LIBS}"
  fi
 +fi
  AC_MSG_CHECKING([whether PCRE support needs to be compiled])
  if test "x${r_cv_have_pcre810}" = xyes; then
    AC_MSG_RESULT([no])
 }}}

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