* installing *source* package ‘nbpMatching’ ...
** this is package ‘nbpMatching’ version ‘1.5.6’
** package ‘nbpMatching’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C compiler: ‘clang version 22.1.0 (https://github.com/llvm/llvm-project 4434dabb69916856b824f68a64b029c67175e532)’
using Fortran compiler: ‘flang version 22.1.0 (https://github.com/llvm/llvm-project 4434dabb69916856b824f68a64b029c67175e532)’
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-clang/nbpMatching/src'
flang-22 -fpic -O2 -pedantic -c fcorematch.f -o fcorematch.o
./fcorematch.f:69:28: warning: Value of local variable 'yb' is never used [-Wunused-variable]
* Y2B,YB
^^
./fcorematch.f:207:46: warning: Value of local variable 'zfw' is never used [-Wunused-variable]
INTEGER BASIS(N),MEM(N),KA(N),KB(N),ZFW
^^^
./fcorematch.f:211:55: warning: Value of local variable 'c0' is never used [-Wunused-variable]
DOUBLE PRECISION Y1(N),Y2(N),DMINUS(N),DPLUS(N),C0,D,DBEST,Y1B,
^^
./fcorematch.f:211:66: warning: Value of local variable 'y1b' is never used [-Wunused-variable]
DOUBLE PRECISION Y1(N),Y2(N),DMINUS(N),DPLUS(N),C0,D,DBEST,Y1B,
^^^
./fcorematch.f:212:24: warning: Value of local variable 'y2b' is never used [-Wunused-variable]
* Y2B,YB
^^^
./fcorematch.f:212:28: warning: Value of local variable 'yb' is never used [-Wunused-variable]
* Y2B,YB
^^
./fcorematch.f:266:46: warning: Value of local variable 'zfw' is never used [-Wunused-variable]
INTEGER BASIS(N),MEM(N),KA(N),KB(N),ZFW
^^^
./fcorematch.f:270:55: warning: Value of local variable 'c0' is never used [-Wunused-variable]
DOUBLE PRECISION Y1(N),Y2(N),DMINUS(N),DPLUS(N),C0,D,DBEST,Y1B,
^^
./fcorematch.f:270:58: warning: Value of local variable 'd' is never used [-Wunused-variable]
DOUBLE PRECISION Y1(N),Y2(N),DMINUS(N),DPLUS(N),C0,D,DBEST,Y1B,
^
./fcorematch.f:271:24: warning: Value of local variable 'y2b' is never used [-Wunused-variable]
* Y2B,YB
^^^
./fcorematch.f:271:28: warning: Value of local variable 'yb' is never used [-Wunused-variable]
* Y2B,YB
^^
./fcorematch.f:391:46: warning: Value of local variable 'zfw' is never used [-Wunused-variable]
INTEGER BASIS(N),MEM(N),KA(N),KB(N),ZFW
^^^
./fcorematch.f:415:55: warning: Value of local variable 'c0' is never used [-Wunused-variable]
DOUBLE PRECISION DPLUS(N),DMINUS(N),Y1(N),Y2(N),C0,D,DBEST,YB,
^^
./fcorematch.f:415:60: warning: Value of local variable 'dbest' is never used [-Wunused-variable]
DOUBLE PRECISION DPLUS(N),DMINUS(N),Y1(N),Y2(N),C0,D,DBEST,YB,
^^^^^
./fcorematch.f:629:46: warning: Value of local variable 'zfw' is never used [-Wunused-variable]
INTEGER BASIS(N),MEM(N),KA(N),KB(N),ZFW
^^^
./fcorematch.f:633:55: warning: Value of local variable 'd' is never used [-Wunused-variable]
DOUBLE PRECISION Y1(N),Y2(N),DMINUS(N),DPLUS(N),D,DBEST,Y1B,Y2B,
^
./fcorematch.f:633:67: warning: Value of local variable 'y2b' is never used [-Wunused-variable]
DOUBLE PRECISION Y1(N),Y2(N),DMINUS(N),DPLUS(N),D,DBEST,Y1B,Y2B,
^^^
clang-22 -std=gnu23 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -isystem /usr/local/clang22/include -I/usr/local/clang/include -fpic -O3 -Wall -pedantic -Wp,-D_FORTIFY_SOURCE=3 -c init.c -o init.o
flang-22 -fpic -O2 -pedantic -c mwrap.f -o mwrap.o
./mwrap.f:23:11: warning: underflow on power with INTEGER exponent [-Wfolding-exception]
EPS=10.**(-38)
^^^^^^^^^^
clang-22 -std=gnu23 -shared -L/usr/local/clang/lib64 -L/usr/local/clang22/lib -L/usr/local/clang22/lib/x86_64-unknown-linux-gnu -L/usr/local/lib64 -L/usr/local/clang21/lib/clang/22/lib/x86_64-unknown-linux-gnu -o nbpMatching.so fcorematch.o init.o mwrap.o -lflang_rt.runtime -lm
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-clang/nbpMatching/src'
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-clang/nbpMatching/src'
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-clang/nbpMatching/src'
installing to /data/gannet/ripley/R/packages/tests-clang/nbpMatching.Rcheck/00LOCK-nbpMatching/00new/nbpMatching/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 (nbpMatching)