* installing *source* package ‘ash’ ...
** package ‘ash’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
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 ash.f -o ash.o
ash.f:48:20:
48 | k = (x(i)-a) / d + 1.0
| 1
Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion]
ash.f:84:12:
84 | a = ab(1)
| 1
Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion]
ash.f:85:12:
85 | b = ab(2)
| 1
Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion]
ash.f:100:23:
100 | cons = cons + 2*w(i+1)
| 1
Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion]
ash.f:127:20:
127 | c = nc(i) / (n*h)
| 1
Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion]
ash.f:155:13:
155 | bx = ab(1,2)
| 1
Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion]
ash.f:156:13:
156 | ay = ab(2,1)
| 1
Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion]
ash.f:169:21:
169 | kx = (x(i,1)-ax) / dx + 1.0
| 1
Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion]
ash.f:170:21:
170 | ky = (x(i,2)-ay) / dy + 1.0
| 1
Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion]
ash.f:205:13:
205 | ax = ab(1,1)
| 1
Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion]
ash.f:206:13:
206 | bx = ab(1,2)
| 1
Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion]
ash.f:207:13:
207 | ay = ab(2,1)
| 1
Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion]
ash.f:208:13:
208 | by = ab(2,2)
| 1
Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion]
ash.f:233:24:
233 | consx = consx + 2*f(1,i+1)
| 1
Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion]
ash.f:238:24:
238 | consy = consy + 2*f(2,i+1)
| 1
Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion]
/opt/gfortran/bin/gfortran -arch arm64 -fPIC -Wall -g -O2 -c sort.f -o sort.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 ash.so ash.o sort.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 ___emutls_get_address: registers 23 and 24 not saved contiguously in frame
ld: warning: could not create compact unwind for _ash1_: registers 74 and 75 not saved contiguously in frame
ld: warning: could not create compact unwind for _bin2_: registers 74 and 75 not saved contiguously in frame
ld: warning: could not create compact unwind for _ash2_: registers 78 and 79 not saved contiguously in frame
installing to /Volumes/Builds/packages/big-sur-arm64/results/4.4/ash.Rcheck/00LOCK-ash/00new/ash/libs
** generating debug symbols (dSYM)
** R
** 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 (ash)