search for: build_xz

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

Did you mean: build_id
2015 Nov 06
0
Building R for AIX in 64-bit mode
...if test "x${have_lzma}" = xyes; then AC_DEFINE(HAVE_LZMA, 1, [Define if your system has lzma >= 5.0.3.]) LIBS="-llzma ${LIBS}" - fi else - have_lzma="no" + AC_MSG_ERROR("liblzma library and headers are required") fi - AM_CONDITIONAL(BUILD_XZ, [test x${have_lzma} != xyes]) ])# R_LZMA If I read the XZ portal - they say XZ is based on LZMA (and it seems the lzma support you are looking for comes from xz. So, what the false fail on lzma - as it seems it is only XZ you are looking for, or need.) Having this more clear I can now unders...
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