* installing to library ‘/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages’
* 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-16 (Debian 16.1.0-2) 16.1.0’
make[1]: Entering directory '/home/hornik/tmp/scratch/RtmpluUE9v/R.INSTALL35b85e4d8dcf50/CMCMC/src'
gcc-16 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG -I/usr/local/include -D_FORTIFY_SOURCE=3 -DADD_ -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c cmcmcR.c -o cmcmcR.o
gcc-16 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG -I/usr/local/include -D_FORTIFY_SOURCE=3 -DADD_ -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c incaR.c -o incaR.o
gcc-16 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG -I/usr/local/include -D_FORTIFY_SOURCE=3 -DADD_ -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c init.c -o init.o
gcc-16 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG -I/usr/local/include -D_FORTIFY_SOURCE=3 -DADD_ -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c cmcmc_stub.c -o cmcmc_stub.o
gcc-16 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG -I/usr/local/include -D_FORTIFY_SOURCE=3 -DADD_ -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -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-16 -shared -L/home/hornik/tmp/R.check/r-devel-gcc/Work/build/lib -Wl,-O1 -o CMCMC.so cmcmcR.o incaR.o init.o cmcmc_stub.o cmcmc_cpu.o -L/home/hornik/tmp/R.check/r-devel-gcc/Work/build/lib -lR
make[1]: Leaving directory '/home/hornik/tmp/scratch/RtmpluUE9v/R.INSTALL35b85e4d8dcf50/CMCMC/src'
make[1]: Entering directory '/home/hornik/tmp/scratch/RtmpluUE9v/R.INSTALL35b85e4d8dcf50/CMCMC/src'
make[1]: Leaving directory '/home/hornik/tmp/scratch/RtmpluUE9v/R.INSTALL35b85e4d8dcf50/CMCMC/src'
installing to /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/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)