You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to installed clSPARSE library on Ubuntu 14.04, and I did the following steps
cd src
mkdir build
cd build
cmake ..
make
and in dir build/library libclSPARSE.so was generated and I added the address to $LD_LIBRARY_PATH, but when I compile a code in which I include clSPARSE.h I got the error 'clSPARSE.h' can not be found Since it was installed locally I can not use ldconfig -p | grep 'libclSPARSE' to check if it is installed on the machine. Is there any way I can find out if it was installed and can be linked correctly?
The makefile I used is
I tried to installed clSPARSE library on Ubuntu 14.04, and I did the following steps
and in dir build/library
libclSPARSE.so
was generated and I added the address to$LD_LIBRARY_PATH
, but when I compile a code in which I includeclSPARSE.h
I got the error 'clSPARSE.h' can not be found Since it was installed locally I can not useldconfig -p | grep 'libclSPARSE'
to check if it is installed on the machine. Is there any way I can find out if it was installed and can be linked correctly?The makefile I used is
The text was updated successfully, but these errors were encountered: