* installing *source* package ‘RcppXsimd’ ...
** this is package ‘RcppXsimd’ version ‘7.1.6-1’
** package ‘RcppXsimd’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C++ compiler: ‘clang version 21.1.8’
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-clang/RcppXsimd/src'
/usr/local/clang21/bin/clang++ -std=gnu++17 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -I../inst/include -I'/data/gannet/ripley/R/test-clang/Rcpp/include' -isystem /usr/local/clang21/include -I/usr/local/clang/include    -fpic  -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw   -c RcppXsimd.cpp -o RcppXsimd.o
In file included from RcppXsimd.cpp:1:
In file included from ../inst/include/xsimd/xsimd.hpp:12:
In file included from ../inst/include/xsimd/memory/xsimd_alignment.hpp:13:
../inst/include/xsimd/memory/xsimd_aligned_allocator.hpp:72:70: warning: 'const_pointer' is deprecated [-Wdeprecated-declarations]
   72 |         pointer allocate(size_type n, typename std::allocator<void>::const_pointer hint = 0);
      |                                                                      ^
/usr/local/clang21/bin/../include/c++/v1/__memory/allocator.h:44:3: note: 'const_pointer' has been explicitly marked deprecated here
   44 |   _LIBCPP_DEPRECATED_IN_CXX17 typedef const void* const_pointer;
      |   ^
/usr/local/clang21/bin/../include/c++/v1/__config:740:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17'
  740 | #    define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED
      |                                         ^
/usr/local/clang21/bin/../include/c++/v1/__config:713:49: note: expanded from macro '_LIBCPP_DEPRECATED'
  713 | #      define _LIBCPP_DEPRECATED __attribute__((__deprecated__))
      |                                                 ^
In file included from RcppXsimd.cpp:1:
In file included from ../inst/include/xsimd/xsimd.hpp:12:
In file included from ../inst/include/xsimd/memory/xsimd_alignment.hpp:13:
../inst/include/xsimd/memory/xsimd_aligned_allocator.hpp:173:44: warning: 'const_pointer' is deprecated [-Wdeprecated-declarations]
  173 |             typename std::allocator<void>::const_pointer) -> pointer
      |                                            ^
/usr/local/clang21/bin/../include/c++/v1/__memory/allocator.h:44:3: note: 'const_pointer' has been explicitly marked deprecated here
   44 |   _LIBCPP_DEPRECATED_IN_CXX17 typedef const void* const_pointer;
      |   ^
/usr/local/clang21/bin/../include/c++/v1/__config:740:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17'
  740 | #    define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED
      |                                         ^
/usr/local/clang21/bin/../include/c++/v1/__config:713:49: note: expanded from macro '_LIBCPP_DEPRECATED'
  713 | #      define _LIBCPP_DEPRECATED __attribute__((__deprecated__))
      |                                                 ^
/usr/local/clang21/bin/clang++ -std=gnu++17 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -I../inst/include -I'/data/gannet/ripley/R/test-clang/Rcpp/include' -isystem /usr/local/clang21/include -I/usr/local/clang/include    -fpic  -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw   -c RcppExports.cpp -o RcppExports.o
2 warnings generated.
/usr/local/clang21/bin/clang++ -std=gnu++17 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -I../inst/include -I'/data/gannet/ripley/R/test-clang/Rcpp/include' -isystem /usr/local/clang21/include -I/usr/local/clang/include    -fpic  -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw   -c FeatureDetector/cpu.cpp -o FeatureDetector/cpu.o
/usr/local/clang21/bin/clang++ -std=gnu++17 -shared -L/usr/local/clang/lib64 -L/usr/local/clang21/lib -L/usr/local/clang21/lib/x86_64-unknown-linux-gnu -L/usr/local/lib64 -o RcppXsimd.so RcppXsimd.o RcppExports.o FeatureDetector/cpu.o
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-clang/RcppXsimd/src'
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-clang/RcppXsimd/src'
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-clang/RcppXsimd/src'
installing to /data/gannet/ripley/R/packages/tests-clang/RcppXsimd.Rcheck/00LOCK-RcppXsimd/00new/RcppXsimd/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 (RcppXsimd)