* installing *source* package ‘akima’ ...
** this is package ‘akima’ version ‘0.6-3.6’
** package ‘akima’ successfully unpacked and MD5 sums checked
** using staged installation
checking for gcc... clang -arch arm64 -std=gnu23
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether clang -arch arm64 -std=gnu23 accepts -g... yes
checking for clang -arch arm64 -std=gnu23 option to accept ISO C89... unsupported
checking whether we are using the GNU Fortran compiler... yes
checking whether /opt/gfortran/bin/gfortran -arch arm64 accepts -g... yes
checking for correct optimization with SUN compilers... -n not running on x86*-solaris*

configure: creating ./config.status
config.status: creating src/Makevars
** 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 -Wall -g -O2 -fPIC  -Wall -g -O2  -c akima433.f -o akima433.o
/opt/gfortran/bin/gfortran -arch arm64 -Wall -g -O2 -fPIC  -Wall -g -O2  -c akima697.f -o akima697.o
/opt/gfortran/bin/gfortran -arch arm64 -Wall -g -O2 -fPIC  -Wall -g -O2  -c akima760.f -o akima760.o
/opt/gfortran/bin/gfortran -arch arm64 -Wall -g -O2 -fPIC  -Wall -g -O2  -c akima761.f -o akima761.o
/opt/gfortran/bin/gfortran -arch arm64 -Wall -g -O2 -fPIC  -Wall -g -O2  -c bilinear.f -o bilinear.o
clang -arch arm64 -std=gnu23 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG   -I/opt/R/arm64/include   -falign-functions=64 -Wall -g -O2  -fPIC  -falign-functions=64 -Wall -g -O2  -c init.c -o init.o
/opt/gfortran/bin/gfortran -arch arm64 -Wall -g -O2 -fPIC  -Wall -g -O2  -c tripack.f -o tripack.o
akima760.f:1124:33:

 1124 |           IF (IXDI.NE.IXDIPV .OR. IYDI.NE.IYDIPV) THEN
      |                                 ^
Warning: 'ixdi' may be used uninitialized [-Wmaybe-uninitialized]
akima760.f:1076:41:

 1076 |       INTEGER          IIP,IXD0,IXD1,IXDI,IXDIPV,IYD0,IYD1,IYDI,IYDIPV
      |                                         ^
note: 'ixdi' was declared here
akima760.f:1124:33:

 1124 |           IF (IXDI.NE.IXDIPV .OR. IYDI.NE.IYDIPV) THEN
      |                                 ^
Warning: 'iydi' may be used uninitialized [-Wmaybe-uninitialized]
akima760.f:1076:63:

 1076 |       INTEGER          IIP,IXD0,IXD1,IXDI,IXDIPV,IYD0,IYD1,IYDI,IYDIPV
      |                                                               ^
note: 'iydi' was declared here
akima761.f:3224:72:

 3224 |                   ZI(IIP) = A*XI(IIP)+B*YI(IIP)+C
      |                                                                        ^
Warning: 'a' may be used uninitialized [-Wmaybe-uninitialized]
akima761.f:3160:36:

 3160 |       DOUBLE PRECISION             A,B,C,EA,EB,EC,DV
      |                                    ^
note: 'a' was declared here
akima761.f:3224:72:

 3224 |                   ZI(IIP) = A*XI(IIP)+B*YI(IIP)+C
      |                                                                        ^
Warning: 'b' may be used uninitialized [-Wmaybe-uninitialized]
akima761.f:3160:38:

 3160 |       DOUBLE PRECISION             A,B,C,EA,EB,EC,DV
      |                                      ^
note: 'b' was declared here
akima761.f:3224:72:

 3224 |                   ZI(IIP) = A*XI(IIP)+B*YI(IIP)+C
      |                                                                        ^
Warning: 'c' may be used uninitialized [-Wmaybe-uninitialized]
akima761.f:3160:40:

 3160 |       DOUBLE PRECISION             A,B,C,EA,EB,EC,DV
      |                                        ^
note: 'c' was declared here
akima761.f:3223:19:

 3223 |                IF (DABS(DV) .GT. 1.0D-10) THEN
      |                   ^
Warning: 'dv' may be used uninitialized [-Wmaybe-uninitialized]
akima761.f:3160:52:

 3160 |       DOUBLE PRECISION             A,B,C,EA,EB,EC,DV
      |                                                    ^
note: 'dv' was declared here
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 akima.so akima433.o akima697.o akima760.o akima761.o bilinear.o init.o tripack.o -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
installing to /Volumes/Builds/packages/sonoma-arm64/results/4.6/akima.Rcheck/00LOCK-akima/00new/akima/libs
** generating debug symbols (dSYM)
** R
** data
** 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 (akima)