gpt4 book ai didi

linux - caffe:/usr/bin/ld: 找不到-lcblas

转载 作者:IT王子 更新时间:2023-10-29 00:33:44 25 4
gpt4 key购买 nike

我已经在我的 CentOS7(64 位)中安装了 BLAS。但是当我在我的

中使用 make all

'caffe'.它报错:

/usr/bin/ld: cannot find -lcblas
/usr/bin/ld: cannot find -latlas
collect2: error: ld returned 1 exit status
make: *** [.build_release/lib/libcaffe.so.1.0.0-rc3] Error 1

我不知道为什么会这样,也不知道如何解决。

最佳答案

我最终使用 OpenBLAS 解决了这个问题。

yum install openblas-devel
sed -i 's/BLAS := atlas/BLAS := open/' Makefile.config
sed -i '/BLAS := open/aBLAS_INCLUDE := \/usr\/include\/openblas/' Makefile.config

这意味着安装 OpenBLAS 并将 BLAS := altas 更改为 BLAS := open并在 Makefile.config 中添加 BLAS_INCLUDE :=/usr/include/openblas/。完成这些更改后,重新构建。

关于linux - caffe:/usr/bin/ld: 找不到-lcblas,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/35886943/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com