make install not working
dagamayank opened this issue · 2 comments
dagamayank commented
After compiling with make
if I to do make install
I get the following error:
make: *** No rule to make target `install'. Stop.
make
completes fine with zero errors. This occurs on both master and develop branches.
aaamourao commented
@dagamayank did you find out a workaround?
kknox commented
clSparse uses a 'super-build' build framework, so you need to cd clSPARSE-package
and run make install
using the makefile generated for the library. The root level makefile has no install target