lapackblasopenblasatlaslapacke

How do libatlas3, liblapacke, and libopenblas0 interact with eachother?


I'm trying to figure out the interaction between the following library packages in Debian 11 and Ubuntu 20.04:

It looks like the OpenBLAS packages can only be used one at a time because they are in different subdirs shown here. How do I select the active one?

Once I've selected the active OpenBLAS implementation, will libatlas3 or liblapacke use the active implementation? How can you tell what they are using?


Solution