search for: r_tre

Displaying 3 results from an estimated 3 matches for "r_tre".

Did you mean: r_true
2014 Dec 15
1
R build failure under gcc 4.9's link time optimization
...--- a/src/main/Makefile.in +++ b/src/main/Makefile.in @@ -86,7 +86,7 @@ ALL_CPPFLAGS = $(ZLIB_CPPFLAGS) $(BZLIB_CPPFLAGS) $(PCRE_CPPFLAGS) \ R_ZLIBS = @BUILD_ZLIB_TRUE@ ../extra/zlib/libz.a R_BZLIBS = @BUILD_BZLIB_TRUE@ ../extra/bzip2/libbz2.a R_PCRE = @BUILD_PCRE_TRUE@ ../extra/pcre/libpcre.a -R_TRE = @BUILD_TRE_TRUE@ ../extra/tre/libtre.a +R_TRE = @BUILD_TRE_TRUE@ `ls ../extra/tre/*.o` R_XDR = @BUILD_XDR_TRUE@ ../extra/xdr/libxdr.a R_XZ = @BUILD_XZ_TRUE@ ../extra/xz/liblzma.a R_LIBINTL = @BUILD_LIBINTL_TRUE@ ../extra/intl/libintl.a According the gcc changes doc, setting $AR is probably b...
2015 Nov 06
0
Building R for AIX in 64-bit mode
...cted - it is not a change since 17 October, but since R-3.2.2 and some directories have been removed from R distribution. However, I am wondering about this logic - of requiring both lzma and xz, whereas before xz was required if lzma was not available. from the diff of R-3.2.2 and R-devel ## R_TRE @@ -3192,11 +3270,10 @@ ## Try finding liblzma library and headers. ## We check that both are installed, AC_DEFUN([R_LZMA], - [if test "x${use_system_xz}" = xyes; then - AC_CHECK_LIB(lzma, lzma_version_number, [have_lzma=yes], [have_lzma=no]) - if test "${have_lzma}&quot...
2015 Nov 04
2
Building R for AIX in 64-bit mode
On 2015-11-04 17:31, aixtools wrote: > On 2015-11-04 16:51, aixtools wrote: >> On 2015-10-15 15:02, Prof Brian Ripley wrote: >>> On 15/10/2015 13:32, Michael Felt wrote: >>>> Hi. >>>> >>>> Just wanted to let you know I am getting close to packaging R for >>>> AIX in >>>> 64.bit mode. >>> >>> Which