* installing *source* package ‘SmoothHazard’ ...
** this is package ‘SmoothHazard’ version ‘2025.07.24’
** package ‘SmoothHazard’ 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/SmoothHazard/src'
flang-22 -fpic -O2 -pedantic -c commun.f90 -o commun.o
flang-22 -fpic -O2 -pedantic -c bgos.f90 -o bgos.o
flang-22 -fpic -O2 -pedantic -c cdfnor.f90 -o cdfnor.o
./cdfnor.f90:288:31: warning: Value of local variable 'x' is never used [-Wunused-variable]
DOUBLE PRECISION dennor,x
^
./cdfnor.f90:403:15: warning: Value of uninitialized local variable 'imach' is used but never defined [-Wused-undefined-variable]
INTEGER imach(10)
^^^^^
./cdfnor.f90:932:24: warning: Value of uninitialized local variable 'a' is used but never defined [-Wused-undefined-variable]
DOUBLE PRECISION a,arg,b,c,d,del,eps,half,p,one,q,result,sixten,&
^
./cdfnor.f90:932:30: warning: Value of uninitialized local variable 'b' is used but never defined [-Wused-undefined-variable]
DOUBLE PRECISION a,arg,b,c,d,del,eps,half,p,one,q,result,sixten,&
^
./cdfnor.f90:932:32: warning: Value of uninitialized local variable 'c' is used but never defined [-Wused-undefined-variable]
DOUBLE PRECISION a,arg,b,c,d,del,eps,half,p,one,q,result,sixten,&
^
./cdfnor.f90:932:34: warning: Value of uninitialized local variable 'd' is used but never defined [-Wused-undefined-variable]
DOUBLE PRECISION a,arg,b,c,d,del,eps,half,p,one,q,result,sixten,&
^
./cdfnor.f90:932:44: warning: Value of uninitialized local variable 'half' is used but never defined [-Wused-undefined-variable]
DOUBLE PRECISION a,arg,b,c,d,del,eps,half,p,one,q,result,sixten,&
^^^^
./cdfnor.f90:932:49: warning: Value of uninitialized local variable 'p' is used but never defined [-Wused-undefined-variable]
DOUBLE PRECISION a,arg,b,c,d,del,eps,half,p,one,q,result,sixten,&
^
./cdfnor.f90:932:51: warning: Value of uninitialized local variable 'one' is used but never defined [-Wused-undefined-variable]
DOUBLE PRECISION a,arg,b,c,d,del,eps,half,p,one,q,result,sixten,&
^^^
./cdfnor.f90:932:55: warning: Value of uninitialized local variable 'q' is used but never defined [-Wused-undefined-variable]
DOUBLE PRECISION a,arg,b,c,d,del,eps,half,p,one,q,result,sixten,&
^
./cdfnor.f90:932:64: warning: Value of uninitialized local variable 'sixten' is used but never defined [-Wused-undefined-variable]
DOUBLE PRECISION a,arg,b,c,d,del,eps,half,p,one,q,result,sixten,&
^^^^^^
./cdfnor.f90:933:29: warning: Value of uninitialized local variable 'sqrpi' is used but never defined [-Wused-undefined-variable]
temp,sqrpi,thrsh,root32,x,xden,xnum,y,xsq,zero,&
^^^^^
./cdfnor.f90:933:35: warning: Value of uninitialized local variable 'thrsh' is used but never defined [-Wused-undefined-variable]
temp,sqrpi,thrsh,root32,x,xden,xnum,y,xsq,zero,&
^^^^^
./cdfnor.f90:933:41: warning: Value of uninitialized local variable 'root32' is used but never defined [-Wused-undefined-variable]
temp,sqrpi,thrsh,root32,x,xden,xnum,y,xsq,zero,&
^^^^^^
./cdfnor.f90:933:66: warning: Value of uninitialized local variable 'zero' is used but never defined [-Wused-undefined-variable]
temp,sqrpi,thrsh,root32,x,xden,xnum,y,xsq,zero,&
^^^^
flang-22 -fpic -O2 -pedantic -c fonct.f90 -o fonct.o
flang-22 -fpic -O2 -pedantic -c idmLikelihood.f90 -o idmLikelihood.o
flang-22 -fpic -O2 -pedantic -c idmPlLikelihood.f90 -o idmPlLikelihood.o
flang-22 -fpic -O2 -pedantic -c idmPlLikelihood2.f90 -o idmPlLikelihood2.o
flang-22 -fpic -O2 -pedantic -c idmPlLikelihood0.f90 -o idmPlLikelihood0.o
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 runiran.c -o runiran.o
flang-22 -fpic -O2 -pedantic -c qgauss1.f90 -o qgauss1.o
./qgauss1.f90:5:36: warning: Value of uninitialized local variable 'w' is used but never defined [-Wused-undefined-variable]
double precision dx,xm,xr,w(5),x(5),res,v01,v02,v12
^
./qgauss1.f90:5:41: warning: Value of uninitialized local variable 'x' is used but never defined [-Wused-undefined-variable]
double precision dx,xm,xr,w(5),x(5),res,v01,v02,v12
^
flang-22 -fpic -O2 -pedantic -c survLikelihood.f90 -o survLikelihood.o
flang-22 -fpic -O2 -pedantic -c survPlLikelihood.f90 -o survPlLikelihood.o
flang-22 -fpic -O2 -pedantic -c tri.f90 -o tri.o
flang-22 -fpic -O2 -pedantic -c useSurv.f90 -o useSurv.o
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 optim.f90 -o optim.o
flang-22 -fpic -O2 -pedantic -c recKappa.f90 -o recKappa.o
flang-22 -fpic -O2 -pedantic -c distance.f90 -o distance.o
flang-22 -fpic -O2 -pedantic -c estimv.f90 -o estimv.o
flang-22 -fpic -O2 -pedantic -c idmPl.f90 -o idmPl.o
./idmPl.f90:50:66: warning: Value of local variable 'mint2' is never used [-Wunused-variable]
double precision::min,max,maxt1,estimv,maxt2,maxt3,mint1,mint2,mint3,ca,cb,dd,res
^^^^^
./idmPl.f90:50:72: warning: Value of local variable 'mint3' is never used [-Wunused-variable]
double precision::min,max,maxt1,estimv,maxt2,maxt3,mint1,mint2,mint3,ca,cb,dd,res
^^^^^
./idmPl.f90:845:41: warning: Value of uninitialized local variable 'w' is used but never defined [-Wused-undefined-variable]
double precision,dimension(5)::w,x
^
./idmPl.f90:845:43: warning: Value of uninitialized local variable 'x' is used but never defined [-Wused-undefined-variable]
double precision,dimension(5)::w,x
^
./idmPl.f90:1419:41: warning: Value of uninitialized local variable 'w' is used but never defined [-Wused-undefined-variable]
double precision,dimension(5)::w,x
^
./idmPl.f90:1419:43: warning: Value of uninitialized local variable 'x' is used but never defined [-Wused-undefined-variable]
double precision,dimension(5)::w,x
^
flang-22 -fpic -O2 -pedantic -c idmWeib.f90 -o idmWeib.o
flang-22 -fpic -O2 -pedantic -c survPl.f90 -o survPl.o
./survPl.f90:33:53: warning: Value of local variable 'irep' is never used [-Wunused-variable]
integer::npar,nvat,j,k,ii,i,ic,ier,interval,irep,truncated,maxiter0,nva
^^^^
flang-22 -fpic -O2 -pedantic -c survWeib.f90 -o survWeib.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 SmoothHazard.so commun.o optim.o recKappa.o bgos.o cdfnor.o distance.o estimv.o fonct.o idmLikelihood.o idmPl.o idmPlLikelihood.o idmPlLikelihood2.o idmPlLikelihood0.o idmWeib.o qgauss1.o survLikelihood.o survPl.o survPlLikelihood.o survWeib.o tri.o useSurv.o init.o runiran.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/SmoothHazard/src'
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-clang/SmoothHazard/src'
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-clang/SmoothHazard/src'
installing to /data/gannet/ripley/R/packages/tests-clang/SmoothHazard.Rcheck/00LOCK-SmoothHazard/00new/SmoothHazard/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 (SmoothHazard)