* installing to library ‘/home/hornik/tmp/R.check/r-release-gcc/Work/build/Packages’
* installing *source* package ‘SparseM’ ...
** this is package ‘SparseM’ version ‘1.84-2’
** package ‘SparseM’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C compiler: ‘gcc-14 (Debian 14.3.0-10) 14.3.0’
using Fortran compiler: ‘GNU Fortran (Debian 14.3.0-10) 14.3.0’
make[1]: Entering directory '/home/hornik/tmp/scratch/Rtmp0t4Ry3/R.INSTALL2d7c9376861163/SparseM/src'
gfortran-14 -fpic -g -O2 -Wall -pedantic -mtune=native -c bckslv.f -o bckslv.o
bckslv.f:2:65:
2 | & xlnz,invp,perm,xsuper,newrhs,sol,b,timed)
| 1
Warning: Unused dummy argument ‘timed’ at (1) [-Wunused-dummy-argument]
bckslv.f:71:64:
71 | & xlnz,invp,perm,xsuper,newrhs,sol,b,timed)
| 1
Warning: Unused dummy argument ‘timed’ at (1) [-Wunused-dummy-argument]
bckslv.f:133:64:
133 | & xlnz,invp,perm,xsuper,newrhs,sol,b,timed)
| 1
Warning: Unused dummy argument ‘timed’ at (1) [-Wunused-dummy-argument]
gfortran-14 -fpic -g -O2 -Wall -pedantic -mtune=native -c chol.f -o chol.o
chol.f:4:52:
4 | & tmpvec,cachsz,level,ierr,timed, tiny, Large)
| 1
Warning: Unused dummy argument ‘timed’ at (1) [-Wunused-dummy-argument]
gfortran-14 -fpic -g -O2 -Wall -pedantic -mtune=native -c chol2csr.f -o chol2csr.o
gfortran-14 -fpic -g -O2 -Wall -pedantic -mtune=native -c cholesky.f -o cholesky.o
cholesky.f:1981:20:
1981 | CACHE = ( FLOAT(CACHSZ) * 1024. / 8. ) * 0.9
| 1
Warning: Possible change of value in conversion from REAL(4) to INTEGER(4) at (1) [-Wconversion]
cholesky.f:5674:34:
5674 | & NOFSUB, XLINDX, LINDX , XLNZ , MRGLNK,
| 1
Warning: Unused dummy argument ‘nofsub’ at (1) [-Wunused-dummy-argument]
cholesky.f:2280:49:
2280 | SUBROUTINE FSUP2 ( NEQNS , NSUPER, ETPAR , SNODE , XSUPER )
| 1
Warning: Unused dummy argument ‘etpar’ at (1) [-Wunused-dummy-argument]
cholesky.f:1207:50:
1207 | SUBROUTINE CHORDR ( NEQNS , XADJ , ADJNCY, PERM , INVP ,
| 1
Warning: Unused dummy argument ‘adjncy’ at (1) [-Wunused-dummy-argument]
cholesky.f:1207:40:
1207 | SUBROUTINE CHORDR ( NEQNS , XADJ , ADJNCY, PERM , INVP ,
| 1
Warning: Unused dummy argument ‘xadj’ at (1) [-Wunused-dummy-argument]
cholesky.f:3100:46:
3100 | SUBROUTINE MMDINT ( NEQNS, XADJ, ADJNCY, DHEAD, DFORW,
| 1
Warning: Unused dummy argument ‘adjncy’ at (1) [-Wunused-dummy-argument]
cholesky.f:4876:62:
4876 | SUBROUTINE PCHOL ( M, N, XPNT, X, MXDIAG, NTINY, IFLAG, SMXPY,
| 1
Warning: Unused dummy argument ‘iflag’ at (1) [-Wunused-dummy-argument]
cholesky.f:2583:33:
2583 | SUBROUTINE INPNV ( NEQNS, XADJF, ADJF, ANZF, PERM, INVP,
| 1
Warning: Unused dummy argument ‘neqns’ at (1) [-Wunused-dummy-argument]
cholesky.f:2785:57:
2785 | SUBROUTINE LSTATS ( NSUPER, XSUPER, XLINDX, LINDX , XLNZ ,
| 1
Warning: Unused dummy argument ‘lindx’ at (1) [-Wunused-dummy-argument]
cholesky.f:2786:42:
2786 | & TMPSIZ, OUTUNT )
| 1
Warning: Unused dummy argument ‘outunt’ at (1) [-Wunused-dummy-argument]
cholesky.f:2786:34:
2786 | & TMPSIZ, OUTUNT )
| 1
Warning: Unused dummy argument ‘tmpsiz’ at (1) [-Wunused-dummy-argument]
cholesky.f:72:72:
72 | YOFF1 = IY1 - ICOL
| ^
Warning: ‘iy1’ may be used uninitialized [-Wmaybe-uninitialized]
cholesky.f:55:55:
55 | INTEGER ICOL , IL1 , IR , IY1 , LBOT1 ,
| ^
note: ‘iy1’ was declared here
gfortran-14 -fpic -g -O2 -Wall -pedantic -mtune=native -c csr.f -o csr.o
gfortran-14 -fpic -g -O2 -Wall -pedantic -mtune=native -c extract.f -o extract.o
gcc-14 -std=gnu23 -I"/home/hornik/tmp/R.check/r-release-gcc/Work/build/include" -DNDEBUG -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c init.c -o init.o
gfortran-14 -fpic -g -O2 -Wall -pedantic -mtune=native -c sparskit.f -o sparskit.o
sparskit.f:2031:72:
2031 | if (values) a(ipos) = t
| ^
Warning: ‘t’ may be used uninitialized [-Wmaybe-uninitialized]
sparskit.f:1996:25:
1996 | double precision t,tnext
| ^
note: ‘t’ was declared here
gfortran-14 -fpic -g -O2 -Wall -pedantic -mtune=native -c subscr.f -o subscr.o
gcc-14 -std=gnu23 -shared -L/home/hornik/tmp/R.check/r-release-gcc/Work/build/lib -Wl,-O1 -o SparseM.so bckslv.o chol.o chol2csr.o cholesky.o csr.o extract.o init.o sparskit.o subscr.o -lgfortran -lm -lquadmath -L/home/hornik/tmp/R.check/r-release-gcc/Work/build/lib -lR
make[1]: Leaving directory '/home/hornik/tmp/scratch/Rtmp0t4Ry3/R.INSTALL2d7c9376861163/SparseM/src'
make[1]: Entering directory '/home/hornik/tmp/scratch/Rtmp0t4Ry3/R.INSTALL2d7c9376861163/SparseM/src'
make[1]: Leaving directory '/home/hornik/tmp/scratch/Rtmp0t4Ry3/R.INSTALL2d7c9376861163/SparseM/src'
installing to /home/hornik/tmp/R.check/r-release-gcc/Work/build/Packages/00LOCK-SparseM/00new/SparseM/libs
** R
** data
** demo
** inst
** byte-compile and prepare package for lazy loading
Creating a generic function for ‘diag’ from package ‘base’ in package ‘SparseM’
Creating a generic function for ‘diag<-’ from package ‘base’ in package ‘SparseM’
Creating a generic function for ‘norm’ from package ‘base’ in package ‘SparseM’
Creating a generic function for ‘backsolve’ from package ‘base’ in package ‘SparseM’
Creating a generic function for ‘forwardsolve’ from package ‘base’ in package ‘SparseM’
Creating a generic function for ‘model.response’ from package ‘stats’ in package ‘SparseM’
** 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 (SparseM)