clMathLibraries / clSPARSE

a software library containing Sparse functions written in OpenCL
Apache License 2.0
173 stars 60 forks source link

make install not working #193

Closed dagamayank closed 7 years ago

dagamayank commented 7 years ago

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 7 years ago

@dagamayank did you find out a workaround?

kknox commented 7 years ago

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