update : 2015.11.03
php.shukuma.com검색:
|
설치Most distribution LAPACK packages do not include lapacke, so the easiest method is to build from source: svn co https://icl.cs.utk.edu/svn/lapack-dev/lapack/trunk lapack cd lapack mkdir build cd build cmake -D BUILD_SHARED_LIBS=ON -D LAPACKE=ON ../ make sudo make install |