* installing to library ‘/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages’
* installing *source* package ‘harmony’ ...
** this is package ‘harmony’ version ‘2.0.2’
** package ‘harmony’ successfully unpacked and MD5 sums checked
** using staged installation
checking for BLAS procedures (sdot_, sgemm_)...
BLAS procedures NOT found -- disabling BLAS for Armadillo
checking for LAPACK procedures (sgesv_)...
LAPACK procedures NOT found -- disabling LAPACK for Armadillo
configure: src/Makevars written
PKG_CXXFLAGS = -DARMA_USE_CURRENT -DARMA_DONT_USE_BLAS -DARMA_DONT_USE_LAPACK
PKG_LIBS = -llapack -L/home/hornik/tmp/R.check/r-devel-gcc/Work/build/lib -lRblas -lgfortran -lm -latomic_asneeded -lquadmath
** libs
using C++ compiler: ‘g++-16 (Debian 16-20260425-1) 16.0.1 20260425 (prerelease) [gcc-16 r16-8812-gd9c07462a22]’
make[1]: Entering directory '/tmp/RtmpabP3ip/R.INSTALL2112aa28ffecc9/harmony/src'
g++-16 -std=gnu++20 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppArmadillo/include' -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppProgress/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -DARMA_USE_CURRENT -DARMA_DONT_USE_BLAS -DARMA_DONT_USE_LAPACK -fpic -g -O2 -Wall -pedantic -mtune=native -c RcppExports.cpp -o RcppExports.o
g++-16 -std=gnu++20 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppArmadillo/include' -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppProgress/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -DARMA_USE_CURRENT -DARMA_DONT_USE_BLAS -DARMA_DONT_USE_LAPACK -fpic -g -O2 -Wall -pedantic -mtune=native -c harmony.cpp -o harmony.o
harmony.cpp: In member function ‘void harmony::moe_correct_ridge_cpp()’:
harmony.cpp:374:64: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘__gnu_cxx::__alloc_traits<std::allocator<int>, int>::value_type’ {aka ‘int’} [-Wsign-compare]
374 | if ((current_covariate < covariate_bounds.size()) && !(b < covariate_bounds[current_covariate])) {
harmony.cpp:395:64: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘__gnu_cxx::__alloc_traits<std::allocator<int>, int>::value_type’ {aka ‘int’} [-Wsign-compare]
395 | if ((current_covariate < covariate_bounds.size()) && !(b < covariate_bounds[current_covariate])) {
g++-16 -std=gnu++20 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppArmadillo/include' -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppProgress/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -DARMA_USE_CURRENT -DARMA_DONT_USE_BLAS -DARMA_DONT_USE_LAPACK -fpic -g -O2 -Wall -pedantic -mtune=native -c timer.cpp -o timer.o
g++-16 -std=gnu++20 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppArmadillo/include' -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppProgress/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -DARMA_USE_CURRENT -DARMA_DONT_USE_BLAS -DARMA_DONT_USE_LAPACK -fpic -g -O2 -Wall -pedantic -mtune=native -c utils.cpp -o utils.o
g++-16 -std=gnu++20 -shared -L/home/hornik/tmp/R.check/r-devel-gcc/Work/build/lib -Wl,-O1 -o harmony.so RcppExports.o harmony.o timer.o utils.o -llapack -L/home/hornik/tmp/R.check/r-devel-gcc/Work/build/lib -lRblas -lgfortran -lm -latomic_asneeded -lquadmath -L/home/hornik/tmp/R.check/r-devel-gcc/Work/build/lib -lR
make[1]: Leaving directory '/tmp/RtmpabP3ip/R.INSTALL2112aa28ffecc9/harmony/src'
make[1]: Entering directory '/tmp/RtmpabP3ip/R.INSTALL2112aa28ffecc9/harmony/src'
make[1]: Leaving directory '/tmp/RtmpabP3ip/R.INSTALL2112aa28ffecc9/harmony/src'
installing to /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/00LOCK-harmony/00new/harmony/libs
** R
** data
*** moving datasets to lazyload DB
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
*** copying figures
** building package indices
** installing vignettes
** 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 (harmony)