码迷,mamicode.com
首页 > 系统相关 > 详细

armadillo ubuntu 使用注意

时间:2016-01-22 21:54:41      阅读:450      评论:0      收藏:0      [点我收藏+]

标签:

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/

armadillo ubuntu 使用注意

标签:

原文地址:http://www.cnblogs.com/psd2012/p/5152284.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!