BLAS and LAPACK libraries required for compiling

◇◆丶佛笑我妖孽 提交于 2019-12-01 04:43:22

Try to run this

apt-get install libblas-dev libatlas-dev liblapack-dev

All libraries, required by octave package in ubuntu are listed here: http://packages.ubuntu.com/lucid/octave3.2 and to build new octave you need -dev packages of some listed libs.

The octave in ubuntu configured in rather maximal way - many optional parts of octave are turned on, and this leads to big list of libraries required.

To get most development (-dev) packages required by octave you can run:

apt-get install octave3.2-headers

which installs -dev-like package http://packages.ubuntu.com/lucid/octave3.2-headers of octave itself. This package depends on minimal -dev set and they will be installed after this command.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!