Glad you got R working!

В Thu, 9 May 2024 12:19:49 +0000
Simon Andrews <simon.andr...@babraham.ac.uk> пишет:

> Does this need reporting upstream as a bug in R or lapack?

Maybe in AlmaLinux (and I think RHEL9 too, but that's up to Miguel
Esteva). Best case scenario, they somehow built the reference BLAS and
LAPACK packages with the wrong Fortran compiler version or flags, which
is why gfortran-11 gets a zero instead of the return value from DOUBLE
COMPLEX zdotu(...) and crashes when calling dgesv(...) from
lapack-3.9.0-10.el9.x86_64. Worst case scenario, the zdotu() problem
and the crash have two completely different causes elsewhere.

-- 
Best regards,
Ivan

______________________________________________
R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to