* installing *source* package ‘limSolve’ ...
** this is package ‘limSolve’ version ‘2.0.1’
** package ‘limSolve’ 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/limSolve/src'
flang-22 -fpic -O2 -pedantic -c colrow.f -o colrow.o
./colrow.f:268:45: warning: Value of uninitialized local variable 'zero' is used but never defined [-Wused-undefined-variable]
DOUBLE PRECISION SWAP,COLMLT,PIVMAX,ZERO,TEMPIV
^^^^
flang-22 -fpic -O2 -pedantic -c inverse.f -o inverse.o
./inverse.f:980:31: warning: Value of uninitialized local variable 'cutlo' is used but never defined [-Wused-undefined-variable]
DOUBLE PRECISION DX(*), CUTLO, CUTHI, HITEST, SUM, XMAX, ZERO,
^^^^^
./inverse.f:980:38: warning: Value of uninitialized local variable 'cuthi' is used but never defined [-Wused-undefined-variable]
DOUBLE PRECISION DX(*), CUTLO, CUTHI, HITEST, SUM, XMAX, ZERO,
^^^^^
./inverse.f:980:64: warning: Value of uninitialized local variable 'zero' is used but never defined [-Wused-undefined-variable]
DOUBLE PRECISION DX(*), CUTLO, CUTHI, HITEST, SUM, XMAX, ZERO,
^^^^
./inverse.f:981:24: warning: Value of uninitialized local variable 'one' is used but never defined [-Wused-undefined-variable]
& ONE
^^^
./inverse.f:4186:43: warning: Value of uninitialized local variable 'two' is used but never defined [-Wused-undefined-variable]
DOUBLE PRECISION DFLAG,DH12,DH22,DX,TWO,Z,DH11,DH21,
^^^
./inverse.f:4187:20: warning: Value of uninitialized local variable 'zero' is used but never defined [-Wused-undefined-variable]
& DPARAM,DY,W,ZERO
^^^^
./inverse.f:4317:24: warning: Value of uninitialized local variable 'gam' is used but never defined [-Wused-undefined-variable]
DOUBLE PRECISION GAM,ONE,RGAMSQ,DD2,DH11,DH21,DPARAM,DP2,
^^^
./inverse.f:4317:28: warning: Value of uninitialized local variable 'one' is used but never defined [-Wused-undefined-variable]
DOUBLE PRECISION GAM,ONE,RGAMSQ,DD2,DH11,DH21,DPARAM,DP2,
^^^
./inverse.f:4317:32: warning: Value of uninitialized local variable 'rgamsq' is used but never defined [-Wused-undefined-variable]
DOUBLE PRECISION GAM,ONE,RGAMSQ,DD2,DH11,DH21,DPARAM,DP2,
^^^^^^
./inverse.f:4318:19: warning: Value of uninitialized local variable 'zero' is used but never defined [-Wused-undefined-variable]
& DQ2,DU,DY1,ZERO,GAMSQ,DD1,DFLAG,DH12,DH22,DP1,DQ1,
^^^^
./inverse.f:4318:24: warning: Value of uninitialized local variable 'gamsq' is used but never defined [-Wused-undefined-variable]
& DQ2,DU,DY1,ZERO,GAMSQ,DD1,DFLAG,DH12,DH22,DP1,DQ1,
^^^^^
./inverse.f:4319:18: warning: Value of uninitialized local variable 'two' is used but never defined [-Wused-undefined-variable]
& DTEMP,DX1,TWO
^^^
./inverse.f:4556:49: warning: Value of uninitialized local variable 'fac' is used but never defined [-Wused-undefined-variable]
DOUBLE PRECISION A(MDA,*), xDDOT, xDNRM2, FAC, ONE,
^^^
./inverse.f:4556:54: warning: Value of uninitialized local variable 'one' is used but never defined [-Wused-undefined-variable]
DOUBLE PRECISION A(MDA,*), xDDOT, xDNRM2, FAC, ONE,
^^^
./inverse.f:4557:61: warning: Value of uninitialized local variable 'zero' is used but never defined [-Wused-undefined-variable]
& PRGOPT(*), RNORM, SC, WNORM, WS(*), X(*), YNORM, ZERO
^^^^
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 limSolveMethods.c -o limSolveMethods.o
flang-22 -fpic -O2 -pedantic -c solve.f -o solve.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 limSolve.so colrow.o inverse.o limSolveMethods.o solve.o -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/limSolve/src'
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-clang/limSolve/src'
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-clang/limSolve/src'
installing to /data/gannet/ripley/R/packages/tests-clang/limSolve.Rcheck/00LOCK-limSolve/00new/limSolve/libs
** R
** data
*** moving datasets to lazyload DB
** demo
** 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 (limSolve)