How to use numpy with OpenBLAS instead of Atlas in Ubuntu?

后端 未结 3 1301
孤城傲影
孤城傲影 2020-12-14 03:22

I have looked for an easy way to install/compile Numpy with OpenBLAS but didn\'t find an easy answer. All the documentation I have seen takes too much knowledge as granted f

3条回答
  •  自闭症患者
    2020-12-14 04:02

    Run sudo update-alternatives --all and set liblapack.so.3gf to /usr/lib/lapack/liblapack.so.3gf

提交回复
热议问题