* installing *source* package ‘rexpokit’ ...
** package ‘rexpokit’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using Fortran compiler: ‘flang-new version 18.1.2’
using C++ compiler: ‘clang version 18.1.2’
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-clang/rexpokit/src'
/usr/local/clang18/bin/flang-new  -fpic  -O2 -pedantic  -c lapack/blas_mod.f -o lapack/blas_mod.o
/usr/local/clang18/bin/flang-new  -fpic  -O2 -pedantic  -c lapack/lapack.f -o lapack/lapack.o
/usr/local/clang18/bin/flang-new  -fpic  -O2 -pedantic  -c lapack/mataid.f -o lapack/mataid.o
/usr/local/clang18/bin/flang-new  -fpic  -O2 -pedantic  -c lapack/my_expokit.f -o lapack/my_expokit.o
./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 )
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
/usr/local/clang18/bin/flang-new  -fpic  -O2 -pedantic  -c my_matexp.f -o my_matexp.o
/usr/local/clang18/bin/flang-new  -fpic  -O2 -pedantic  -c itscale5.f -o itscale5.o
/usr/local/clang18/bin/clang++ -std=gnu++17 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG  -I'/data/gannet/ripley/R/test-clang/Rcpp/include' -isystem /usr/local/clang18/include -I/usr/local/clang/include    -fpic  -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3   -c coo.cpp -o coo.o
/usr/local/clang18/bin/clang++ -std=gnu++17 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG  -I'/data/gannet/ripley/R/test-clang/Rcpp/include' -isystem /usr/local/clang18/include -I/usr/local/clang/include    -fpic  -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3   -c wrappers.cpp -o wrappers.o
/usr/local/clang18/bin/clang++ -std=gnu++17 -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 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 -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/rexpokit/src'
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-clang/rexpokit/src'
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-clang/rexpokit/src'
installing to /data/gannet/ripley/R/packages/tests-clang/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)