* installing *source* package ‘ucminf’ ... ** package ‘ucminf’ 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/ucminf/src' /usr/local/clang18/bin/flang-new -fpic -O2 -pedantic -c fortran.f -o fortran.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 init.c -o init.o ./fortran.f:75:13: portability: A DO loop should terminate with an END DO or CONTINUE DO 10 I = 1, 3 ^^^^^^^^^^^^^^^^ ./fortran.f:76:3: DO loop currently ends at statement: 10 W(I+4) = DBLE(INDX(I)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ./fortran.f:104:11: portability: A DO loop should terminate with an END DO or CONTINUE DO 20 I = HN, WN ^^^^^^^^^^^^^^^^^^ ./fortran.f:105:3: DO loop currently ends at statement: 20 W(I) = 0D0 ^^^^^^^^^^^^^^^^^^^^ ./fortran.f:175: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:173:9: previous reference to 'daxpy' CALL DAXPY(N, A, W(HN),1, X,1) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ./fortran.f:187: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:173:9: previous reference to 'daxpy' CALL DAXPY(N, A, W(HN),1, X,1) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ./fortran.f:194: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:173:9: previous reference to 'daxpy' CALL DAXPY(N, A, W(HN),1, X,1) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ./fortran.f:402:9: portability: A DO loop should terminate with an END DO or CONTINUE DO 10 I = 1, 4 ^^^^^^^^^^^^^^^^ ./fortran.f:403:3: DO loop currently ends at statement: 10 DIFF(I) = 0D0 ^^^^^^^^^^^^^^^^^^^^^ ./fortran.f:404:9: portability: A DO loop should terminate with an END DO or CONTINUE DO 20 I = 1, 3 ^^^^^^^^^^^^^^^^ ./fortran.f:405:3: DO loop currently ends at statement: 20 INDX(I) = 0 ^^^^^^^^^^^^^^^^^^^ /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 interface.c -o interface.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 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 -lFortran_main -lFortranRuntime -lFortranDecimal -lm -lFortran_main -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)