Displaying 2 results from an estimated 2 matches for "la_library".
Did you mean:
ft_library
2023 Mar 17
1
La_library() always returns "" on R-devel?
Seems like this in 83986 [1] needs a fix in Lapack.c:
if (dladdr((void *) F77_NAME(ilaver), &dl_info)) {
char buf[PATH_MAX+1];
char *res = realpath(dl_info.dli_fname, buf);
if (res) {
SEXP nfo = R_NilValue;
if (strstr(res, "flexiblas"))
nfo = R_flexiblas_info();
if
2025 Jan 21
1
Development version of R fails a regression test
G'day all,
I have daily scripts running to install the patched version of the
current R version and the development version of R on my linux box
(Ubuntu 24.04.1 LTS).
The last development version that was successfully compiled and
installed on my machine is "R Under development (unstable) (2024-12-31
r87500)". Since then the script always fails on one of the regression
tests;