* installing *source* package ‘tripack’ ...
** this is package ‘tripack’ version ‘1.3-9.4’
** package ‘tripack’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C compiler: ‘clang version 22.1.7 (https://github.com/llvm/llvm-project a255c1ed36a1d06f79bd2633ba9f8d900153007c)’
using Fortran compiler: ‘flang version 22.1.7 (https://github.com/llvm/llvm-project a255c1ed36a1d06f79bd2633ba9f8d900153007c)’
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-clang/tripack/src'
flang-22 -fpic -O2 -pedantic -c dsos.f -o dsos.o
flang-22 -fpic -O2 -pedantic -c inhull.f -o inhull.o
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 left.f -o left.o
flang-22 -fpic -O2 -pedantic -c qsort.f -o qsort.o
flang-22 -fpic -O2 -pedantic -c tripack.f -o tripack.o
flang-22 -fpic -O2 -pedantic -c troutp.f -o troutp.o
flang-22 -fpic -O2 -pedantic -c troutq.f -o troutq.o
flang-22 -fpic -O2 -pedantic -c vleft.f -o vleft.o
flang-22 -fpic -O2 -pedantic -c voronoi.f -o voronoi.o
./troutp.f:62:23: warning: Value of uninitialized local variable 'nlmax' is used but never defined [-Wused-undefined-variable]
. ND, NL, NLMAX, NMAX, NODE, NN
^^^^^
./troutp.f:62:30: warning: Value of uninitialized local variable 'nmax' is used but never defined [-Wused-undefined-variable]
. ND, NL, NLMAX, NMAX, NODE, NN
^^^^
./troutq.f:66:23: warning: Value of uninitialized local variable 'nlmax' is used but never defined [-Wused-undefined-variable]
. ND, NL, NLMAX, NMAX, NODE, NN
^^^^^
./troutq.f:66:30: warning: Value of uninitialized local variable 'nmax' is used but never defined [-Wused-undefined-variable]
. ND, NL, NLMAX, NMAX, NODE, NN
^^^^
./tripack.f:3779:36: warning: Value of local variable 'ya' is never used [-Wunused-variable]
DOUBLE PRECISION B1, B2, XP, YA, YP
^^
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 -o tripack.so dsos.o inhull.o init.o left.o qsort.o tripack.o troutp.o troutq.o vleft.o voronoi.o -lflang_rt.runtime -lm
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-clang/tripack/src'
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-clang/tripack/src'
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-clang/tripack/src'
installing to /data/gannet/ripley/R/packages/tests-clang/tripack.Rcheck/00LOCK-tripack/00new/tripack/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 (tripack)