* installing *source* package ‘ucminf’ ...
** package ‘ucminf’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C compiler: ‘clang version 19.1.6’
using Fortran compiler: ‘flang-new version 19.1.6’
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-clang/ucminf/src'
/usr/local/clang19/bin/flang-new  -fpic  -O2 -pedantic  -c fortran.f -o fortran.o
./fortran.f:177:9: warning: Reference to the procedure 'daxpy' has an implicit interface that is distinct from another reference: incompatible dummy argument #3: incompatible dummy data object shapes
          CALL DAXPY(N, -1D0, X,1, W,1)
          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
./fortran.f:175:9: previous reference to 'daxpy'
          CALL DAXPY(N, A, W(HN),1, X,1)
          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
./fortran.f:189:9: warning: Reference to the procedure 'daxpy' has an implicit interface that is distinct from another reference: incompatible dummy argument #5: incompatible dummy data object shapes
          CALL DAXPY(N, -1D0,W(GN),1, W(GP),1)
          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
./fortran.f:175:9: previous reference to 'daxpy'
          CALL DAXPY(N, A, W(HN),1, X,1)
          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
./fortran.f:196:11: warning: Reference to the procedure 'daxpy' has an implicit interface that is distinct from another reference: incompatible dummy argument #3: incompatible dummy data object shapes
            CALL DAXPY(N, .5D0*A, W,1, W(HN),1)
            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
./fortran.f:175:9: previous reference to 'daxpy'
          CALL DAXPY(N, A, W(HN),1, X,1)
          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
/usr/local/clang19/bin/clang -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG   -isystem /usr/local/clang19/include -I/usr/local/clang/include    -fpic  -O3 -Wall -pedantic -Wp,-D_FORTIFY_SOURCE=3  -c init.c -o init.o
/usr/local/clang19/bin/clang -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG   -isystem /usr/local/clang19/include -I/usr/local/clang/include    -fpic  -O3 -Wall -pedantic -Wp,-D_FORTIFY_SOURCE=3  -c interface.c -o interface.o
/usr/local/clang19/bin/clang -shared -L/usr/local/clang/lib64 -L/usr/local/clang19/lib -L/usr/local/clang19/lib/x86_64-unknown-linux-gnu -L/usr/local/gcc14/lib64 -L/usr/local/lib64 -o ucminf.so fortran.o init.o interface.o -L/data/gannet/ripley/R/R-clang/lib -lRlapack -L/data/gannet/ripley/R/R-clang/lib -lRblas -lFortranRuntime -lFortranDecimal -lm -lFortranRuntime -lFortranDecimal -lm
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-clang/ucminf/src'
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-clang/ucminf/src'
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-clang/ucminf/src'
installing to /data/gannet/ripley/R/packages/tests-clang/ucminf.Rcheck/00LOCK-ucminf/00new/ucminf/libs
** R
** 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 (ucminf)