* installing *source* package ‘cts’ ...
** this is package ‘cts’ version ‘1.0-24’
** package ‘cts’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C compiler: ‘Apple clang version 17.0.0 (clang-1700.3.19.1)’
using Fortran compiler: ‘GNU Fortran (GCC) 14.2.0’
using SDK: ‘MacOSX14.5.sdk’
/opt/gfortran/bin/gfortran -arch arm64  -fPIC  -Wall -g -O2  -c a9rntc.f -o a9rntc.o
/opt/gfortran/bin/gfortran -arch arm64  -fPIC  -Wall -g -O2  -c a9rntd.f -o a9rntd.o
/opt/gfortran/bin/gfortran -arch arm64  -fPIC  -Wall -g -O2  -c a9rnti.f -o a9rnti.o
/opt/gfortran/bin/gfortran -arch arm64  -fPIC  -Wall -g -O2  -c a9rntl.f -o a9rntl.o
/opt/gfortran/bin/gfortran -arch arm64  -fPIC  -Wall -g -O2  -c a9rntr.f -o a9rntr.o
/opt/gfortran/bin/gfortran -arch arm64  -fPIC  -Wall -g -O2  -c balanc.f -o balanc.o
a9rnti.f:123:4:

  123 |   10  I = 1
      |    1
Warning: Label 10 at (1) defined but not used [-Wunused-label]
a9rntl.f:118:4:

  118 |   10  I = 1
      |    1
Warning: Label 10 at (1) defined but not used [-Wunused-label]
a9rntl.f:1:39:

    1 |       SUBROUTINE A9RNTL(A, NITEMS, IOUT, MCOL)
      |                                       1
Warning: Unused dummy argument 'iout' at (1) [-Wunused-dummy-argument]
a9rntd.f:1:39:

    1 |       SUBROUTINE A9RNTD(A, NITEMS, IOUT, MCOL, W, D)
      |                                       1
Warning: Unused dummy argument 'iout' at (1) [-Wunused-dummy-argument]
a9rntr.f:1:39:

    1 |       SUBROUTINE A9RNTR(A, NITEMS, IOUT, MCOL, W, D)
      |                                       1
Warning: Unused dummy argument 'iout' at (1) [-Wunused-dummy-argument]
a9rnti.f:1:39:

    1 |       SUBROUTINE A9RNTI(A, NITEMS, IOUT, MCOL, W)
      |                                       1
Warning: Unused dummy argument 'iout' at (1) [-Wunused-dummy-argument]
a9rntc.f:1:39:

    1 |       SUBROUTINE A9RNTC(A, NITEMS, IOUT, MCOL, W, D)
      |                                       1
Warning: Unused dummy argument 'iout' at (1) [-Wunused-dummy-argument]
/opt/gfortran/bin/gfortran -arch arm64  -fPIC  -Wall -g -O2  -c balinv.f -o balinv.o
/opt/gfortran/bin/gfortran -arch arm64  -fPIC  -Wall -g -O2  -c cinvert.f -o cinvert.o
/opt/gfortran/bin/gfortran -arch arm64  -fPIC  -Wall -g -O2  -c complete.f -o complete.o
/opt/gfortran/bin/gfortran -arch arm64  -fPIC  -Wall -g -O2  -c cspec.f -o cspec.o
clang -arch arm64 -std=gnu23 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG   -I/opt/R/arm64/include    -fPIC  -falign-functions=64 -Wall -g -O2  -c cts_init.c -o cts_init.o
/opt/gfortran/bin/gfortran -arch arm64  -fPIC  -Wall -g -O2  -c d1mach.f -o d1mach.o
/opt/gfortran/bin/gfortran -arch arm64  -fPIC  -Wall -g -O2  -c d1rply.f -o d1rply.o
balinv.f:31:14:

   31 |           K = SCALE(I)
      |              1
Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion]
d1rply.f:127:10:

  127 |    90 L = DLOG(SC)/DLOG(BASE) + .5
      |          1
Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion]
/opt/gfortran/bin/gfortran -arch arm64  -fPIC  -Wall -g -O2  -c d2rply.f -o d2rply.o
/opt/gfortran/bin/gfortran -arch arm64  -fPIC  -Wall -g -O2  -c d3rply.f -o d3rply.o
/opt/gfortran/bin/gfortran -arch arm64  -fPIC  -Wall -g -O2  -c d4rply.f -o d4rply.o
/opt/gfortran/bin/gfortran -arch arm64  -fPIC  -Wall -g -O2  -c d5rply.f -o d5rply.o
/opt/gfortran/bin/gfortran -arch arm64  -fPIC  -Wall -g -O2  -c d6rply.f -o d6rply.o
/opt/gfortran/bin/gfortran -arch arm64  -fPIC  -Wall -g -O2  -c d7rply.f -o d7rply.o
d5rply.f:1:31:

    1 |       SUBROUTINE D5RPLY(TYPE, P, QP, K, QK)
      |                               1
Warning: Unused dummy argument 'p' at (1) [-Wunused-dummy-argument]
d7rply.f:1:53:

    1 |       SUBROUTINE D7RPLY(UU, VV, NZ, P, QP, K, QK, SVK)
      |                                                     1
Warning: Unused dummy argument 'svk' at (1) [-Wunused-dummy-argument]
d7rply.f:62:43:

   62 |       IF (RELSTP.GT..01 .OR. MP.LT.OMP .OR. TRIED)
      |                                           ^
Warning: 'omp' may be used uninitialized [-Wmaybe-uninitialized]
d7rply.f:16:30:

   16 |       DOUBLE PRECISION MP, OMP, EE, RELSTP, T, ZM
      |                              ^
note: 'omp' was declared here
d7rply.f:62:43:

   62 |       IF (RELSTP.GT..01 .OR. MP.LT.OMP .OR. TRIED)
      |                                           ^
Warning: 'relstp' may be used uninitialized [-Wmaybe-uninitialized]
d7rply.f:16:42:

   16 |       DOUBLE PRECISION MP, OMP, EE, RELSTP, T, ZM
      |                                          ^
note: 'relstp' was declared here
/opt/gfortran/bin/gfortran -arch arm64  -fPIC  -Wall -g -O2  -c d8rply.f -o d8rply.o
/opt/gfortran/bin/gfortran -arch arm64  -fPIC  -Wall -g -O2  -c d9rply.f -o d9rply.o
/opt/gfortran/bin/gfortran -arch arm64  -fPIC  -Wall -g -O2  -c display.f -o display.o
/opt/gfortran/bin/gfortran -arch arm64  -fPIC  -Wall -g -O2  -c dpca.f -o dpca.o
/opt/gfortran/bin/gfortran -arch arm64  -fPIC  -Wall -g -O2  -c drpoly.f -o drpoly.o
/opt/gfortran/bin/gfortran -arch arm64  -fPIC  -Wall -g -O2  -c e9rint.f -o e9rint.o
d9rply.f:56:40:

   56 |       IF (DABS(T).GT..001*DABS(S-T) .OR. MP.LE.OMP)
      |                                        ^
Warning: 'omp' may be used uninitialized [-Wmaybe-uninitialized]
d9rply.f:17:34:

   17 |       DOUBLE PRECISION MS, MP, OMP, EE
      |                                  ^
note: 'omp' was declared here
d9rply.f:56:40:

   56 |       IF (DABS(T).GT..001*DABS(S-T) .OR. MP.LE.OMP)
      |                                        ^
Warning: 't' may be used uninitialized [-Wmaybe-uninitialized]
d9rply.f:23:32:

   23 |       DOUBLE PRECISION PV, KV, T, S, SSS
      |                                ^
note: 't' was declared here
/opt/gfortran/bin/gfortran -arch arm64  -fPIC  -Wall -g -O2  -c envirn.f -o envirn.o
/opt/gfortran/bin/gfortran -arch arm64  -fPIC  -Wall -g -O2  -c eprint.f -o eprint.o
/opt/gfortran/bin/gfortran -arch arm64  -fPIC  -Wall -g -O2  -c fdump.f -o fdump.o
/opt/gfortran/bin/gfortran -arch arm64  -fPIC  -Wall -g -O2  -c forecast.f -o forecast.o
/opt/gfortran/bin/gfortran -arch arm64  -fPIC  -Wall -g -O2  -c frmatd.f -o frmatd.o
/opt/gfortran/bin/gfortran -arch arm64  -fPIC  -Wall -g -O2  -c frmati.f -o frmati.o
envirn.f:180:5:

  180 | 99999 FORMAT (/,/,' WARNING. The value Emin may be incorrect:-  Emin = '
      |     1
Warning: Label 99999 at (1) defined but not used [-Wunused-label]
envirn.f:85:14:

   85 |           IF (LRND) THEN
      |              ^
Warning: 'lrnd' may be used uninitialized [-Wmaybe-uninitialized]
envirn.f:46:30:

   46 |       LOGICAL FIRST,IWARN,LRND
      |                              ^
note: 'lrnd' was declared here
/opt/gfortran/bin/gfortran -arch arm64  -fPIC  -Wall -g -O2  -c frmatr.f -o frmatr.o
/opt/gfortran/bin/gfortran -arch arm64  -fPIC  -Wall -g -O2  -c getmin.f -o getmin.o
/opt/gfortran/bin/gfortran -arch arm64  -fPIC  -Wall -g -O2  -c hqrort.f -o hqrort.o
/opt/gfortran/bin/gfortran -arch arm64  -fPIC  -Wall -g -O2  -c i0tk00.f -o i0tk00.o
/opt/gfortran/bin/gfortran -arch arm64  -fPIC  -Wall -g -O2  -c i10wid.f -o i10wid.o
/opt/gfortran/bin/gfortran -arch arm64  -fPIC  -Wall -g -O2  -c i1mach.f -o i1mach.o
i1mach.f:254:5:

  254 |  9020 FORMAT(/' Adjust I1MACH by uncommenting data statements'/
      |     1
Warning: Label 9020 at (1) defined but not used [-Wunused-label]
i1mach.f:251:5:

  251 |  9010 FORMAT(/' Adjust autodoubled I1MACH by uncommenting data'/
      |     1
Warning: Label 9010 at (1) defined but not used [-Wunused-label]
i1mach.f:293:72:

  293 |       END
      |                                                                        ^
Warning: '__result_i1mach' may be used uninitialized [-Wmaybe-uninitialized]
i1mach.f:1:29:

    1 |       INTEGER FUNCTION I1MACH(I)
      |                             ^
note: '__result_i1mach' was declared here
/opt/gfortran/bin/gfortran -arch arm64  -fPIC  -Wall -g -O2  -c i8save.f -o i8save.o
/opt/gfortran/bin/gfortran -arch arm64  -fPIC  -Wall -g -O2  -c iceil.f -o iceil.o
/opt/gfortran/bin/gfortran -arch arm64  -fPIC  -Wall -g -O2  -c iflr.f -o iflr.o
/opt/gfortran/bin/gfortran -arch arm64  -fPIC  -Wall -g -O2  -c isamax.f -o isamax.o
/opt/gfortran/bin/gfortran -arch arm64  -fPIC  -Wall -g -O2  -c istkgt.f -o istkgt.o
hqrort.f:116:10:

  116 |       IF (L.EQ.EN) GO TO 480
      |          ^
Warning: 'l' may be used uninitialized [-Wmaybe-uninitialized]
hqrort.f:10:37:

   10 |       INTEGER EN,ENM2,I,ITN,ITS,J,K,L,LL,M,MM,MP2,NA
      |                                     ^
note: 'l' was declared here
/opt/gfortran/bin/gfortran -arch arm64  -fPIC  -Wall -g -O2  -c istkqu.f -o istkqu.o
/opt/gfortran/bin/gfortran -arch arm64  -fPIC  -Wall -g -O2  -c istkrl.f -o istkrl.o
/opt/gfortran/bin/gfortran -arch arm64  -fPIC  -Wall -g -O2  -c kfilsm.f -o kfilsm.o
/opt/gfortran/bin/gfortran -arch arm64  -fPIC  -Wall -g -O2  -c kfilsm1.f -o kfilsm1.o
/opt/gfortran/bin/gfortran -arch arm64  -fPIC  -Wall -g -O2  -c loop.f -o loop.o
/opt/gfortran/bin/gfortran -arch arm64  -fPIC  -Wall -g -O2  -c lybsc.f -o lybsc.o
/opt/gfortran/bin/gfortran -arch arm64  -fPIC  -Wall -g -O2  -c lycsr.f -o lycsr.o
/opt/gfortran/bin/gfortran -arch arm64  -fPIC  -Wall -g -O2  -c mepad.f -o mepad.o
/opt/gfortran/bin/gfortran -arch arm64  -fPIC  -Wall -g -O2  -c mutil.f -o mutil.o
/opt/gfortran/bin/gfortran -arch arm64  -fPIC  -Wall -g -O2  -c newline.f -o newline.o
/opt/gfortran/bin/gfortran -arch arm64  -fPIC  -Wall -g -O2  -c orthes.f -o orthes.o
/opt/gfortran/bin/gfortran -arch arm64  -fPIC  -Wall -g -O2  -c ortran.f -o ortran.o
mutil.f:1:27:

    1 |       SUBROUTINE MPRINT(N,A,K,TX)
      |                           1
Warning: Unused dummy argument 'a' at (1) [-Wunused-dummy-argument]
mutil.f:3:19:

    3 |       INTEGER N,K,I,J
      |                   1
Warning: Unused variable 'i' declared at (1) [-Wunused-variable]
mutil.f:3:21:

    3 |       INTEGER N,K,I,J
      |                     1
Warning: Unused variable 'j' declared at (1) [-Wunused-variable]
mutil.f:1:25:

    1 |       SUBROUTINE MPRINT(N,A,K,TX)
      |                         1
Warning: Unused dummy argument 'n' at (1) [-Wunused-dummy-argument]
mutil.f:1:32:

    1 |       SUBROUTINE MPRINT(N,A,K,TX)
      |                                1
Warning: Unused dummy argument 'tx' at (1) [-Wunused-dummy-argument]
/opt/gfortran/bin/gfortran -arch arm64  -fPIC  -Wall -g -O2  -c rejuce.f -o rejuce.o
/opt/gfortran/bin/gfortran -arch arm64  -fPIC  -Wall -g -O2  -c repar.f -o repar.o
/opt/gfortran/bin/gfortran -arch arm64  -fPIC  -Wall -g -O2  -c resg0.f -o resg0.o
/opt/gfortran/bin/gfortran -arch arm64  -fPIC  -Wall -g -O2  -c resg0new.f -o resg0new.o
/opt/gfortran/bin/gfortran -arch arm64  -fPIC  -Wall -g -O2  -c resg1d.f -o resg1d.o
/opt/gfortran/bin/gfortran -arch arm64  -fPIC  -Wall -g -O2  -c resg1dpre.f -o resg1dpre.o
/opt/gfortran/bin/gfortran -arch arm64  -fPIC  -Wall -g -O2  -c resg1dpre1.f -o resg1dpre1.o
resg0new.f:15:55:

   15 |       DOUBLE PRECISION FSESI(5000,20),FSCVI(5000,20,20)
      |                                                       1
Warning: Array 'fscvi' at (1) is larger than limit set by '-fmax-stack-var-size=', moved from stack to static storage. This makes the procedure unsafe when called recursively, or concurrently from multiple threads. Consider increasing the '-fmax-stack-var-size=' limit (or use '-frecursive', which implies unlimited '-fmax-stack-var-size') - or change the code to use an ALLOCATABLE array. If the variable is never accessed concurrently, this warning can be ignored, and the variable could also be declared with the SAVE attribute. [-Wsurprising]
resg0new.f:14:55:

   14 |       DOUBLE PRECISION FSESR(5000,20),FSCVR(5000,20,20)
      |                                                       1
Warning: Array 'fscvr' at (1) is larger than limit set by '-fmax-stack-var-size=', moved from stack to static storage. This makes the procedure unsafe when called recursively, or concurrently from multiple threads. Consider increasing the '-fmax-stack-var-size=' limit (or use '-frecursive', which implies unlimited '-fmax-stack-var-size') - or change the code to use an ALLOCATABLE array. If the variable is never accessed concurrently, this warning can be ignored, and the variable could also be declared with the SAVE attribute. [-Wsurprising]
resg0new.f:16:37:

   16 |       DOUBLE PRECISION FSER0(5000,20),TRANR(5000,20),TRANI(5000,20)
      |                                     1
Warning: Array 'fser0' at (1) is larger than limit set by '-fmax-stack-var-size=', moved from stack to static storage. This makes the procedure unsafe when called recursively, or concurrently from multiple threads. Consider increasing the '-fmax-stack-var-size=' limit (or use '-frecursive', which implies unlimited '-fmax-stack-var-size') - or change the code to use an ALLOCATABLE array. If the variable is never accessed concurrently, this warning can be ignored, and the variable could also be declared with the SAVE attribute. [-Wsurprising]
resg0new.f:15:37:

   15 |       DOUBLE PRECISION FSESI(5000,20),FSCVI(5000,20,20)
      |                                     1
Warning: Array 'fsesi' at (1) is larger than limit set by '-fmax-stack-var-size=', moved from stack to static storage. This makes the procedure unsafe when called recursively, or concurrently from multiple threads. Consider increasing the '-fmax-stack-var-size=' limit (or use '-frecursive', which implies unlimited '-fmax-stack-var-size') - or change the code to use an ALLOCATABLE array. If the variable is never accessed concurrently, this warning can be ignored, and the variable could also be declared with the SAVE attribute. [-Wsurprising]
resg0new.f:14:37:

   14 |       DOUBLE PRECISION FSESR(5000,20),FSCVR(5000,20,20)
      |                                     1
Warning: Array 'fsesr' at (1) is larger than limit set by '-fmax-stack-var-size=', moved from stack to static storage. This makes the procedure unsafe when called recursively, or concurrently from multiple threads. Consider increasing the '-fmax-stack-var-size=' limit (or use '-frecursive', which implies unlimited '-fmax-stack-var-size') - or change the code to use an ALLOCATABLE array. If the variable is never accessed concurrently, this warning can be ignored, and the variable could also be declared with the SAVE attribute. [-Wsurprising]
resg0new.f:18:58:

   18 |       DOUBLE PRECISION PSCVR(5000,20,20),PSCVI(5000,20,20)
      |                                                          1
Warning: Array 'pscvi' at (1) is larger than limit set by '-fmax-stack-var-size=', moved from stack to static storage. This makes the procedure unsafe when called recursively, or concurrently from multiple threads. Consider increasing the '-fmax-stack-var-size=' limit (or use '-frecursive', which implies unlimited '-fmax-stack-var-size') - or change the code to use an ALLOCATABLE array. If the variable is never accessed concurrently, this warning can be ignored, and the variable could also be declared with the SAVE attribute. [-Wsurprising]
resg0new.f:18:40:

   18 |       DOUBLE PRECISION PSCVR(5000,20,20),PSCVI(5000,20,20)
      |                                        1
Warning: Array 'pscvr' at (1) is larger than limit set by '-fmax-stack-var-size=', moved from stack to static storage. This makes the procedure unsafe when called recursively, or concurrently from multiple threads. Consider increasing the '-fmax-stack-var-size=' limit (or use '-frecursive', which implies unlimited '-fmax-stack-var-size') - or change the code to use an ALLOCATABLE array. If the variable is never accessed concurrently, this warning can be ignored, and the variable could also be declared with the SAVE attribute. [-Wsurprising]
resg0new.f:17:52:

   17 |       DOUBLE PRECISION PSESR(5000,20),PSESI(5000,20)
      |                                                    1
Warning: Array 'psesi' at (1) is larger than limit set by '-fmax-stack-var-size=', moved from stack to static storage. This makes the procedure unsafe when called recursively, or concurrently from multiple threads. Consider increasing the '-fmax-stack-var-size=' limit (or use '-frecursive', which implies unlimited '-fmax-stack-var-size') - or change the code to use an ALLOCATABLE array. If the variable is never accessed concurrently, this warning can be ignored, and the variable could also be declared with the SAVE attribute. [-Wsurprising]
resg0new.f:17:37:

   17 |       DOUBLE PRECISION PSESR(5000,20),PSESI(5000,20)
      |                                     1
Warning: Array 'psesr' at (1) is larger than limit set by '-fmax-stack-var-size=', moved from stack to static storage. This makes the procedure unsafe when called recursively, or concurrently from multiple threads. Consider increasing the '-fmax-stack-var-size=' limit (or use '-frecursive', which implies unlimited '-fmax-stack-var-size') - or change the code to use an ALLOCATABLE array. If the variable is never accessed concurrently, this warning can be ignored, and the variable could also be declared with the SAVE attribute. [-Wsurprising]
resg0new.f:16:67:

   16 |       DOUBLE PRECISION FSER0(5000,20),TRANR(5000,20),TRANI(5000,20)
      |                                                                   1
Warning: Array 'trani' at (1) is larger than limit set by '-fmax-stack-var-size=', moved from stack to static storage. This makes the procedure unsafe when called recursively, or concurrently from multiple threads. Consider increasing the '-fmax-stack-var-size=' limit (or use '-frecursive', which implies unlimited '-fmax-stack-var-size') - or change the code to use an ALLOCATABLE array. If the variable is never accessed concurrently, this warning can be ignored, and the variable could also be declared with the SAVE attribute. [-Wsurprising]
resg0new.f:16:52:

   16 |       DOUBLE PRECISION FSER0(5000,20),TRANR(5000,20),TRANI(5000,20)
      |                                                    1
Warning: Array 'tranr' at (1) is larger than limit set by '-fmax-stack-var-size=', moved from stack to static storage. This makes the procedure unsafe when called recursively, or concurrently from multiple threads. Consider increasing the '-fmax-stack-var-size=' limit (or use '-frecursive', which implies unlimited '-fmax-stack-var-size') - or change the code to use an ALLOCATABLE array. If the variable is never accessed concurrently, this warning can be ignored, and the variable could also be declared with the SAVE attribute. [-Wsurprising]
/opt/gfortran/bin/gfortran -arch arm64  -fPIC  -Wall -g -O2  -c resgen.f -o resgen.o
/opt/gfortran/bin/gfortran -arch arm64  -fPIC  -Wall -g -O2  -c revg1.f -o revg1.o
/opt/gfortran/bin/gfortran -arch arm64  -fPIC  -Wall -g -O2  -c roots.f -o roots.o
/opt/gfortran/bin/gfortran -arch arm64  -fPIC  -Wall -g -O2  -c s88fmt.f -o s88fmt.o
/opt/gfortran/bin/gfortran -arch arm64  -fPIC  -Wall -g -O2  -c saxpy.f -o saxpy.o
/opt/gfortran/bin/gfortran -arch arm64  -fPIC  -Wall -g -O2  -c sdata.f -o sdata.o
/opt/gfortran/bin/gfortran -arch arm64  -fPIC  -Wall -g -O2  -c sdot.f -o sdot.o
revg1.f:100:5:

  100 |  1040 FORMAT (1X, 'Error computing inverse of A, INFO = ', I5)
      |     1
Warning: Label 1040 at (1) defined but not used [-Wunused-label]
revg1.f:94:5:

   94 |  1030 FORMAT (1X, 'Error factoring A, INFO = ', I5)
      |     1
Warning: Label 1030 at (1) defined but not used [-Wunused-label]
/opt/gfortran/bin/gfortran -arch arm64  -fPIC  -Wall -g -O2  -c sdump.f -o sdump.o
/opt/gfortran/bin/gfortran -arch arm64  -fPIC  -Wall -g -O2  -c search.f -o search.o
/opt/gfortran/bin/gfortran -arch arm64  -fPIC  -Wall -g -O2  -c setcom.f -o setcom.o
/opt/gfortran/bin/gfortran -arch arm64  -fPIC  -Wall -g -O2  -c seterr.f -o seterr.o
/opt/gfortran/bin/gfortran -arch arm64  -fPIC  -Wall -g -O2  -c setfor.f -o setfor.o
/opt/gfortran/bin/gfortran -arch arm64  -fPIC  -Wall -g -O2  -c setkfilsm.f -o setkfilsm.o
/opt/gfortran/bin/gfortran -arch arm64  -fPIC  -Wall -g -O2  -c setup1.f -o setup1.o
/opt/gfortran/bin/gfortran -arch arm64  -fPIC  -Wall -g -O2  -c setupdate.f -o setupdate.o
/opt/gfortran/bin/gfortran -arch arm64  -fPIC  -Wall -g -O2  -c simi.f -o simi.o
/opt/gfortran/bin/gfortran -arch arm64  -fPIC  -Wall -g -O2  -c sscal.f -o sscal.o
/opt/gfortran/bin/gfortran -arch arm64  -fPIC  -Wall -g -O2  -c stkdmp.f -o stkdmp.o
/opt/gfortran/bin/gfortran -arch arm64  -fPIC  -Wall -g -O2  -c store.f -o store.o
/opt/gfortran/bin/gfortran -arch arm64  -fPIC  -Wall -g -O2  -c u9dmp.f -o u9dmp.o
/opt/gfortran/bin/gfortran -arch arm64  -fPIC  -Wall -g -O2  -c update.f -o update.o
clang -arch arm64 -std=gnu23 -dynamiclib -Wl,-headerpad_max_install_names -undefined dynamic_lookup -L/Library/Frameworks/R.framework/Resources/lib -L/opt/R/arm64/lib -o cts.so a9rntc.o a9rntd.o a9rnti.o a9rntl.o a9rntr.o balanc.o balinv.o cinvert.o complete.o cspec.o cts_init.o d1mach.o d1rply.o d2rply.o d3rply.o d4rply.o d5rply.o d6rply.o d7rply.o d8rply.o d9rply.o display.o dpca.o drpoly.o e9rint.o envirn.o eprint.o fdump.o forecast.o frmatd.o frmati.o frmatr.o getmin.o hqrort.o i0tk00.o i10wid.o i1mach.o i8save.o iceil.o iflr.o isamax.o istkgt.o istkqu.o istkrl.o kfilsm.o kfilsm1.o loop.o lybsc.o lycsr.o mepad.o mutil.o newline.o orthes.o ortran.o rejuce.o repar.o resg0.o resg0new.o resg1d.o resg1dpre.o resg1dpre1.o resgen.o revg1.o roots.o s88fmt.o saxpy.o sdata.o sdot.o sdump.o search.o setcom.o seterr.o setfor.o setkfilsm.o setup1.o setupdate.o simi.o sscal.o stkdmp.o store.o u9dmp.o update.o -L/Library/Frameworks/R.framework/Resources/lib -lRlapack -L/Library/Frameworks/R.framework/Resources/lib -lRblas -L/opt/gfortran/lib/gcc/aarch64-apple-darwin20.0/14.2.0 -L/opt/gfortran/lib -lemutls_w -lheapt_w -lgfortran -lquadmath -L/opt/gfortran/lib/gcc/aarch64-apple-darwin20.0/14.2.0 -L/opt/gfortran/lib -lemutls_w -lheapt_w -lgfortran -lquadmath -F/Library/Frameworks/R.framework/.. -framework R
ld: warning: ignoring duplicate libraries: '-lemutls_w', '-lgfortran', '-lheapt_w', '-lquadmath'
installing to /Volumes/Builds/packages/sonoma-arm64/results/4.6/cts.Rcheck/00LOCK-cts/00new/cts/libs
** generating debug symbols (dSYM)
** R
** data
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
*** copying figures
** 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 (cts)