* installing *source* package ‘ash’ ...
** this is package ‘ash’ version ‘1.0-15’
** package ‘ash’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using Fortran compiler: ‘GNU Fortran (GCC) 15.1.1 20250521 (Red Hat 15.1.1-2)’
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/ash/src'
gfortran -fpic -g -O2 -mtune=native -Wall -pedantic -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]
gfortran -fpic -g -O2 -mtune=native -Wall -pedantic -c sort.f -o sort.o
gcc -shared -g -O2 -Wall -pedantic -mtune=native -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -Werror=implicit-function-declaration -Wstrict-prototypes -fpic -L/usr/local/lib64 -o ash.so ash.o sort.o -lgfortran -lm -lquadmath
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/ash/src'
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/ash/src'
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/ash/src'
installing to /data/gannet/ripley/R/packages/tests-devel/ash.Rcheck/00LOCK-ash/00new/ash/libs
** 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)