configure: error: could not find GSL BLAS

 

001、 问题

configure: error: could not find GSL BLAS      ## 配置软件报错如下

 

002、解决方法

wget -c http://ftp.club.cc.cmu.edu/pub/gnu/gsl/gsl-latest.tar.gz
tar -xzvf gsl-latest.tar.gz
./configure
make
make install

 

 

003、再次配置

[root@PC1 treemix-1.13]# ./configure                       ## gls的报错消失

 

 

posted @ 2024-12-02 16:21  小鲨鱼2018  阅读(87)  评论(0)    收藏  举报