2003-05-11(日) 曇 [長年日記]
_ 単一および並列指向量子化学計算
Vine Linux 2.6 で匿名 CVS アクセスでソースコードを取得してみました。
mkdir ~/work cd ~/work cvs -d:pserver:anonymous@cvs.sourceforge.jp:/cvsroot/spmpqc login cvs -z3 -d:pserver:anonymous@cvs.sourceforge.jp:/cvsroot/spmpqc co spmpqc
早速、configure
./configure checking build system type... i686-pc-linux-gnu checking host system type... i686-pc-linux-gnu checking target system type... i686-pc-linux-gnu (省略) WARNING: Could not link to the BLAS library. It can be obtained at http://www.netlib.org/blas. Use --with-libdirs and/or --with-libs to specify the name of the library. configure: error: BLAS is required to complete the build
ぐはっ、BLAS library がありませんでした。
# apt-get install blas
今度こそ
./configure (省略) WARNING: Could not link to the BLAS library. It can be obtained at http://www.netlib.org/blas. Use --with-libdirs and/or --with-libs to specify the name of the library. configure: error: BLAS is required to complete the build
またこけました。
# /sbin/ldconfig
とやっても駄目でした。もう少し調べないといけませんね。