* installing *source* package ‘acepack’ ...
** this is package ‘acepack’ version ‘1.6.3’
** package ‘acepack’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C compiler: ‘clang version 22.1.0 (https://github.com/llvm/llvm-project 4434dabb69916856b824f68a64b029c67175e532)’
using Fortran compiler: ‘flang version 22.1.0 (https://github.com/llvm/llvm-project 4434dabb69916856b824f68a64b029c67175e532)’
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-clang/acepack/src'
flang-22  -fpic  -O2 -pedantic  -c  acedata.f90 -o acedata.o
./acedata.f90:75:34: warning: Default real literal in REAL(8) context might need a kind suffix, as its rounded value [REAL(4)::5.00000007450580596923828125e-2_4,2.0000000298023223876953125e-1_4,5.e-1_4] is inexact [-Wreal-constant-widening]
    DOUBLE PRECISION :: spans(3) = (/0.05, 0.2, 0.5/)
                                   ^^^^^^^^^^^^^^^^^^
flang-22  -fpic  -O2 -pedantic  -c  calcmu.f90 -o calcmu.o
flang-22  -fpic  -O2 -pedantic  -c  ctsub.f90 -o ctsub.o
flang-22  -fpic  -O2 -pedantic  -c  favas.f90 -o favas.o
flang-22  -fpic  -O2 -pedantic  -c  mace.f90 -o mace.o
flang-22  -fpic  -O2 -pedantic  -c  model.f90 -o model.o
flang-22  -fpic  -O2 -pedantic  -c  montne.f90 -o montne.o
flang-22  -fpic  -O2 -pedantic  -c  rlsmo.f90 -o rlsmo.o
./rlsmo.f90:38:12: warning: Default real literal in REAL(8) context might need a kind suffix, as its rounded value [REAL(4)::3.00000011920928955078125e-1_4,4.000000059604644775390625e-1_4,5.e-1_4,6.0000002384185791015625e-1_4,6.99999988079071044921875e-1_4,1._4] is inexact [-Wreal-constant-widening]
    cvspan = (/0.3, 0.4, 0.5, 0.6, 0.7, 1.0/)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
./rlsmo.f90:39:11: warning: Default real literal in REAL(8) context might need a kind suffix, as its rounded value 9.99999977648258209228515625e-3_4 is inexact [-Wreal-constant-widening]
    penal = 0.01
            ^^^^
flang-22  -fpic  -O2 -pedantic  -c  scail.f90 -o scail.o
flang-22  -fpic  -O2 -pedantic  -c  smooth.f90 -o smooth.o
flang-22  -fpic  -O2 -pedantic  -c  smothr.f90 -o smothr.o
flang-22  -fpic  -O2 -pedantic  -c  sort.f90 -o sort.o
flang-22  -fpic  -O2 -pedantic  -c  supersmoother.f90 -o supersmoother.o
flang-22  -fpic  -O2 -pedantic  -c  supsmu.f90 -o supsmu.o
clang-22 -std=gnu23 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG   -isystem /usr/local/clang22/include -I/usr/local/clang/include    -fpic  -O3 -Wall -pedantic -Wp,-D_FORTIFY_SOURCE=3  -c init.c -o init.o
flang-22  -fpic  -O2 -pedantic  -c  acemod.f90 -o acemod.o
flang-22  -fpic  -O2 -pedantic  -c  bakfit.f90 -o bakfit.o
clang-22 -std=gnu23 -shared -L/usr/local/clang/lib64 -L/usr/local/clang22/lib -L/usr/local/clang22/lib/x86_64-unknown-linux-gnu -L/usr/local/lib64 -L/usr/local/clang21/lib/clang/22/lib/x86_64-unknown-linux-gnu -o acepack.so acedata.o acemod.o bakfit.o calcmu.o ctsub.o favas.o init.o mace.o model.o montne.o rlsmo.o scail.o smooth.o smothr.o sort.o supersmoother.o supsmu.o -lflang_rt.runtime -lm
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-clang/acepack/src'
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-clang/acepack/src'
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-clang/acepack/src'
installing to /data/gannet/ripley/R/packages/tests-clang/acepack.Rcheck/00LOCK-acepack/00new/acepack/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 (acepack)