2

Hello Stackoverflow user,

I want to compile NWChem program on CentOS 7 and it requires an OpenBlas library. I have tried to install the OpenBlas via yum installer using command: yum -y install libopenblas or yum -y install libopenblas-devel.

Unluckily, it did not work and the error message is like there is no the openblas library in the repository.

Can anyone suggest me how to fix this issue?

Thanks a lot.

1 Answers1

4

I am not 100% sure, but the correct package name should be openblas-devel.x86_64. Try the command yum install openblas-devel.x86_64 -y.

Daniel
  • 1,229
  • 14
  • 24