Closed js2264 closed 1 year ago
Hi @js2264 ,
Thanks for the report. I restructured the location of the bundled zstd library, but the intention was still to use that rather than relying on anything system level.
Does it work if you use the latest version from here? I guess you should remove the apt install libzstd-dev
version first.
BiocManager::install('grimbough/rhdf5filters')
I checked on a fresh container without the pre-installed library and your changes fixed this issue, at least for the install step. Thanks for your fast reactivity! J
Hi Mike @grimbough,
I noticed you added the ZSTD filter to
rhdf5filters
. It installs ok an a vanilla R 4.2.* with Bioc 3.16 (I tried with the docker imager-base:4.2.0
). However, it fails on the new release R 4.3.0. I tried with vanilla R 4.3.0 installed from pre-compiled binaries or provided by rocker (docker imager-base:4.3.0
). I can install the package after manually installingzstd
withapt install libzstd-dev
. Is it the intended behavior?J
Session info: