CentOS 7 下编译出错
Created by: EnigmaHuang
环境:CentOS 7.1 x64, 系统自带 Python 没有安装任何额外包。已编译最新版 OpenBLAS。无 ICC & MKL。使用
cmake .. -DWITH_GPU=OFF
进行配置和编译。
前面出现过若干小问题,但都还可以解决。直到此报错:
[ 33%] Building CXX object paddle/math/CMakeFiles/paddle_math.dir/BaseMatrix.cu.o
In file included from /home/enigma/Paddle-develop/paddle/math/BaseMatrix.cu:23:0:
/home/enigma/Paddle-develop/paddle/math/MathFunctions.h:30:21: fatal error: lapacke.h: No such file or directory
在 Build from Source 中并没有提到 Paddle 需要 LAPACK 。此问题应该如何解决?