ArrayFire (3.3.1)の最新リリースをダウンロードし、ビルドしようとしています。私は立ち往生してcmake .
います。不足しているライブラリを多数インストールして再実行したところ、次のようになりました。
-- Could NOT find LAPACK (missing: LAPACK_LIBRARIES) CMake Warning at src/backend/opencl/CMakeLists.txt:38 (MESSAGE): LAPACK not found. Functionality will be disabled
と
CMake Error: The following variables are used in this project, but they are set to NOTFOUND. Please set them or make sure they are set and tested correctly in the CMake files: GLEWmxd_LIBRARY linked by target "afcpu" in directory /home/joeuser/src/arrayfire-full-3.3.1/src/backend/cpu linked by target "afcuda" in directory /home/joeuser/src/arrayfire-full-3.3.1/src/backend/cuda linked by target "afopencl" in directory /home/joeuser/src/arrayfire-full-3.3.1/src/backend/opencl
lapack をインストールしました。これは /usr/lib/liblapack.so にあります (これは代替のシンボリック リンクですが、壊れていません)。ラパッケも装着。