您的位置:首页 > 其它

armadillo ubuntu 使用注意

2016-01-22 20:41 183 查看
Linux (Fedora, Ubuntu, Red Hat, SUSE, Debian, etc)

Armadillo can work without external libraries. However, to get the most functionality it's recommended to install (in advance) the LAPACK, BLAS and ATLAS libraries, along with the corresponding development/header files.

For faster performance, instead of using standard BLAS we recommend using the multi-threaded OpenBLAS library

Many Linux-based operating systems provide pre-built Armadillo packages,
eg.
Fedora,
Debian,
Ubuntu,
openSUSE,
Arch.
These packages may not be the latest version.
If you're encountering problems, please use the official packages provided here.

Recommended packages for Fedora & Red Hat (installed before Armadillo):
cmake,
blas-devel,
lapack-devel,
arpack-devel,
atlas-devel.

Recommended packages for Ubuntu & Debian (installed before Armadillo):
cmake,
libopenblas-dev,
liblapack-dev,
libarpack-dev.

If you're updating from a previous version,
it's a good idea to remove all the old files before updating.
The files are typically in
/usr/include/armadillo* as well as the library files in /usr/lib/ or /usr/lib64/
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: