Closed danielarantes closed 4 years ago
@danielarantes thanks very much for the report. confirmed.
@eddelbuettel Must admit I'm not sure what I've done wrong here. littler
is installed as before, but I must have done something untoward with the BLAS setup? As @danielarantes shows above, it is looking for BLAS in /usr/local/lib/R/modules//lapack.so
, which does exist on the container (though not sure what's up with that extra /
). As you can also see in @danielarantes 's example, the standard R script is happy, though it is binding to openblas, /usr/lib/x86_64-linux-gnu/openblas-pthread/libopenblasp-r0.3.8.so
. Any ideas?
I also scratched my head. I don't have the exact same container here but a 'close enough' rocker/rstudio:latest
and it looks similar. And I don't understand how.
It doesn't seem to happen to my containers. And r
is also happy within the container when invoked. Beats me.
@danielarantes Dirk spotted my bug, we should have a fix up soon. Thanks again for the report
Glad you guys could find it. What was it? Something in the libpath? Rocker is a beautiful resource!
Just an oversight / basic bug in the configure
step and due to the (currently used) local compilation (which we may be able to overcome once R 4.0.0 is formally in Debian / Ubuntu). Nothing nefarious :)
Thanks @danielarantes , specifically it was https://github.com/rocker-org/rocker-versioned2/commit/bb69efd47695675f465c3b725953549696f0aefa#diff-13c178e5bbfd4ebb324258f759ea0d69R121
(Under the hood, we're migrating the rocker-versioned stack to Ubuntu LTS base and constructing the stack with templating, which should make it easier to mix and match. Apparently it also meant me messing up some copy-paste! We'll have a formal announcement of these changes once good folks like yourself have helped us squash any bugs it may have introduced!)
Some builds (devtools::build()) started failing and I noticed it happens under r (littler) and not Rscript.
Using Rscript
Using rocker/tidyverse:3.6.3