* installing *source* package ‘N2R’ ...
** this is package ‘N2R’ version ‘1.0.4’
** package ‘N2R’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C++ compiler: ‘g++ (GCC) 15.2.1 20260123 (Red Hat 15.2.1-7)’
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/N2R/src'
g++ -std=gnu++20 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG  -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I'/data/gannet/ripley/R/test-dev/RcppSpdlog/include' -I'/data/gannet/ripley/R/test-dev/RcppEigen/include' -I/usr/local/include   -I"../inst/include" -I"./n2/include" -fopenmp  -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'/data/gannet/ripley/R/test-dev/Rcpp/include' -I'/data/gannet/ripley/R/test-dev/RcppSpdlog/include' -I'/data/gannet/ripley/R/test-dev/RcppEigen/include' -I/usr/local/include   -I"../inst/include" -I"./n2/include" -fopenmp  -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 check_openmp.cpp -o check_openmp.o
g++ -std=gnu++20 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG  -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I'/data/gannet/ripley/R/test-dev/RcppSpdlog/include' -I'/data/gannet/ripley/R/test-dev/RcppEigen/include' -I/usr/local/include   -I"../inst/include" -I"./n2/include" -fopenmp  -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 n2knn.cpp -o n2knn.o
(cd n2  && CFLAGS="-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 " CXXFLAGS="-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 " MAKE="make -f \"/data/gannet/ripley/R/R-devel/etc/Makeconf\" -f Makefile" make -f "/data/gannet/ripley/R/R-devel/etc/Makeconf" -f Makefile lib) || exit 1;
make[2]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/N2R/src/n2'
g++ -std=gnu++20 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG  -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I'/data/gannet/ripley/R/test-dev/RcppSpdlog/include' -I'/data/gannet/ripley/R/test-dev/RcppEigen/include' -I/usr/local/include   -I"./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 base.cc -o base.o
g++ -std=gnu++20 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG  -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I'/data/gannet/ripley/R/test-dev/RcppSpdlog/include' -I'/data/gannet/ripley/R/test-dev/RcppEigen/include' -I/usr/local/include   -I"./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 hnsw.cc -o hnsw.o
hnsw.cc:386: warning: ignoring ‘#pragma omp parallel’ [-Wunknown-pragmas]
  386 |         #pragma omp parallel num_threads(num_threads_)
hnsw.cc:390: warning: ignoring ‘#pragma omp for’ [-Wunknown-pragmas]
  390 |             #pragma omp for schedule(dynamic,128)
hnsw.cc:401: warning: ignoring ‘#pragma omp parallel’ [-Wunknown-pragmas]
  401 |         #pragma omp parallel num_threads(num_threads_)
hnsw.cc:404: warning: ignoring ‘#pragma omp for’ [-Wunknown-pragmas]
  404 |             #pragma omp for schedule(dynamic,128)
hnsw.cc:621: warning: ignoring ‘#pragma omp parallel’ [-Wunknown-pragmas]
  621 | #pragma omp parallel for schedule(dynamic,128) num_threads(num_threads_)
g++ -std=gnu++20 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG  -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I'/data/gannet/ripley/R/test-dev/RcppSpdlog/include' -I'/data/gannet/ripley/R/test-dev/RcppEigen/include' -I/usr/local/include   -I"./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 hnsw_node.cc -o hnsw_node.o
g++ -std=gnu++20 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG  -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I'/data/gannet/ripley/R/test-dev/RcppSpdlog/include' -I'/data/gannet/ripley/R/test-dev/RcppEigen/include' -I/usr/local/include   -I"./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 distance.cc -o distance.o
g++ -std=gnu++20 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG  -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I'/data/gannet/ripley/R/test-dev/RcppSpdlog/include' -I'/data/gannet/ripley/R/test-dev/RcppEigen/include' -I/usr/local/include   -I"./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 heuristic.cc -o heuristic.o
g++ -std=gnu++20 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG  -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I'/data/gannet/ripley/R/test-dev/RcppSpdlog/include' -I'/data/gannet/ripley/R/test-dev/RcppEigen/include' -I/usr/local/include   -I"./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 mmap.cc -o mmap.o
ar rvs ../libn2.a base.o hnsw.o hnsw_node.o distance.o heuristic.o mmap.o
ar: creating ../libn2.a
a - base.o
a - hnsw.o
a - hnsw_node.o
a - distance.o
a - heuristic.o
a - mmap.o
make[2]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/N2R/src/n2'
g++ -std=gnu++20 -shared -L/usr/local/lib64 -o N2R.so RcppExports.o check_openmp.o n2knn.o -L. -lpthread -ln2 -lm -llapack -L/data/gannet/ripley/R/R-devel/lib -lRblas -lgfortran -lm -lquadmath -fopenmp
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/N2R/src'
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/N2R/src'
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/N2R/src'
installing to /data/gannet/ripley/R/packages/tests-devel/N2R.Rcheck/00LOCK-N2R/00new/N2R/libs
** R
** 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
** 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 (N2R)