1. tar xzvf gearmand-1.1.0.tar.gz  
  2. cd gearmand-1.1.0  
  3. ./configure  
  4. make  
  5. make install  
  6. 安装过程可能会出现如下错误:
  7. configure: error: cannot find Boost headers version >= 1.39.0
  8. 解决办法-》sudo apt-get install libboost-all-dev
  9. sorry, unimplemented: Graphite loop optimizations can only be used if the libcloog-ppl0 package is installed
  10. 解决办法-》改Makefile,查找并去掉 floop-parallelize-all

相关文章:

  • 2021-08-03
  • 2022-12-23
  • 2022-02-25
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2019-09-20
  • 2021-05-22
猜你喜欢
  • 2022-01-01
  • 2022-01-06
  • 2021-10-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-10-21
相关资源
相似解决方案