Skip to content
Prev 63359 / 63421 Next

R build BLAS/LAPACK debugging ('dgemmtr_' undefined)

Possibly related, ever since that change to R, I found I have to build
OpenBLAS *with* Lapack because of the change in where OpenBLAS
"stores" some functions. See issue 4684 in the OpenBLAS Github repo
[1]. As a result, you will see a much larger .a file. However, the
processor-named and unnamed (just libopenblas.a) should now be the
same after 4692 [2]. Either one works, at least for me,

Hope that helps,

Avi

[1] https://github.com/OpenMathLib/OpenBLAS/issues/4684
[2] https://github.com/OpenMathLib/OpenBLAS/discussions/4692
On Mon, Jan 26, 2026 at 12:45?PM Ben Bolker <bbolker at gmail.com> wrote: