* 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: ‘Apple clang version 14.0.3 (clang-1403.0.22.14.1)’
using Fortran compiler: ‘GNU Fortran (GCC) 14.2.0’
using SDK: ‘MacOSX11.3.sdk’
/opt/gfortran/bin/gfortran -arch x86_64 -fPIC -Wall -g -O2 -c bckslv.f -o bckslv.o
/opt/gfortran/bin/gfortran -arch x86_64 -fPIC -Wall -g -O2 -c chol.f -o chol.o
/opt/gfortran/bin/gfortran -arch x86_64 -fPIC -Wall -g -O2 -c chol2csr.f -o chol2csr.o
/opt/gfortran/bin/gfortran -arch x86_64 -fPIC -Wall -g -O2 -c cholesky.f -o cholesky.o
/opt/gfortran/bin/gfortran -arch x86_64 -fPIC -Wall -g -O2 -c csr.f -o csr.o
/opt/gfortran/bin/gfortran -arch x86_64 -fPIC -Wall -g -O2 -c extract.f -o extract.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]
chol.f:4:52:
4 | & tmpvec,cachsz,level,ierr,timed, tiny, Large)
| 1
Warning: Unused dummy argument 'timed' at (1) [-Wunused-dummy-argument]
clang -arch x86_64 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I/opt/R/x86_64/include -fPIC -falign-functions=64 -Wall -g -O2 -c init.c -o init.o
/opt/gfortran/bin/gfortran -arch x86_64 -fPIC -Wall -g -O2 -c sparskit.f -o sparskit.o
/opt/gfortran/bin/gfortran -arch x86_64 -fPIC -Wall -g -O2 -c subscr.f -o subscr.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]
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
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
clang -arch x86_64 -dynamiclib -Wl,-headerpad_max_install_names -undefined dynamic_lookup -L/Library/Frameworks/R.framework/Resources/lib -L/opt/R/x86_64/lib -o SparseM.so bckslv.o chol.o chol2csr.o cholesky.o csr.o extract.o init.o sparskit.o subscr.o -L/opt/gfortran/lib/gcc/x86_64-apple-darwin20.0/14.2.0 -L/opt/gfortran/lib -lemutls_w -lheapt_w -lgfortran -lquadmath -F/Library/Frameworks/R.framework/.. -framework R
installing to /Volumes/Builds/packages/big-sur-x86_64/results/4.5/SparseM.Rcheck/00LOCK-SparseM/00new/SparseM/libs
** generating debug symbols (dSYM)
** 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)