* installing to library ‘/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages’
* 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: ‘Debian clang version 22.1.5 (1)’
using Fortran compiler: ‘Debian flang version 22.1.5 (1)’
make[1]: Entering directory '/home/hornik/tmp/scratch/Rtmp9Q14wG/R.INSTALL2d7076696d40df/acepack/src'
flang-22 -fpic -g -O2 -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 -g -O2 -c acemod.f90 -o acemod.o
flang-22 -fpic -g -O2 -c bakfit.f90 -o bakfit.o
flang-22 -fpic -g -O2 -c calcmu.f90 -o calcmu.o
flang-22 -fpic -g -O2 -c ctsub.f90 -o ctsub.o
flang-22 -fpic -g -O2 -c favas.f90 -o favas.o
flang-22 -fpic -g -O2 -c mace.f90 -o mace.o
flang-22 -fpic -g -O2 -c model.f90 -o model.o
flang-22 -fpic -g -O2 -c montne.f90 -o montne.o
flang-22 -fpic -g -O2 -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 -g -O2 -c scail.f90 -o scail.o
flang-22 -fpic -g -O2 -c smooth.f90 -o smooth.o
flang-22 -fpic -g -O2 -c smothr.f90 -o smothr.o
flang-22 -fpic -g -O2 -c sort.f90 -o sort.o
flang-22 -fpic -g -O2 -c supersmoother.f90 -o supersmoother.o
flang-22 -fpic -g -O2 -c supsmu.f90 -o supsmu.o
clang-22 -std=gnu23 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -c init.c -o init.o
clang-22 -std=gnu23 -shared -L/home/hornik/tmp/R.check/r-devel-clang/Work/build/lib -Wl,-O1 -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 -L/usr/lib/llvm-22/lib/clang/22/lib/linux -L/usr/lib/llvm-22/lib -lflang_rt.runtime -lm -L/home/hornik/tmp/R.check/r-devel-clang/Work/build/lib -lR
make[1]: Leaving directory '/home/hornik/tmp/scratch/Rtmp9Q14wG/R.INSTALL2d7076696d40df/acepack/src'
make[1]: Entering directory '/home/hornik/tmp/scratch/Rtmp9Q14wG/R.INSTALL2d7076696d40df/acepack/src'
make[1]: Leaving directory '/home/hornik/tmp/scratch/Rtmp9Q14wG/R.INSTALL2d7076696d40df/acepack/src'
installing to /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/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)