* installing *source* package ‘expm’ ...
** package ‘expm’ 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/expm/src'
/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 R_dgebal.c -o R_dgebal.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 expm-eigen.c -o expm-eigen.o
expm-eigen.c:31:32: warning: suggest braces around initialization of subobject [-Wmissing-braces]
   31 |         const Rcomplex cone = {1., 0.}, czero = {0., 0.};
      |                                ^~~~~~
      |                                {     }
expm-eigen.c:31:50: warning: suggest braces around initialization of subobject [-Wmissing-braces]
   31 |         const Rcomplex cone = {1., 0.}, czero = {0., 0.};
      |                                                  ^~~~~~
      |                                                  {     }
2 warnings generated.
/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 expm.c -o expm.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
/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 logm-eigen.c -o logm-eigen.o
logm-eigen.c:35:32: warning: suggest braces around initialization of subobject [-Wmissing-braces]
   35 |         const Rcomplex cone = {1., 0.}, czero = {0., 0.};
      |                                ^~~~~~
      |                                {     }
logm-eigen.c:35:50: warning: suggest braces around initialization of subobject [-Wmissing-braces]
   35 |         const Rcomplex cone = {1., 0.}, czero = {0., 0.};
      |                                                  ^~~~~~
      |                                                  {     }
2 warnings generated.
/usr/local/clang18/bin/flang-new  -fpic  -O2 -pedantic  -c matexp.f -o matexp.o
./matexp.f:136:7: warning: Reference to the procedure 'dgemm' has an implicit interface that is distinct from another reference: incompatible dummy argument #7: incompatible dummy data object shapes
        CALL DGEMM( 'N','N',M,M,M, 1.0D0,WSP(IUSED),M,
        ^
./matexp.f:115:7: previous reference to 'dgemm'
        CALL DGEMM( 'N','N',M,M,M,SCALE2,H,M,H,M,0.0D0,WSP(IH2),M )
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
./matexp.f:151:10: warning: Reference to the procedure 'dgemm' has an implicit interface that is distinct from another reference: incompatible dummy argument #7: incompatible dummy data object shapes
           CALL DGEMM( 'N','N',M,M,M, SCALE,WSP(IQ),M,
           ^
./matexp.f:115:7: previous reference to 'dgemm'
        CALL DGEMM( 'N','N',M,M,M,SCALE2,H,M,H,M,0.0D0,WSP(IH2),M )
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
./matexp.f:155:10: warning: Reference to the procedure 'dgemm' has an implicit interface that is distinct from another reference: incompatible dummy argument #7: incompatible dummy data object shapes
           CALL DGEMM( 'N','N',M,M,M, SCALE,WSP(IP),M,
           ^
./matexp.f:115:7: previous reference to 'dgemm'
        CALL DGEMM( 'N','N',M,M,M,SCALE2,H,M,H,M,0.0D0,WSP(IH2),M )
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
./matexp.f:176:13: warning: Reference to the procedure 'dgemm' has an implicit interface that is distinct from another reference: incompatible dummy argument #7: incompatible dummy data object shapes
              CALL DGEMM( 'N','N',M,M,M, 1.0D0,WSP(IGET),M, WSP(IGET),M,
              ^
./matexp.f:115:7: previous reference to 'dgemm'
        CALL DGEMM( 'N','N',M,M,M,SCALE2,H,M,H,M,0.0D0,WSP(IH2),M )
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
/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 matexp_MH09.c -o matexp_MH09.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 matpow.c -o matpow.o
/usr/local/clang18/bin/flang-new  -fpic  -O2 -pedantic  -c matrexp.f -o matrexp.o
./matrexp.f:302:7: warning: Reference to the procedure 'dcopy' has an implicit interface that is distinct from another reference: incompatible dummy argument #2: incompatible dummy data object shapes
        call dcopy(m, f,1, r,   1)
        ^^^^^^^^^^^^^^^^^^^^^^^^^^
./matrexp.f:259:7: previous reference to 'dcopy'
        call dcopy(m2, x,1, xx,1)
        ^^^^^^^^^^^^^^^^^^^^^^^^^
./matrexp.f:303:7: warning: Reference to the procedure 'dcopy' has an implicit interface that is distinct from another reference: incompatible dummy argument #2: incompatible dummy data object shapes
        call dcopy(m, r,1, rcgs,1)
        ^^^^^^^^^^^^^^^^^^^^^^^^^^
./matrexp.f:259:7: previous reference to 'dcopy'
        call dcopy(m2, x,1, xx,1)
        ^^^^^^^^^^^^^^^^^^^^^^^^^
./matrexp.f:304:7: warning: Reference to the procedure 'dcopy' has an implicit interface that is distinct from another reference: incompatible dummy argument #2: incompatible dummy data object shapes
        call dcopy(m, r,1, p,   1)
        ^^^^^^^^^^^^^^^^^^^^^^^^^^
./matrexp.f:259:7: previous reference to 'dcopy'
        call dcopy(m2, x,1, xx,1)
        ^^^^^^^^^^^^^^^^^^^^^^^^^
./matrexp.f:305:7: warning: Reference to the procedure 'dcopy' has an implicit interface that is distinct from another reference: incompatible dummy argument #2: incompatible dummy data object shapes
        call dcopy(m, r,1, u,   1)
        ^^^^^^^^^^^^^^^^^^^^^^^^^^
./matrexp.f:259:7: previous reference to 'dcopy'
        call dcopy(m2, x,1, xx,1)
        ^^^^^^^^^^^^^^^^^^^^^^^^^
./matrexp.f:312:7: warning: Reference to the procedure 'dcopy' has an implicit interface that is distinct from another reference: incompatible dummy argument #2: incompatible dummy data object shapes
        call dcopy(m, r,1, rbar,1)
        ^^^^^^^^^^^^^^^^^^^^^^^^^^
./matrexp.f:259:7: previous reference to 'dcopy'
        call dcopy(m2, x,1, xx,1)
        ^^^^^^^^^^^^^^^^^^^^^^^^^
/usr/local/clang18/bin/flang-new  -fpic  -O2 -pedantic  -c matrexpO.f -o matrexpO.o
/usr/local/clang18/bin/flang-new  -fpic  -O2 -pedantic  -c mexp-common.f -o mexp-common.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 expm.so R_dgebal.o expm-eigen.o expm.o init.o logm-eigen.o matexp.o matexp_MH09.o matpow.o matrexp.o matrexpO.o mexp-common.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/expm/src'
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-clang/expm/src'
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-clang/expm/src'
installing to /data/gannet/ripley/R/packages/tests-clang/expm.Rcheck/00LOCK-expm/00new/expm/libs
** R
** data
** demo
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
** building package indices
** installing vignettes
** 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 (expm)