Skip to content
Prev 1961 / 2152 Next

Installing gputools fails on Ubuntu 14.04LTS

Are you zipping the extracted package back up?  It doesn't look like it as
your output doesn't show any compilation by the nvcc compiler.  You don't
need to run the configure script yourself, R will run it for you if you
just have it there.  Try the following:

1. Move gputools_0.5.tar.gz to some backup directory (you don't want it)
2. Switch to the directory with the gputools directory and run `tar czf
gputools.tar.gz gputools` to compress it (assuming that is where you
created the 'configure' file)
3. Then try to install the newly zipped source file `R CMD INSTALL
gputools.tar.gz`

Charles

On Wed, Jul 1, 2015 at 7:29 PM, Erol Biceroglu <
erol.biceroglu at alumni.utoronto.ca> wrote: