Skip to content
Prev 4947 / 12125 Next

[R-pkg-devel] Optional library dependencies for compiled code

I'd like to add, for bundling `zstd` and `lz4`, I was told by Professor
Ripley that I must first check for system installations and use that when
possible, because of possible security issues being fixed in later
updates.

I think that's a good idea, and can be set up with a configure script: 1)
check for later version system installations e.g. with `pkg-config`, 2) use
system if it exists, 3) otherwise compile bundled `zstd`.
On Wed, Jan 29, 2020 at 8:40 AM I?aki Ucar <iucar at fedoraproject.org> wrote: