* installing to library ‘/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages’
* installing *source* package ‘crimCV’ ...
** package ‘crimCV’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C compiler: ‘Debian clang version 18.1.4 (1)’
using Fortran compiler: ‘Debian flang-new version 18.1.4 (1)’
make[1]: Entering directory '/tmp/RtmpNf9L6m/R.INSTALL30d181cd86018/crimCV/src'
flang-new-18  -fpic  -g -O2 -c  crimCV.f90 -o crimCV.o
./crimCV.f90:376:5: warning: Reference to the procedure 'dsysv' has an implicit interface that is distinct from another reference: incompatible dummy argument #9: incompatible dummy data object shapes
      call dsysv('U',n,nrhs,D,n,ipiv,c,n,wrk,lwrk,info)
      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
./crimCV.f90:373:5: previous reference to 'dsysv'
      call dsysv('U',n,nrhs,D,n,ipiv,c,n,w,lwrk,info)
      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
./crimCV.f90:404:5: warning: Reference to the procedure 'dsysv' has an implicit interface that is distinct from another reference: incompatible dummy argument #7: incompatible dummy data object shapes
      call dsysv('U',n,nrhs,D,n, ipiv, C, n, w, lwrk, info)
      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
./crimCV.f90:373:5: previous reference to 'dsysv'
      call dsysv('U',n,nrhs,D,n,ipiv,c,n,w,lwrk,info)
      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
./crimCV.f90:407:5: warning: Reference to the procedure 'dsysv' has an implicit interface that is distinct from another reference: incompatible dummy argument #7: incompatible dummy data object shapes
      call dsysv('U',n,nrhs,D,n, ipiv, C, n, wrk, lwrk, info)
      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
./crimCV.f90:373:5: previous reference to 'dsysv'
      call dsysv('U',n,nrhs,D,n,ipiv,c,n,w,lwrk,info)
      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
./crimCV.f90:556:5: warning: Reference to the procedure 'dgelsy' has an implicit interface that is distinct from another reference: incompatible dummy argument #11: incompatible dummy data object shapes
      call dgelsy(m,n,1,Xtmp,m,ytmp,m,jpvt,1.0e-8_dp,rank,work,lwrk,info)
      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
./crimCV.f90:553:5: previous reference to 'dgelsy'
      call dgelsy(m,n,1,Xtmp,m,ytmp,m,jpvt,1.0e-8_dp,rank,w,lwrk,info)
      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
clang-18 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG   -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O3 -Wall -pedantic -c packagename_init.c -o packagename_init.o
clang-18 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG   -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O3 -Wall -pedantic -c wrap.c -o wrap.o
clang-18 -shared -L/home/hornik/tmp/R.check/r-devel-clang/Work/build/lib -Wl,-O1 -o crimCV.so crimCV.o packagename_init.o wrap.o -llapack -L/home/hornik/tmp/R.check/r-devel-clang/Work/build/lib -lRblas -L/usr/lib/llvm-18/lib -lFortran_main -lFortranRuntime -lFortranDecimal -lm -L/usr/lib/llvm-18/lib -lFortran_main -lFortranRuntime -lFortranDecimal -lm -L/home/hornik/tmp/R.check/r-devel-clang/Work/build/lib -lR
make[1]: Leaving directory '/tmp/RtmpNf9L6m/R.INSTALL30d181cd86018/crimCV/src'
make[1]: Entering directory '/tmp/RtmpNf9L6m/R.INSTALL30d181cd86018/crimCV/src'
make[1]: Leaving directory '/tmp/RtmpNf9L6m/R.INSTALL30d181cd86018/crimCV/src'
installing to /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/00LOCK-crimCV/00new/crimCV/libs
** R
** data
** 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 (crimCV)