* installing *source* package ‘acepack’ ...
** this is package ‘acepack’ version ‘1.6.1’
** package ‘acepack’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C compiler: ‘clang version 20.1.0-rc2’
using Fortran compiler: ‘flang version 20.1.0-rc2’
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-clang/acepack/src'
/usr/local/clang20/bin/flang  -fpic  -O2 -pedantic  -c  acedata.f90 -o acedata.o
/usr/local/clang20/bin/flang  -fpic  -O2 -pedantic  -c  calcmu.f90 -o calcmu.o
/usr/local/clang20/bin/flang  -fpic  -O2 -pedantic  -c  ctsub.f90 -o ctsub.o
/usr/local/clang20/bin/flang  -fpic  -O2 -pedantic  -c  favas.f90 -o favas.o
/usr/local/clang20/bin/flang  -fpic  -O2 -pedantic  -c  mace.f90 -o mace.o
/usr/local/clang20/bin/flang  -fpic  -O2 -pedantic  -c  model.f90 -o model.o
/usr/local/clang20/bin/flang  -fpic  -O2 -pedantic  -c  montne.f90 -o montne.o
/usr/local/clang20/bin/flang  -fpic  -O2 -pedantic  -c  rlsmo.f90 -o rlsmo.o
/usr/local/clang20/bin/flang  -fpic  -O2 -pedantic  -c  scail.f90 -o scail.o
/usr/local/clang20/bin/flang  -fpic  -O2 -pedantic  -c  smooth.f90 -o smooth.o
/usr/local/clang20/bin/flang  -fpic  -O2 -pedantic  -c  smothr.f90 -o smothr.o
/usr/local/clang20/bin/flang  -fpic  -O2 -pedantic  -c  sort.f90 -o sort.o
/usr/local/clang20/bin/flang  -fpic  -O2 -pedantic  -c  supersmoother.f90 -o supersmoother.o
/usr/local/clang20/bin/flang  -fpic  -O2 -pedantic  -c  supsmu.f90 -o supsmu.o
./supsmu.f90:71:5: warning: Reference to the procedure 'smooth' has an implicit interface that is distinct from another reference: incompatible dummy argument #8: incompatible dummy data object shapes
      CALL smooth (n,x,y,w,spans(i),jper,vsmlsq,scratch(1,2*i-1),scratch(1,7))
      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
./supsmu.f90:67:5: previous reference to 'smooth'
      CALL smooth (n,x,y,w,span,jper,vsmlsq,smo,scratch(1,1))
      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
./supsmu.f90:72:5: warning: Reference to the procedure 'smooth' has an implicit interface that is distinct from another reference: incompatible dummy argument #3: incompatible dummy data object shapes
      CALL smooth (n,x,scratch(1,7),w,spans(2),-jper,vsmlsq,scratch(1,2*i),h)
      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
./supsmu.f90:67:5: previous reference to 'smooth'
      CALL smooth (n,x,y,w,span,jper,vsmlsq,smo,scratch(1,1))
      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
./supsmu.f90:87:3: warning: Reference to the procedure 'smooth' has an implicit interface that is distinct from another reference: incompatible dummy argument #3: incompatible dummy data object shapes
    CALL smooth (n,x,scratch(1,7),w,spans(2),-jper,vsmlsq,scratch(1,2),h)
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
./supsmu.f90:67:5: previous reference to 'smooth'
      CALL smooth (n,x,y,w,span,jper,vsmlsq,smo,scratch(1,1))
      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
./supsmu.f90:100:3: warning: Reference to the procedure 'smooth' has an implicit interface that is distinct from another reference: incompatible dummy argument #3: incompatible dummy data object shapes
    CALL smooth (n,x,scratch(1,4),w,spans(1),-jper,vsmlsq,smo,h)
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
./supsmu.f90:67:5: previous reference to 'smooth'
      CALL smooth (n,x,y,w,span,jper,vsmlsq,smo,scratch(1,1))
      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
/usr/local/clang20/bin/clang -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG   -isystem /usr/local/clang20/include -I/usr/local/clang/include    -fpic  -O3 -Wall -pedantic -Wp,-D_FORTIFY_SOURCE=3  -c init.c -o init.o
/usr/local/clang20/bin/flang  -fpic  -O2 -pedantic  -c  acemod.f90 -o acemod.o
/usr/local/clang20/bin/flang  -fpic  -O2 -pedantic  -c  bakfit.f90 -o bakfit.o
/usr/local/clang20/bin/clang -shared -L/usr/local/clang/lib64 -L/usr/local/clang20/lib -L/usr/local/clang20/lib/x86_64-unknown-linux-gnu -L/usr/local/lib64 -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 -lFortranRuntime -lFortranDecimal -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)