/usr/bin/ld: cannot find -lopenblas
001、问题
/usr/bin/ld: cannot find -lopenblas

。
002、解决方法
yum -y install epel-release
yum -y install openblas-devel

003、检测效果
make install

。
001、问题
/usr/bin/ld: cannot find -lopenblas

。
002、解决方法
yum -y install epel-release
yum -y install openblas-devel

003、检测效果
make install

。