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.