blas-lapack-rs/netlib-src

Is libtmglib necessary?

Rufflewind opened this issue · 2 comments

In my particular use case, I'm (ab)using netlib-src to link to a system BLAS/LAPACK-like library, which is unlikely to have to libtmglib.so. Given that it's mostly used for testing, perhaps there should be a way to at least disable linkage to it.

Thank you for the issue. I think it’s reasonable to provide such a possibility, since there are features for CBLAS and LAPACKE. Please feel free to open a pull request.

I suppose this new feature should be called tmg, and it should be enabled by default.