search for: use_system_xz

Displaying 2 results from an estimated 2 matches for "use_system_xz".

2015 Nov 06
0
Building R for AIX in 64-bit mode
...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}" = yes; then - AC_CHECK_HEADERS(lzma.h, [have_lzma=yes], [have_lzma=no]) - fi + [AC_CHECK_LIB(lzma, lzma_version_number, [have_lzma=yes], [have_lzma=no]) + if t...
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