zoukankan      html  css  js  c++  java
  • armadillo ubuntu 使用注意

    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/
  • 相关阅读:
    super与this的区别?
    springboot(4)-thymeleaf
    springboot(3)-自定义josn
    springboot(2)-Http协议接口开发
    springboot(1)-HelloWorld
    SpringSecurityOauth2.0
    Docker 应用部署
    RabbitMQ02
    RabbitMQ01
    011通用寄存器
  • 原文地址:https://www.cnblogs.com/psd2012/p/5152284.html
Copyright © 2011-2022 走看看