* installing *source* package ‘rexpokit’ ... ** using staged installation ** libs using Fortran compiler: ‘Debian flang-new version 17.0.5 (1)’ using C++ compiler: ‘Debian clang version 17.0.5 (1)’ flang-new-17 -fpic -g -O2 -Wall -c lapack/blas_mod.f -o lapack/blas_mod.o flang-new: warning: argument unused during compilation: '-Wall' flang-new-17 -fpic -g -O2 -Wall -c lapack/lapack.f -o lapack/lapack.o flang-new: warning: argument unused during compilation: '-Wall' flang-new-17 -fpic -g -O2 -Wall -c lapack/mataid.f -o lapack/mataid.o flang-new: warning: argument unused during compilation: '-Wall' flang-new-17 -fpic -g -O2 -Wall -c lapack/my_expokit.f -o lapack/my_expokit.o flang-new: warning: argument unused during compilation: '-Wall' ./lapack/my_expokit.f:667:7: warning: Reference to the procedure 'dgexx' has an implicit interface that is distinct from another reference: incompatible dummy argument #7: incompatible dummy data object shapes call DGEXX( 'n','n',m,m,m, 1.0d0,wsp(iused),m, ^ ./lapack/my_expokit.f:646:7: previous reference to 'dgexx' call DGEXX( 'n','n',m,m,m,scale2,H,ldh,H,ldh,0.0d0,wsp(ih2),m ) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ./lapack/my_expokit.f:682:10: warning: Reference to the procedure 'dgexx' has an implicit interface that is distinct from another reference: incompatible dummy argument #7: incompatible dummy data object shapes call DGEXX( 'n','n',m,m,m, scale,wsp(iq),m, ^ ./lapack/my_expokit.f:646:7: previous reference to 'dgexx' call DGEXX( 'n','n',m,m,m,scale2,H,ldh,H,ldh,0.0d0,wsp(ih2),m ) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ./lapack/my_expokit.f:686:10: warning: Reference to the procedure 'dgexx' has an implicit interface that is distinct from another reference: incompatible dummy argument #7: incompatible dummy data object shapes call DGEXX( 'n','n',m,m,m, scale,wsp(ip),m, ^ ./lapack/my_expokit.f:646:7: previous reference to 'dgexx' call DGEXX( 'n','n',m,m,m,scale2,H,ldh,H,ldh,0.0d0,wsp(ih2),m ) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ./lapack/my_expokit.f:710:10: warning: Reference to the procedure 'dgexx' has an implicit interface that is distinct from another reference: incompatible dummy argument #7: incompatible dummy data object shapes call DGEXX( 'n','n',m,m,m, 1.0d0,wsp(iget),m, wsp(iget),m, ^ ./lapack/my_expokit.f:646:7: previous reference to 'dgexx' call DGEXX( 'n','n',m,m,m,scale2,H,ldh,H,ldh,0.0d0,wsp(ih2),m ) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ./lapack/my_expokit.f:838:7: warning: Reference to the procedure 'dgexx' has an implicit interface that is distinct from another reference: incompatible dummy argument #7: incompatible dummy data object shapes call DGEXX( 'n','n',m,m,m, 1.0d0,wsp(iused),m, ^ ./lapack/my_expokit.f:646:7: previous reference to 'dgexx' call DGEXX( 'n','n',m,m,m,scale2,H,ldh,H,ldh,0.0d0,wsp(ih2),m ) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ./lapack/my_expokit.f:853:10: warning: Reference to the procedure 'dgexx' has an implicit interface that is distinct from another reference: incompatible dummy argument #7: incompatible dummy data object shapes call DGEXX( 'n','n',m,m,m, scale,wsp(iq),m, ^ ./lapack/my_expokit.f:646:7: previous reference to 'dgexx' call DGEXX( 'n','n',m,m,m,scale2,H,ldh,H,ldh,0.0d0,wsp(ih2),m ) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ./lapack/my_expokit.f:857:10: warning: Reference to the procedure 'dgexx' has an implicit interface that is distinct from another reference: incompatible dummy argument #7: incompatible dummy data object shapes call DGEXX( 'n','n',m,m,m, scale,wsp(ip),m, ^ ./lapack/my_expokit.f:646:7: previous reference to 'dgexx' call DGEXX( 'n','n',m,m,m,scale2,H,ldh,H,ldh,0.0d0,wsp(ih2),m ) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ./lapack/my_expokit.f:880:10: warning: Reference to the procedure 'dgexx' has an implicit interface that is distinct from another reference: incompatible dummy argument #7: incompatible dummy data object shapes call DGEXX( 'n','n',m,m,m, 1.0d0,wsp(iget),m, wsp(iget),m, ^ ./lapack/my_expokit.f:646:7: previous reference to 'dgexx' call DGEXX( 'n','n',m,m,m,scale2,H,ldh,H,ldh,0.0d0,wsp(ih2),m ) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ flang-new-17 -fpic -g -O2 -Wall -c my_matexp.f -o my_matexp.o flang-new: warning: argument unused during compilation: '-Wall' flang-new-17 -fpic -g -O2 -Wall -c itscale5.f -o itscale5.o flang-new: warning: argument unused during compilation: '-Wall' ./itscale5.f:60:10: warning: Reference to the procedure 'rexit' has an implicit interface that is distinct from another reference: incompatible dummy argument #1: incompatible dummy data object types: CHARACTER(KIND=1,LEN=39_8) vs CHARACTER(KIND=1,LEN=38_8) call rexit('Error in itscale5: NAs in gamma values') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ./itscale5.f:34:8: previous reference to 'rexit' call rexit('Error in itscale5: number of states = 0') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ./itscale5.f:75:9: warning: Reference to the procedure 'rexit' has an implicit interface that is distinct from another reference: incompatible dummy argument #1: incompatible dummy data object types: CHARACTER(KIND=1,LEN=39_8) vs CHARACTER(KIND=1,LEN=30_8) call rexit('Error in itscale5: NAs in prob') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ./itscale5.f:34:8: previous reference to 'rexit' call rexit('Error in itscale5: number of states = 0') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ clang++-17 -std=gnu++17 -I"/home/hornik/tmp/R/include" -DNDEBUG -I'/home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -c coo.cpp -o coo.o clang++-17 -std=gnu++17 -I"/home/hornik/tmp/R/include" -DNDEBUG -I'/home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -c wrappers.cpp -o wrappers.o clang++-17 -std=gnu++17 -shared -L/home/hornik/tmp/R/lib -Wl,-O1 -o rexpokit.so lapack/blas_mod.o lapack/lapack.o lapack/mataid.o lapack/my_expokit.o my_matexp.o itscale5.o coo.o wrappers.o -llapack -L/home/hornik/tmp/R/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/lib -lR installing to /srv/hornik/tmp/CRAN/rexpokit.Rcheck/00LOCK-rexpokit/00new/rexpokit/libs ** R ** demo ** inst ** 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 (rexpokit)