I ultimately found more details in the 'Writing R Extensions' in another
section (http://www.hep.by/gnu/r-patched/r-exts/R-exts_11.html). I needed
to assign the object files to the OBJECTS variable with an '=' sign and
remove anything below the .so block. The new block that successfully
compiled
A quick followup, even when I try and use the g++ I cannot seem to pass the
objects (it keeps omitting the .o file generated from nvcc). How can I
have my Makevars file pass a defined list of object files to the final
shared library call?
Alternate gpuRcuda.so block where the build output still