* installing *source* package ‘cudaverse’ ...
** this is package ‘cudaverse’ version ‘0.4.1’
** package ‘cudaverse’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
specified C++17
using C++ compiler: ‘g++ (GCC) 16.2.1 20260819 (Red Hat 16.2.1-2)’
using C++17
make[1]: Entering directory '/data/localhost/ripley/R/packages/tests-devel/cudaverse/src'
g++ -std=gnu++17 -I"/data/localhost/ripley/R/R-devel/include" -DNDEBUG   -I/usr/local/include    -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection   -c cpu_topk.cpp -o cpu_topk.o
g++ -std=gnu++17 -I"/data/localhost/ripley/R/R-devel/include" -DNDEBUG   -I/usr/local/include    -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection   -c native_backend.cpp -o native_backend.o
g++ -std=gnu++17 -shared -L/usr/local/lib64 -o cudaverse.so cpu_topk.o native_backend.o -ldl
make[1]: Leaving directory '/data/localhost/ripley/R/packages/tests-devel/cudaverse/src'
make[1]: Entering directory '/data/localhost/ripley/R/packages/tests-devel/cudaverse/src'
make[1]: Leaving directory '/data/localhost/ripley/R/packages/tests-devel/cudaverse/src'
installing to /data/localhost/ripley/R/packages/tests-devel/cudaverse.Rcheck/00LOCK-cudaverse/00new/cudaverse/libs
** R
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
*** copying figures
** building package indices
** installing vignettes
** testing if installed package can be loaded from temporary location
** checking absolute paths in shared objects and dynamic libraries
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path
* DONE (cudaverse)