首页 > 系统服务 > 详细

armadillo ubuntu 使用注意

时间:2016-01-22 21:53:03      阅读:245      评论: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
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!