* installing *source* package ‘sparselu’ ...
** this is package ‘sparselu’ version ‘0.2.0’
** package ‘sparselu’ successfully unpacked and MD5 sums checked
** using staged installation
configure: created src/Makevars with SuiteSparse flags.
** libs
using C++ compiler: ‘g++ (GCC) 15.1.1 20250521 (Red Hat 15.1.1-2)’
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/sparselu/src'
g++ -std=gnu++20 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I/usr/include -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -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 RcppExports.cpp -o RcppExports.o
g++ -std=gnu++20 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I/usr/include -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -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 sparselu.cpp -o sparselu.o
g++ -std=gnu++20 -shared -L/usr/local/lib64 -o sparselu.so RcppExports.o sparselu.o -L/usr/lib -lumfpack -lamd -lsuitesparseconfig -llapack -L/data/gannet/ripley/R/R-devel/lib -lRblas -lgfortran -lm -lquadmath
/usr/bin/ld: skipping incompatible /usr/lib/libm.so when searching for -lm
/usr/bin/ld: skipping incompatible /usr/lib/libc.so when searching for -lc
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/sparselu/src'
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/sparselu/src'
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/sparselu/src'
installing to /data/gannet/ripley/R/packages/tests-devel/sparselu.Rcheck/00LOCK-sparselu/00new/sparselu/libs
** R
** 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
** 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 (sparselu)