目前,我正在尝试构建Ipopt链接来对抗openblas。我下载了openblas源代码,并在父目录中执行了make。我试过./configure --with-blas="-L/home/moritz/build/CoinIpopt_test/ThirdParty/OpenBLAS-0.2.14/libopenblas.so但我确实理解了这个错误
checking whether u
我从openBLAS那里得到了很多警告,比如
OpenBLAS Warning : Detect OpenMP Loop and this application may hang.OpenBLAS Warning : Detect OpenMP Loop and this application may hang.OpenBLAS Warning : Detect OpenMP Loop and this application may hang.OpenBLAS Warning : Detect Op
我已经安装了R,它依次安装openblas -但没有安装到/usr/local:openblas is keg-only, which means it was not symlinkedFor compilers to find openblas you may need to set:
export LDFLAGS="-L/usr/local/opt/openblas/lib"