Problem with making phonon tool

Dear lammps-users,

I am using Lammps version (15 may 2015). I want to use phonon tool. I installed Clapack-3.2.1 and Tricubic-1.0 successfully, but when I attempt to install phonon tool I cannot find the right path for these two packages and their libraries.

LPKINC = -I/opt/clapack/3.2.1/inculde
LPLIB = -L/opt/clapack/3.2.1/lib -lclapack -lblas -lf2c

These are the default paths for clapack. I did not find any related files in the opt directory or anywhere else. Same is for tricubic. Please let me know if you have any idea where I could find the libraries if there are any.

Best,

Siavash Zare

Dear lammps-users,

I am using Lammps version (15 may 2015). I want to use phonon tool. I
installed Clapack-3.2.1 and Tricubic-1.0 successfully, but when I attempt
to install phonon tool I cannot find the right path for these two packages
and their libraries.

​this statement doesn't make sense. if you have installed those packages
successfully, you should know *where* you have installed them and thus you
would be able to set the paths accordingly.​

​axel.​

“inculde” is also misspelled, which could
fail with make

Steve