* installing *source* package ‘multitaper’ ...
** this is package ‘multitaper’ version ‘1.0-17’
** package ‘multitaper’ 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/multitaper/src'
flang-22 -fpic -O2 -pedantic -c djt.f -o djt.o
flang-22 -fpic -O2 -pedantic -c dpss.f90 -o dpss.o
./djt.f:299:21: warning: Value of local variable 'xx' is never used [-Wunused-variable]
1 ,C2toF, xx, FtoMSC, fnav, xsm2, ff, zpref, d1mach
^^
./djt.f:299:45: warning: Value of local variable 'ff' is never used [-Wunused-variable]
1 ,C2toF, xx, FtoMSC, fnav, xsm2, ff, zpref, d1mach
^^
./djt.f:303:25: warning: Value of local variable 'zz' is never used [-Wunused-variable]
1 ,cx(nord+2), zz
^^
./dpss.f90:56:21: warning: Value of local variable 'range' is never used [-Wunused-variable]
character :: range, order, cmach
^^^^^
./dpss.f90:56:28: warning: Value of local variable 'order' is never used [-Wunused-variable]
character :: range, order, cmach
^^^^^
./dpss.f90:56:35: warning: Value of local variable 'cmach' is never used [-Wunused-variable]
character :: range, order, cmach
^^^^^
./dpss.f90:57:19: warning: Value of local variable 'nsplit' is never used [-Wunused-variable]
integer :: nsplit, m, info
^^^^^^
./dpss.f90:57:27: warning: Value of local variable 'm' is never used [-Wunused-variable]
integer :: nsplit, m, info
^
./dpss.f90:57:30: warning: Value of local variable 'info' is never used [-Wunused-variable]
integer :: nsplit, m, info
^^^^
./dpss.f90:58:30: warning: Value of local variable 'il' is never used [-Wunused-variable]
integer :: k, ldv, n, il
^^
./dpss.f90:60:29: warning: Value of local variable 'iblock' is never used [-Wunused-variable]
integer, pointer :: iblock(:), isplit(:), iwork(:), ifail(:)
^^^^^^
./dpss.f90:60:40: warning: Value of local variable 'isplit' is never used [-Wunused-variable]
integer, pointer :: iblock(:), isplit(:), iwork(:), ifail(:)
^^^^^^
./dpss.f90:60:51: warning: Value of local variable 'iwork' is never used [-Wunused-variable]
integer, pointer :: iblock(:), isplit(:), iwork(:), ifail(:)
^^^^^
./dpss.f90:60:61: warning: Value of local variable 'ifail' is never used [-Wunused-variable]
integer, pointer :: iblock(:), isplit(:), iwork(:), ifail(:)
^^^^^
./dpss.f90:61:28: warning: Value of local variable 'vl' is never used [-Wunused-variable]
double precision :: vl, vu, abstol
^^
./dpss.f90:61:32: warning: Value of local variable 'vu' is never used [-Wunused-variable]
double precision :: vl, vu, abstol
^^
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 multitaper_init.c -o multitaper_init.o
flang-22 -fpic -O2 -pedantic -c sine.f -o sine.o
./sine.f:166:43: warning: Value of uninitialized local variable 'c1' is used but never defined [-Wused-undefined-variable]
* , sigR, opt(nFreqs), fact, df, c1, c2
^^
./sine.f:166:47: warning: Value of uninitialized local variable 'c2' is used but never defined [-Wused-undefined-variable]
* , sigR, opt(nFreqs), fact, df, c1, c2
^^
./sine.f:168:15: warning: Default real literal in REAL(8) context might need a kind suffix, as its rounded value 1.2000000476837158203125_4 is inexact [-Wreal-constant-widening]
data c1/1.2000/, c2/3.437/
^^^^^^
./sine.f:168:27: warning: Default real literal in REAL(8) context might need a kind suffix, as its rounded value 3.4370000362396240234375_4 is inexact [-Wreal-constant-widening]
data c1/1.2000/, c2/3.437/
^^^^^
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 multitaper.so djt.o dpss.o multitaper_init.o sine.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/multitaper/src'
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-clang/multitaper/src'
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-clang/multitaper/src'
installing to /data/gannet/ripley/R/packages/tests-clang/multitaper.Rcheck/00LOCK-multitaper/00new/multitaper/libs
** R
** data
*** moving datasets to lazyload DB
** 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 (multitaper)