Re: [R-pkg-devel] Reliably detecting FLIBS on source build of R (w.r.t Rust packages)

2025-01-26 Thread Balasubramanian Narasimhan
Also, to further clarify, yes I need Rust to determine the linker flags since the underlying Clarabel.rs links against BLAS. -N On 1/26/25 8:22 AM, Balasubramanian Narasimhan wrote: Thank you, Simon and Ivan.  And further thanks to Ivan for R sleuthing of the first order! That I'm picking up

Re: [R-pkg-devel] Reliably detecting FLIBS on source build of R (w.r.t Rust packages)

2025-01-26 Thread Balasubramanian Narasimhan
Thank you, Simon and Ivan.  And further thanks to Ivan for R sleuthing of the first order! That I'm picking up the wrong R makes sense.  I will incorporate your suggestions Best wishes, -Naras On 1/25/25 11:55 PM, Ivan Krylov wrote: В Sat, 25 Jan 2025 08:54:45 -0800 Balasubramanian Narasim

Re: [R-pkg-devel] Reliably detecting FLIBS on source build of R (w.r.t Rust packages)

2025-01-26 Thread Ivan Krylov via R-package-devel
В Sat, 25 Jan 2025 08:54:45 -0800 Balasubramanian Narasimhan пишет: > (https://github.com/blas-lapack-rs/r-src/blob/966266425b1a21a1e979f767c6023e6bf00616fc/build.rs#L160). > Thank you for providing the link to the code! > The only thing I can think of is that FLIBS is being set outside > c