* installing *source* package 'poismf' ...
** package 'poismf' successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C compiler: 'gcc.exe (GCC) 13.2.0'
make[1]: Entering directory '/d/temp/RtmpOIwVpo/R.INSTALL29ff436bf940/poismf/src'
gcc  -I"D:/RCompile/recent/R/include" -DNDEBUG -D_FOR_R -DUSE_FC_LEN_T    -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"  -fopenmp    -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c nonnegcg.c -o nonnegcg.o
gcc  -I"D:/RCompile/recent/R/include" -DNDEBUG -D_FOR_R -DUSE_FC_LEN_T    -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"  -fopenmp    -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c poismf.c -o poismf.o
In file included from poismf.c:39:
poismf.c: In function 'tncg_iteration._omp_fn.0':
poismf.h:95:24: warning: 'prev_values' may be used uninitialized [-Wmaybe-uninitialized]
   95 |     #define cblas_tdot cblas_ddot
poismf.c:395:28: note: in expansion of macro 'cblas_tdot'
  395 |             n_unchanged += cblas_tdot(k_int, prev_values, 1, prev_values, 1) <= 1e-4;
      |                            ^~~~~~~~~~
poismf.c:350:13: note: 'prev_values' was declared here
  350 |     real_t *prev_values;
      |             ^~~~~~~~~~~
gcc  -I"D:/RCompile/recent/R/include" -DNDEBUG -D_FOR_R -DUSE_FC_LEN_T    -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"  -fopenmp    -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c pred.c -o pred.o
gcc  -I"D:/RCompile/recent/R/include" -DNDEBUG -D_FOR_R -DUSE_FC_LEN_T    -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"  -fopenmp    -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c rwrapper.c -o rwrapper.o
gcc  -I"D:/RCompile/recent/R/include" -DNDEBUG -D_FOR_R -DUSE_FC_LEN_T    -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"  -fopenmp    -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c tnc.c -o tnc.o
gcc  -I"D:/RCompile/recent/R/include" -DNDEBUG -D_FOR_R -DUSE_FC_LEN_T    -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"  -fopenmp    -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c topN.c -o topN.o
gcc -shared -s -static-libgcc -o poismf.dll poismf-win.def nonnegcg.o poismf.o pred.o rwrapper.o tnc.o topN.o -fopenmp -LD:/RCompile/recent/R/bin/x64 -lRblas -lgfortran -lm -lquadmath -Ld:/rtools44/x86_64-w64-mingw32.static.posix/lib/x64 -Ld:/rtools44/x86_64-w64-mingw32.static.posix/lib -LD:/RCompile/recent/R/bin/x64 -lR
make[1]: Leaving directory '/d/temp/RtmpOIwVpo/R.INSTALL29ff436bf940/poismf/src'
make[1]: Entering directory '/d/temp/RtmpOIwVpo/R.INSTALL29ff436bf940/poismf/src'
make[1]: Leaving directory '/d/temp/RtmpOIwVpo/R.INSTALL29ff436bf940/poismf/src'
installing to d:/Rcompile/CRANpkg/lib/4.5/00LOCK-poismf/00new/poismf/libs/x64
** 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
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path
* MD5 sums
packaged installation of 'poismf' as poismf_0.4.0-4.zip
* DONE (poismf)