* installing *source* package ‘usearchlite’ ... ** this is package ‘usearchlite’ version ‘0.1.0’ ** using staged installation ** libs specified C++17 using C++ compiler: ‘Debian clang version 21.1.8 (3)’ using C++17 clang++-21 -std=gnu++17 -I"/home/hornik/tmp/R/include" -DNDEBUG -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/cpp11/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -I. -DUSEARCH_USE_SIMSIMD=0 -DUSEARCH_USE_OPENMP=0 -DUSEARCH_USE_FP16LIB=0 -fpic -g -O3 -Wall -pedantic -c cpp11.cpp -o cpp11.o clang++-21 -std=gnu++17 -I"/home/hornik/tmp/R/include" -DNDEBUG -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/cpp11/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -I. -DUSEARCH_USE_SIMSIMD=0 -DUSEARCH_USE_OPENMP=0 -DUSEARCH_USE_FP16LIB=0 -fpic -g -O3 -Wall -pedantic -c index.cpp -o index.o clang++-21 -std=gnu++17 -I"/home/hornik/tmp/R/include" -DNDEBUG -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/cpp11/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -I. -DUSEARCH_USE_SIMSIMD=0 -DUSEARCH_USE_OPENMP=0 -DUSEARCH_USE_FP16LIB=0 -fpic -g -O3 -Wall -pedantic -c usearch_impl.cpp -o usearch_impl.o In file included from usearch_impl.cpp:3: In file included from ./usearch/index_dense.hpp:12: ./usearch/index_plugins.hpp:1556:9: warning: loop not vectorized: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 1556 | for (std::size_t i = 0; i != dim; ++i) { | ^ ./usearch/index_plugins.hpp:1556:9: warning: loop not vectorized: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] ./usearch/index_plugins.hpp:1556:9: warning: loop not vectorized: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] ./usearch/index_plugins.hpp:1556:9: warning: loop not vectorized: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 4 warnings generated. clang++-21 -std=gnu++17 -shared -L/home/hornik/tmp/R/lib -Wl,-O1 -o usearchlite.so cpp11.o index.o usearch_impl.o -L/home/hornik/tmp/R/lib -lR installing to /srv/hornik/tmp/CRAN_pretest/usearchlite.Rcheck/00LOCK-usearchlite/00new/usearchlite/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 (usearchlite)