* installing *source* package ‘CMCMC’ ...
** this is package ‘CMCMC’ version ‘0.0.1’
** package ‘CMCMC’ successfully unpacked and MD5 sums checked
** using staged installation
OpenMP not detected; building serial CPU backend.
CUDA toolkit not found; building CMCMC stub backend.
** libs
using C compiler: ‘gcc (GCC) 16.1.1 20260515 (Red Hat 16.1.1-2)’
make[1]: Entering directory '/data/localhost/ripley/R/packages/tests-devel/CMCMC/src'
gcc -I"/data/localhost/ripley/R/R-devel/include" -DNDEBUG -I/usr/local/include -DADD_ -fpic -g -O2 -Wall -pedantic -mtune=native -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -Werror=implicit-function-declaration -Wstrict-prototypes -c cmcmcR.c -o cmcmcR.o
gcc -I"/data/localhost/ripley/R/R-devel/include" -DNDEBUG -I/usr/local/include -DADD_ -fpic -g -O2 -Wall -pedantic -mtune=native -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -Werror=implicit-function-declaration -Wstrict-prototypes -c incaR.c -o incaR.o
gcc -I"/data/localhost/ripley/R/R-devel/include" -DNDEBUG -I/usr/local/include -DADD_ -fpic -g -O2 -Wall -pedantic -mtune=native -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -Werror=implicit-function-declaration -Wstrict-prototypes -c init.c -o init.o
gcc -I"/data/localhost/ripley/R/R-devel/include" -DNDEBUG -I/usr/local/include -DADD_ -fpic -g -O2 -Wall -pedantic -mtune=native -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -Werror=implicit-function-declaration -Wstrict-prototypes -c cmcmc_stub.c -o cmcmc_stub.o
gcc -I"/data/localhost/ripley/R/R-devel/include" -DNDEBUG -I/usr/local/include -DADD_ -fpic -g -O2 -Wall -pedantic -mtune=native -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -Werror=implicit-function-declaration -Wstrict-prototypes -c cmcmc_cpu.c -o cmcmc_cpu.o
cmcmc_cpu.c: In function ‘cmcmcCpuR’:
cmcmc_cpu.c:851:24: warning: ISO C forbids conversion of object pointer to function pointer type [-Wpedantic]
851 | external_logdens = (cpu_logdens_fn)R_ExternalPtrAddr(_logdens_ptr);
| ^
cmcmc_cpu.c: In function ‘incaCpuR’:
cmcmc_cpu.c:1002:24: warning: ISO C forbids conversion of object pointer to function pointer type [-Wpedantic]
1002 | external_logdens = (cpu_logdens_fn)R_ExternalPtrAddr(_logdens_ptr);
| ^
gcc -shared -g -O2 -Wall -pedantic -mtune=native -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -Werror=implicit-function-declaration -Wstrict-prototypes -fpic -L/usr/local/lib64 -o CMCMC.so cmcmcR.o incaR.o init.o cmcmc_stub.o cmcmc_cpu.o
make[1]: Leaving directory '/data/localhost/ripley/R/packages/tests-devel/CMCMC/src'
make[1]: Entering directory '/data/localhost/ripley/R/packages/tests-devel/CMCMC/src'
make[1]: Leaving directory '/data/localhost/ripley/R/packages/tests-devel/CMCMC/src'
installing to /data/localhost/ripley/R/packages/tests-devel/CMCMC.Rcheck/00LOCK-CMCMC/00new/CMCMC/libs
** R
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
** 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 (CMCMC)