* installing *source* package ‘leaps’ ...
** this is package ‘leaps’ version ‘3.2’
** package ‘leaps’ 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/leaps/src'
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 leaps.f -o leaps.o
./leaps.f:202:24: warning: Value of uninitialized local variable 'zero' is used but never defined [-Wused-undefined-variable]
        DOUBLE PRECISION ZERO
                         ^^^^
./leaps.f:309:24: warning: Value of uninitialized local variable 'zero' is used but never defined [-Wused-undefined-variable]
        DOUBLE PRECISION ZERO, DIAG, DY, SSQX
                         ^^^^
./leaps.f:435:24: warning: Value of uninitialized local variable 'large' is used but never defined [-Wused-undefined-variable]
        DOUBLE PRECISION LARGE, ZERO, D1, RHS, D2, X
                         ^^^^^
./leaps.f:435:31: warning: Value of uninitialized local variable 'zero' is used but never defined [-Wused-undefined-variable]
        DOUBLE PRECISION LARGE, ZERO, D1, RHS, D2, X
                                ^^^^
./leaps.f:522:24: warning: Value of uninitialized local variable 'zero' is used but never defined [-Wused-undefined-variable]
        DOUBLE PRECISION ZERO, SSBASE, SM, TEMP
                         ^^^^
./leaps.f:631:24: warning: Value of uninitialized local variable 'large' is used but never defined [-Wused-undefined-variable]
        DOUBLE PRECISION LARGE
                         ^^^^^
./leaps.f:681:24: warning: Value of uninitialized local variable 'under1' is used but never defined [-Wused-undefined-variable]
        DOUBLE PRECISION UNDER1, OVER1
                         ^^^^^^
./leaps.f:681:32: warning: Value of uninitialized local variable 'over1' is used but never defined [-Wused-undefined-variable]
        DOUBLE PRECISION UNDER1, OVER1
                                 ^^^^^
./leaps.f:757:24: warning: Value of uninitialized local variable 'zero' is used but never defined [-Wused-undefined-variable]
        DOUBLE PRECISION ZERO, SSRED, SMAX
                         ^^^^
./leaps.f:966:24: warning: Value of uninitialized local variable 'one' is used but never defined [-Wused-undefined-variable]
        DOUBLE PRECISION ONE, EPS, ZERO, SMAX, BASE, VAR, F, SMIN
                         ^^^
./leaps.f:966:34: warning: Value of uninitialized local variable 'zero' is used but never defined [-Wused-undefined-variable]
        DOUBLE PRECISION ONE, EPS, ZERO, SMAX, BASE, VAR, F, SMIN
                                   ^^^^
./leaps.f:1077:24: warning: Value of uninitialized local variable 'zero' is used but never defined [-Wused-undefined-variable]
        DOUBLE PRECISION ZERO
                         ^^^^
./leaps.f:1121:24: warning: Value of uninitialized local variable 'zero' is used but never defined [-Wused-undefined-variable]
        DOUBLE PRECISION ZERO, TEMP
                         ^^^^
./leaps.f:1218:24: warning: Value of uninitialized local variable 'eps' is used but never defined [-Wused-undefined-variable]
        DOUBLE PRECISION EPS, SUM, ZERO
                         ^^^
./leaps.f:1218:34: warning: Value of uninitialized local variable 'zero' is used but never defined [-Wused-undefined-variable]
        DOUBLE PRECISION EPS, SUM, ZERO
                                   ^^^^
./leaps.f:1274:24: warning: Value of uninitialized local variable 'zero' is used but never defined [-Wused-undefined-variable]
        DOUBLE PRECISION ZERO
                         ^^^^
./leaps.f:1317:35: warning: Value of uninitialized local variable 'zero' is used but never defined [-Wused-undefined-variable]
        DOUBLE PRECISION SUMY, SUM, ZERO
                                    ^^^^
./leaps.f:1400:24: warning: Value of uninitialized local variable 'zero' is used but never defined [-Wused-undefined-variable]
        DOUBLE PRECISION ZERO, D1, D2, X, ONE, D1NEW, D2NEW, CBAR, SBAR, Y
                         ^^^^
./leaps.f:1400:41: warning: Value of uninitialized local variable 'one' is used but never defined [-Wused-undefined-variable]
        DOUBLE PRECISION ZERO, D1, D2, X, ONE, D1NEW, D2NEW, CBAR, SBAR, Y
                                          ^^^
./leaps.f:1599:24: warning: Value of uninitialized local variable 'zero' is used but never defined [-Wused-undefined-variable]
        DOUBLE PRECISION ZERO, W, Y, XI, DI, WXI, DPI, CBAR, SBAR, XK
                         ^^^^
flang-22  -fpic  -O2 -pedantic  -c leapshdr.f -o leapshdr.o
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 leaps.so init.o leaps.o leapshdr.o -lflang_rt.runtime -lm
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-clang/leaps/src'
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-clang/leaps/src'
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-clang/leaps/src'
installing to /data/gannet/ripley/R/packages/tests-clang/leaps.Rcheck/00LOCK-leaps/00new/leaps/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 (leaps)