* installing *source* package ‘mda’ ...
** package ‘mda’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C compiler: ‘clang version 18.1.4’
using Fortran compiler: ‘flang-new version 18.1.4’
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-clang/mda/src'
/usr/local/clang18/bin/flang-new  -fpic  -O2 -pedantic  -c bruto.f -o bruto.o
/usr/local/clang18/bin/flang-new  -fpic  -O2 -pedantic  -c bsplvd.f -o bsplvd.o
/usr/local/clang18/bin/flang-new  -fpic  -O2 -pedantic  -c bvalue.f -o bvalue.o
/usr/local/clang18/bin/flang-new  -fpic  -O2 -pedantic  -c dcalcvar.f -o dcalcvar.o
/usr/local/clang18/bin/flang-new  -fpic  -O2 -pedantic  -c dmarss.f -o dmarss.o
./dmarss.f:567:7: warning: Reference to the procedure 'orthreg' has an implicit interface that is distinct from another reference: incompatible dummy argument #6: incompatible dummy data object shapes
        call orthreg(n,n,nterms,bxorth,tempin, scrat,bxorth(1,nterms2))
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
./dmarss.f:331:7: previous reference to 'orthreg'
        call orthreg(n,n,nterms,bxorth,fullin, bx(1,ii),bxorth(1,nterms2))
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
/usr/local/clang18/bin/flang-new  -fpic  -O2 -pedantic  -c dorthreg.f -o dorthreg.o
/usr/local/clang18/bin/flang-new  -fpic  -O2 -pedantic  -c dqrreg.f -o dqrreg.o
/usr/local/clang18/bin/clang -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG   -isystem /usr/local/clang18/include -I/usr/local/clang/include    -fpic  -O3 -Wall -pedantic -Wp,-D_FORTIFY_SOURCE=3  -c mda_init.c -o mda_init.o
/usr/local/clang18/bin/flang-new  -fpic  -O2 -pedantic  -c mspline.f -o mspline.o
./mspline.f:630:10: warning: Reference to the procedure 'tpack' has an implicit interface that is distinct from another reference: incompatible dummy argument #5: incompatible dummy data object shapes
           call tpack(n,p,match,work,ybar(1,j))
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
./mspline.f:625:7: previous reference to 'tpack'
        call tpack(n,p,match,w,wbar)
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
./mspline.f:748:10: warning: Reference to the procedure 'untpack' has an implicit interface that is distinct from another reference: incompatible dummy argument #5: incompatible dummy data object shapes
           call untpack(n,nef,match,sout(1,j),s(1,j))
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
./mspline.f:638:10: previous reference to 'untpack'
           call untpack(n,p,match,ybar(1,j),work)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
/usr/local/clang18/bin/flang-new  -fpic  -O2 -pedantic  -c sgram.f -o sgram.o
/usr/local/clang18/bin/flang-new  -fpic  -O2 -pedantic  -c sknotl.f -o sknotl.o
/usr/local/clang18/bin/flang-new  -fpic  -O2 -pedantic  -c sortdi.f -o sortdi.o
/usr/local/clang18/bin/flang-new  -fpic  -O2 -pedantic  -c tmatch.f -o tmatch.o
/usr/local/clang18/bin/flang-new  -fpic  -O2 -pedantic  -c wmean.f -o wmean.o
/usr/local/clang18/bin/clang -shared -L/usr/local/clang/lib64 -L/usr/local/clang18/lib -L/usr/local/clang18/lib/x86_64-unknown-linux-gnu -L/usr/local/gcc13/lib64 -L/usr/local/lib64 -o mda.so bruto.o bsplvd.o bvalue.o dcalcvar.o dmarss.o dorthreg.o dqrreg.o mda_init.o mspline.o sgram.o sknotl.o sortdi.o tmatch.o wmean.o -lFortran_main -lFortranRuntime -lFortranDecimal -lm
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-clang/mda/src'
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-clang/mda/src'
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-clang/mda/src'
installing to /data/gannet/ripley/R/packages/tests-clang/mda.Rcheck/00LOCK-mda/00new/mda/libs
** R
** data
** inst
** 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 (mda)