* installing *source* package ‘SparseM’ ...
** package ‘SparseM’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C compiler: ‘Apple clang version 14.0.0 (clang-1400.0.29.202)’
using Fortran compiler: ‘GNU Fortran (GCC) 12.2.0’
using SDK: ‘MacOSX11.3.sdk’
/opt/gfortran/bin/gfortran -arch arm64 -fPIC -Wall -g -O2 -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]
/opt/gfortran/bin/gfortran -arch arm64 -fPIC -Wall -g -O2 -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]
/opt/gfortran/bin/gfortran -arch arm64 -fPIC -Wall -g -O2 -c chol2csr.f -o chol2csr.o
/opt/gfortran/bin/gfortran -arch arm64 -fPIC -Wall -g -O2 -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
/opt/gfortran/bin/gfortran -arch arm64 -fPIC -Wall -g -O2 -c csr.f -o csr.o
/opt/gfortran/bin/gfortran -arch arm64 -fPIC -Wall -g -O2 -c extract.f -o extract.o
clang -arch arm64 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I/opt/R/arm64/include -fPIC -falign-functions=64 -Wall -g -O2 -c init.c -o init.o
/opt/gfortran/bin/gfortran -arch arm64 -fPIC -Wall -g -O2 -c sparskit.f -o sparskit.o
sparskit.f:2031:72:
2031 | if (values) a(ipos) = t
| ^
Warning: ‘tnext’ may be used uninitialized [-Wmaybe-uninitialized]
sparskit.f:1996:31:
1996 | double precision t,tnext
| ^
note: ‘tnext’ was declared here
/opt/gfortran/bin/gfortran -arch arm64 -fPIC -Wall -g -O2 -c subscr.f -o subscr.o
clang -arch arm64 -dynamiclib -Wl,-headerpad_max_install_names -undefined dynamic_lookup -L/Library/Frameworks/R.framework/Resources/lib -L/opt/R/arm64/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/aarch64-apple-darwin20.0/12.2.0 -L/opt/gfortran/lib -lgfortran -lemutls_w -lquadmath -F/Library/Frameworks/R.framework/.. -framework R -Wl,-framework -Wl,CoreFoundation
ld: warning: could not create compact unwind for _symfc2_: registers 27 and 28 not saved contiguously in frame
ld: warning: could not create compact unwind for _smxpy8_: registers 21 and 22 not saved contiguously in frame
ld: warning: could not create compact unwind for _mmdupd_: registers 27 and 28 not saved contiguously in frame
ld: warning: could not create compact unwind for _mmdelm_: registers 23 and 24 not saved contiguously in frame
ld: warning: could not create compact unwind for _genmmd_: registers 27 and 28 not saved contiguously in frame
ld: warning: could not create compact unwind for _blkfc2_: registers 25 and 26 not saved contiguously in frame
ld: warning: could not create compact unwind for _fnsplt_: registers 21 and 22 not saved contiguously in frame
ld: warning: could not create compact unwind for _mmpy2_: registers 23 and 24 not saved contiguously in frame
ld: warning: could not create compact unwind for _mmpy4_: registers 21 and 22 not saved contiguously in frame
ld: warning: could not create compact unwind for _mmpy8_: registers 27 and 28 not saved contiguously in frame
ld: warning: could not create compact unwind for _sfinit_: registers 27 and 28 not saved contiguously in frame
ld: warning: ld: warning: could not create compact unwind for ___emutls_get_address: registers 23 and 24 not saved contiguously in frame
ld: warning: could not create compact unwind for _nzero_: registers 25 and 26 not saved contiguously in frame
ld: warning: could not create compact unwind for _chol_: registers 27 and 28 not saved contiguously in frame
could not create compact unwind for _amask_: registers 27 and 28 not saved contiguously in frame
ld: warning: could not create compact unwind for _csort_: registers 25 and 26 not saved contiguously in frame
ld: warning: could not create compact unwind for _aplb_: registers 27 and 28 not saved contiguously in frame
ld: warning: could not create compact unwind for _aplsb_: registers 27 and 28 not saved contiguously in frame
ld: warning: could not create compact unwind for _aplsb1_: registers 21 and 22 not saved contiguously in frame
ld: warning: could not create compact unwind for _amudia_: registers 21 and 22 not saved contiguously in frame
ld: warning: could not create compact unwind for _aemub_: registers 27 and 28 not saved contiguously in frame
ld: warning: could not create compact unwind for _aemub1_: registers 21 and 22 not saved contiguously in frame
ld: warning: could not create compact unwind for _aedib_: registers 27 and 28 not saved contiguously in frame
ld: warning: could not create compact unwind for _aeexpb_: register 73 saved somewhere other than in frame
ld: warning: could not create compact unwind for _coocsr_: register 28 saved somewhere other than in frame
ld: warning: could not create compact unwind for _coicsr_: registers 72 and 73 not saved contiguously in frame
ld: warning: could not create compact unwind for _csrcsc2_: registers 27 and 28 not saved contiguously in frame
ld: warning: could not create compact unwind for _csrmsr_: registers 21 and 22 not saved contiguously in frame
ld: warning: could not create compact unwind for _csrssr_: registers 19 and 20 not saved contiguously in frame
ld: warning: could not create compact unwind for _ssrcsr_: registers 27 and 28 not saved contiguously in frame
installing to /Volumes/Builds/packages/big-sur-arm64/results/4.4/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)