* installing *source* package ‘expm’ ... ** using staged installation ** libs using C compiler: ‘Debian clang version 17.0.6 (3)’ using Fortran compiler: ‘Debian flang-new version 17.0.6 (3)’ clang-17 -I"/home/hornik/tmp/R-d-clang-17/include" -DNDEBUG -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -c R_dgebal.c -o R_dgebal.o clang-17 -I"/home/hornik/tmp/R-d-clang-17/include" -DNDEBUG -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -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. clang-17 -I"/home/hornik/tmp/R-d-clang-17/include" -DNDEBUG -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -c expm.c -o expm.o clang-17 -I"/home/hornik/tmp/R-d-clang-17/include" -DNDEBUG -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -c init.c -o init.o clang-17 -I"/home/hornik/tmp/R-d-clang-17/include" -DNDEBUG -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -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. flang-new-17 -fpic -g -O2 -Wall -c matexp.f -o matexp.o flang-new: warning: argument unused during compilation: '-Wall' ./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 ) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ clang-17 -I"/home/hornik/tmp/R-d-clang-17/include" -DNDEBUG -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -c matexp_MH09.c -o matexp_MH09.o clang-17 -I"/home/hornik/tmp/R-d-clang-17/include" -DNDEBUG -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -c matpow.c -o matpow.o flang-new-17 -fpic -g -O2 -Wall -c matrexp.f -o matrexp.o flang-new: warning: argument unused during compilation: '-Wall' ./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) ^^^^^^^^^^^^^^^^^^^^^^^^^ flang-new-17 -fpic -g -O2 -Wall -c matrexpO.f -o matrexpO.o flang-new: warning: argument unused during compilation: '-Wall' flang-new-17 -fpic -g -O2 -Wall -c mexp-common.f -o mexp-common.o flang-new: warning: argument unused during compilation: '-Wall' clang-17 -shared -L/home/hornik/tmp/R-d-clang-17/lib -Wl,-O1 -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 -llapack -L/home/hornik/tmp/R-d-clang-17/lib -lRblas -L/usr/lib/llvm-17/lib -lFortran_main -lFortranRuntime -lFortranDecimal -lm -L/usr/lib/llvm-17/lib -lFortran_main -lFortranRuntime -lFortranDecimal -lm -L/home/hornik/tmp/R-d-clang-17/lib -lR installing to /srv/hornik/tmp/CRAN/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)