* installing *source* package ‘slp’ ...
** this is package ‘slp’ version ‘1.0-5’
** package ‘slp’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
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/slp/src'
flang-22  -fpic  -O2 -pedantic  -c  dpss.f90 -o dpss.o
./dpss.f90:55:21: warning: Value of local variable 'range' is never used [-Wunused-variable]
         character :: range, order, cmach
                      ^^^^^
./dpss.f90:55:28: warning: Value of local variable 'order' is never used [-Wunused-variable]
         character :: range, order, cmach
                             ^^^^^
./dpss.f90:55:35: warning: Value of local variable 'cmach' is never used [-Wunused-variable]
         character :: range, order, cmach
                                    ^^^^^
./dpss.f90:56:19: warning: Value of local variable 'nsplit' is never used [-Wunused-variable]
         integer :: nsplit, m, info
                    ^^^^^^
./dpss.f90:56:27: warning: Value of local variable 'm' is never used [-Wunused-variable]
         integer :: nsplit, m, info
                            ^
./dpss.f90:56:30: warning: Value of local variable 'info' is never used [-Wunused-variable]
         integer :: nsplit, m, info
                               ^^^^
./dpss.f90:57:30: warning: Value of local variable 'il' is never used [-Wunused-variable]
         integer :: k, ldv, n, il
                               ^^
./dpss.f90:59:29: warning: Value of local variable 'iblock' is never used [-Wunused-variable]
         integer,  pointer :: iblock(:), isplit(:), iwork(:), ifail(:)
                              ^^^^^^
./dpss.f90:59:40: warning: Value of local variable 'isplit' is never used [-Wunused-variable]
         integer,  pointer :: iblock(:), isplit(:), iwork(:), ifail(:)
                                         ^^^^^^
./dpss.f90:59:51: warning: Value of local variable 'iwork' is never used [-Wunused-variable]
         integer,  pointer :: iblock(:), isplit(:), iwork(:), ifail(:)
                                                    ^^^^^
./dpss.f90:59:61: warning: Value of local variable 'ifail' is never used [-Wunused-variable]
         integer,  pointer :: iblock(:), isplit(:), iwork(:), ifail(:)
                                                              ^^^^^
./dpss.f90:60:28: warning: Value of local variable 'vl' is never used [-Wunused-variable]
         double precision :: vl, vu, abstol
                             ^^
./dpss.f90:60:32: warning: Value of local variable 'vu' is never used [-Wunused-variable]
         double precision :: vl, vu, abstol
                                 ^^
flang-22  -fpic  -O2 -pedantic  -c slpdormqr.f -o slpdormqr.o
flang-22  -fpic  -O2 -pedantic  -c slpsvd.f -o slpsvd.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 slp.so dpss.o slpdormqr.o slpsvd.o -L/data/gannet/ripley/R/R-clang/lib -lRlapack -L/data/gannet/ripley/R/R-clang/lib -lRblas -lflang_rt.runtime -lm -lflang_rt.runtime -lm
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-clang/slp/src'
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-clang/slp/src'
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-clang/slp/src'
installing to /data/gannet/ripley/R/packages/tests-clang/slp.Rcheck/00LOCK-slp/00new/slp/libs
** R
** data
** 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 (slp)