* installing *source* package ‘GeneralizedUmatrixGPU’ ... ** this is package ‘GeneralizedUmatrixGPU’ version ‘0.0.3’ ** using staged installation ** libs using C++ compiler: ‘Debian clang version 19.1.7 (3+b2)’ clang++-19 -std=gnu++17 -I"/home/hornik/tmp/R/include" -DNDEBUG -I../inst/include -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/Rcpp/include' -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/RcppArmadillo/include' -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/RcppParallel/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -Wno-missing-template-arg-list-after-template-kw -Wdeprecated-literal-operator -c RcppExports.cpp -o RcppExports.o clang++-19 -std=gnu++17 -I"/home/hornik/tmp/R/include" -DNDEBUG -I../inst/include -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/Rcpp/include' -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/RcppArmadillo/include' -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/RcppParallel/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -Wno-missing-template-arg-list-after-template-kw -Wdeprecated-literal-operator -c trainSESOM.cpp -o trainSESOM.o In file included from trainSESOM.cpp:2: In file included from ./ocl.h:9: ../inst/include/CL/cl.hpp:4240:21: warning: 'clCreateSampler' is deprecated [-Wdeprecated-declarations] 4240 | object_ = ::clCreateSampler( | ^ ../inst/include/CL/cl.h:1370:56: note: 'clCreateSampler' has been explicitly marked deprecated here 1370 | cl_int * /* errcode_ret */) CL_EXT_SUFFIX__VERSION_2_0_DEPRECATED; | ^ ../inst/include/CL/cl_platform.h:102:74: note: expanded from macro 'CL_EXT_SUFFIX__VERSION_2_0_DEPRECATED' 102 | #define CL_EXT_SUFFIX__VERSION_2_0_DEPRECATED __attribute__((deprecated)) | ^ In file included from trainSESOM.cpp:2: In file included from ./ocl.h:9: ../inst/include/CL/cl.hpp:5084:25: warning: 'clCreateCommandQueue' is deprecated [-Wdeprecated-declarations] 5084 | object_ = ::clCreateCommandQueue( | ^ ../inst/include/CL/cl.h:1362:72: note: 'clCreateCommandQueue' has been explicitly marked deprecated here 1362 | cl_int * /* errcode_ret */) CL_EXT_SUFFIX__VERSION_2_0_DEPRECATED; | ^ ../inst/include/CL/cl_platform.h:102:74: note: expanded from macro 'CL_EXT_SUFFIX__VERSION_2_0_DEPRECATED' 102 | #define CL_EXT_SUFFIX__VERSION_2_0_DEPRECATED __attribute__((deprecated)) | ^ In file included from trainSESOM.cpp:2: In file included from ./ocl.h:9: ../inst/include/CL/cl.hpp:5101:21: warning: 'clCreateCommandQueue' is deprecated [-Wdeprecated-declarations] 5101 | object_ = ::clCreateCommandQueue( | ^ ../inst/include/CL/cl.h:1362:72: note: 'clCreateCommandQueue' has been explicitly marked deprecated here 1362 | cl_int * /* errcode_ret */) CL_EXT_SUFFIX__VERSION_2_0_DEPRECATED; | ^ ../inst/include/CL/cl_platform.h:102:74: note: expanded from macro 'CL_EXT_SUFFIX__VERSION_2_0_DEPRECATED' 102 | #define CL_EXT_SUFFIX__VERSION_2_0_DEPRECATED __attribute__((deprecated)) | ^ In file included from trainSESOM.cpp:2: In file included from ./ocl.h:9: ../inst/include/CL/cl.hpp:5878:15: warning: 'clEnqueueTask' is deprecated [-Wdeprecated-declarations] 5878 | ::clEnqueueTask( | ^ ../inst/include/CL/cl.h:1377:46: note: 'clEnqueueTask' has been explicitly marked deprecated here 1377 | cl_event * /* event */) CL_EXT_SUFFIX__VERSION_2_0_DEPRECATED; | ^ ../inst/include/CL/cl_platform.h:102:74: note: expanded from macro 'CL_EXT_SUFFIX__VERSION_2_0_DEPRECATED' 102 | #define CL_EXT_SUFFIX__VERSION_2_0_DEPRECATED __attribute__((deprecated)) | ^ trainSESOM.cpp:192:9: warning: unused variable 'errorA' [-Wunused-variable] 192 | int errorA = Program_ToroidDistance.build("-cl-fast-relaxed-math -w"); | ^~~~~~ trainSESOM.cpp:201:9: warning: unused variable 'errorB' [-Wunused-variable] 201 | int errorB = Program_NonToroidDistance.build("-cl-fast-relaxed-math -w"); | ^~~~~~ trainSESOM.cpp:210:7: warning: unused variable 'error2' [-Wunused-variable] 210 | int error2 = Program_UpdateWeights.build("-cl-fast-relaxed-math -w"); | ^~~~~~ 7 warnings generated. clang++-19 -std=gnu++17 -shared -L/home/hornik/tmp/R/lib -Wl,-O1 -o GeneralizedUmatrixGPU.so RcppExports.o trainSESOM.o -lOpenCL -L/home/hornik/tmp/R/lib -lR mv GeneralizedUmatrixGPU.so R_OpenCL.so installing to /srv/hornik/tmp/CRAN_pretest/GeneralizedUmatrixGPU.Rcheck/00LOCK-GeneralizedUmatrixGPU/00new/GeneralizedUmatrixGPU/libs ** R ** data *** moving datasets to lazyload DB ** inst ** byte-compile and prepare package for lazy loading ** help *** installing help indices ** building package indices ** testing if installed package can be loaded from temporary location Error: package or namespace load failed for ‘GeneralizedUmatrixGPU’ in library.dynam(lib, package, package.lib): shared object ‘GeneralizedUmatrixGPU.so’ not found Error: loading failed Execution halted ERROR: loading failed * removing ‘/srv/hornik/tmp/CRAN_pretest/GeneralizedUmatrixGPU.Rcheck/GeneralizedUmatrixGPU’