* installing *source* package ‘crimCV’ ...
** package ‘crimCV’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C compiler: ‘clang version 18.1.4’
using Fortran compiler: ‘flang-new version 18.1.4’
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-clang/crimCV/src'
/usr/local/clang18/bin/flang-new  -fpic  -O2 -pedantic  -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)
      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
/usr/local/clang18/bin/clang -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG   -isystem /usr/local/clang18/include -I/usr/local/clang/include    -fpic  -O3 -Wall -pedantic -Wp,-D_FORTIFY_SOURCE=3  -c packagename_init.c -o packagename_init.o
/usr/local/clang18/bin/clang -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG   -isystem /usr/local/clang18/include -I/usr/local/clang/include    -fpic  -O3 -Wall -pedantic -Wp,-D_FORTIFY_SOURCE=3  -c wrap.c -o wrap.o
/usr/local/clang18/bin/clang -shared -L/usr/local/clang/lib64 -L/usr/local/clang18/lib -L/usr/local/clang18/lib/x86_64-unknown-linux-gnu -L/usr/local/gcc13/lib64 -L/usr/local/lib64 -o crimCV.so crimCV.o packagename_init.o wrap.o -L/data/gannet/ripley/R/R-clang/lib -lRlapack -L/data/gannet/ripley/R/R-clang/lib -lRblas -lFortran_main -lFortranRuntime -lFortranDecimal -lm -lFortran_main -lFortranRuntime -lFortranDecimal -lm
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-clang/crimCV/src'
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-clang/crimCV/src'
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-clang/crimCV/src'
installing to /data/gannet/ripley/R/packages/tests-clang/crimCV.Rcheck/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)