* installing *source* package ‘Iso’ ...
** this is package ‘Iso’ version ‘0.0-21’
** package ‘Iso’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C compiler: ‘clang version 22.1.1 (https://github.com/llvm/llvm-project fef02d48c08db859ef83f84232ed78bd9d1c323a)’
using Fortran compiler: ‘flang version 22.1.1 (https://github.com/llvm/llvm-project fef02d48c08db859ef83f84232ed78bd9d1c323a)’
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-clang/Iso/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 pava.f -o pava.o
flang-22 -fpic -O2 -pedantic -c smooth.f -o smooth.o
./smooth.f:18:12: warning: Value of uninitialized local variable 'zero' is used but never defined [-Wused-undefined-variable]
DATA ZERO/0.0d0/, DELTA/0.00001d0/, FRACT/0.5d0/
^^^^
./smooth.f:18:25: warning: Value of uninitialized local variable 'delta' is used but never defined [-Wused-undefined-variable]
DATA ZERO/0.0d0/, DELTA/0.00001d0/, FRACT/0.5d0/
^^^^^
./smooth.f:18:43: warning: Value of uninitialized local variable 'fract' is used but never defined [-Wused-undefined-variable]
DATA ZERO/0.0d0/, DELTA/0.00001d0/, FRACT/0.5d0/
^^^^^
./smooth.f:265:12: warning: Value of uninitialized local variable 'zero' is used but never defined [-Wused-undefined-variable]
DATA ZERO/0.0d0/
^^^^
flang-22 -fpic -O2 -pedantic -c ufit.f -o ufit.o
flang-22 -fpic -O2 -pedantic -c unimode.f -o unimode.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 Iso.so init.o pava.o smooth.o ufit.o unimode.o -lflang_rt.runtime -lm
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-clang/Iso/src'
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-clang/Iso/src'
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-clang/Iso/src'
installing to /data/gannet/ripley/R/packages/tests-clang/Iso.Rcheck/00LOCK-Iso/00new/Iso/libs
** R
** data
*** moving datasets to lazyload DB
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
** building package indices
** installing vignettes
** 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 (Iso)