On my RHEL7, I am trying to install py-earth and getting this link error:
/usr/bin/ld: cannot find -lcblas
I have packages blas, blas-devel, atlas and atlas-devel installed.
The compilation command printed after this error specifies
-L/usr/lib64/atlas -lcblas -lm ....
And for completeness, the directory /usr/lib64/atlas
contains the following files and symlinks
libsatlas.so -> libsatlas.so.3.10
libsatlas.so.3 -> libsatlas.so.3.10
libsatlas.so.3.10
libtatlas.so -> libtatlas.so.3.10
libtatlas.so.3 -> libtatlas.so.3.10
libtatlas.so.3.10
Any help?