Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试将犰狳库安装到我的 linux 系统(ubuntu 12.04)上。安装时首先需要 BOOST BLAS ATLAS 和 LAPACK。有没有办法检查这些库是否已经安装?
所有这些库都在默认存储库中,因此您可以通过以下方式轻松获取它们
sudo apt-get install liblapack3
等等。我知道这不能完全回答您的问题,但无论如何这可能是您必须要做的。如果您仍然想检查是否安装了包(任何,不仅仅是上面列出的库),只需运行
apt-cache policy liblapack3