* installing *source* package ‘qtlmt’ ...
** package ‘qtlmt’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C++ compiler: ‘g++-13 (GCC) 13.2.0’
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/qtlmt/src'
g++-13 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG   -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 qtlmt.cc -o qtlmt.o
qtlmt.cc: In function 'void svd(double**, int, int, double*, double**)':
qtlmt.cc:695:26: warning: 'nm' may be used uninitialized [-Wmaybe-uninitialized]
  695 |                   y=a[j][nm];
      |                          ^~
qtlmt.cc:588:28: note: 'nm' was declared here
  588 |    int flag,i,its,j,jj,k,l,nm;
      |                            ^~
g++-13 -std=gnu++17 -shared -L/usr/local/gcc13/lib64 -L/usr/local/lib64 -L/usr/local/clang18/lib/x86_64-unknown-linux-gnu -o qtlmt.so qtlmt.o
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/qtlmt/src'
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/qtlmt/src'
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/qtlmt/src'
installing to /data/gannet/ripley/R/packages/tests-devel/qtlmt.Rcheck/00LOCK-qtlmt/00new/qtlmt/libs
** R
** data
** 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 (qtlmt)