* installing *source* package ‘SpatialPack’ ...
** package ‘SpatialPack’ 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/SpatialPack/src'
/usr/local/clang18/bin/clang -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG  -I'/data/gannet/ripley/R/test-clang/fastmatrix/include' -isystem /usr/local/clang18/include -I/usr/local/clang/include    -fpic  -O3 -Wall -pedantic -Wp,-D_FORTIFY_SOURCE=3  -c R_init_SpatialPack.c -o R_init_SpatialPack.o
/usr/local/clang18/bin/clang -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG  -I'/data/gannet/ripley/R/test-clang/fastmatrix/include' -isystem /usr/local/clang18/include -I/usr/local/clang/include    -fpic  -O3 -Wall -pedantic -Wp,-D_FORTIFY_SOURCE=3  -c base.c -o base.o
/usr/local/clang18/bin/clang -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG  -I'/data/gannet/ripley/R/test-clang/fastmatrix/include' -isystem /usr/local/clang18/include -I/usr/local/clang/include    -fpic  -O3 -Wall -pedantic -Wp,-D_FORTIFY_SOURCE=3  -c codisp.c -o codisp.o
/usr/local/clang18/bin/flang-new  -fpic  -O2 -pedantic  -c codisp_direction.f -o codisp_direction.o
/usr/local/clang18/bin/clang -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG  -I'/data/gannet/ripley/R/test-clang/fastmatrix/include' -isystem /usr/local/clang18/include -I/usr/local/clang/include    -fpic  -O3 -Wall -pedantic -Wp,-D_FORTIFY_SOURCE=3  -c cor_spatial.c -o cor_spatial.o
/usr/local/clang18/bin/flang-new  -fpic  -O2 -pedantic  -c denoise.f -o denoise.o
./denoise.f:369:7: warning: Reference to the procedure 'moments' has an implicit interface that is distinct from another reference: incompatible dummy argument #1: incompatible dummy data object shapes
        call moments(window, n, mean, var)
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
./denoise.f:52:7: previous reference to 'moments'
        call moments(x, nobs, xbar, xvar)
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
./denoise.f:395:7: warning: Reference to the procedure 'moments' has an implicit interface that is distinct from another reference: incompatible dummy argument #1: incompatible dummy data object shapes
        call moments(window, n, mean, var)
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
./denoise.f:52:7: previous reference to 'moments'
        call moments(x, nobs, xbar, xvar)
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
./denoise.f:426:7: warning: Reference to the procedure 'moments' has an implicit interface that is distinct from another reference: incompatible dummy argument #1: incompatible dummy data object shapes
        call moments(window, n, mean, var)
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
./denoise.f:52:7: previous reference to 'moments'
        call moments(x, nobs, xbar, xvar)
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
./denoise.f:454:7: warning: Reference to the procedure 'moments' has an implicit interface that is distinct from another reference: incompatible dummy argument #1: incompatible dummy data object shapes
        call moments(window, n, mean, var)
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
./denoise.f:52:7: previous reference to 'moments'
        call moments(x, nobs, xbar, xvar)
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
./denoise.f:480:7: warning: Reference to the procedure 'moments' has an implicit interface that is distinct from another reference: incompatible dummy argument #1: incompatible dummy data object shapes
        call moments(window, n, mean, var)
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
./denoise.f:52:7: previous reference to 'moments'
        call moments(x, nobs, xbar, xvar)
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
./denoise.f:510:7: warning: Reference to the procedure 'moments' has an implicit interface that is distinct from another reference: incompatible dummy argument #1: incompatible dummy data object shapes
        call moments(window, n, mean, var)
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
./denoise.f:52:7: previous reference to 'moments'
        call moments(x, nobs, xbar, xvar)
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
/usr/local/clang18/bin/clang -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG  -I'/data/gannet/ripley/R/test-clang/fastmatrix/include' -isystem /usr/local/clang18/include -I/usr/local/clang/include    -fpic  -O3 -Wall -pedantic -Wp,-D_FORTIFY_SOURCE=3  -c image.c -o image.o
/usr/local/clang18/bin/clang -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG  -I'/data/gannet/ripley/R/test-clang/fastmatrix/include' -isystem /usr/local/clang18/include -I/usr/local/clang/include    -fpic  -O3 -Wall -pedantic -Wp,-D_FORTIFY_SOURCE=3  -c mod_ttest.c -o mod_ttest.o
/usr/local/clang18/bin/clang -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG  -I'/data/gannet/ripley/R/test-clang/fastmatrix/include' -isystem /usr/local/clang18/include -I/usr/local/clang/include    -fpic  -O3 -Wall -pedantic -Wp,-D_FORTIFY_SOURCE=3  -c similarity.c -o similarity.o
/usr/local/clang18/bin/clang -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG  -I'/data/gannet/ripley/R/test-clang/fastmatrix/include' -isystem /usr/local/clang18/include -I/usr/local/clang/include    -fpic  -O3 -Wall -pedantic -Wp,-D_FORTIFY_SOURCE=3  -c stats.c -o stats.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 SpatialPack.so R_init_SpatialPack.o base.o codisp.o codisp_direction.o cor_spatial.o denoise.o image.o mod_ttest.o similarity.o stats.o -L/data/gannet/ripley/R/R-clang/lib -lRlapack -L/data/gannet/ripley/R/R-clang/lib -lRblas -lFortran_main -lFortranRuntime -lFortranDecimal -lm -lm -lFortran_main -lFortranRuntime -lFortranDecimal -lm
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-clang/SpatialPack/src'
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-clang/SpatialPack/src'
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-clang/SpatialPack/src'
installing to /data/gannet/ripley/R/packages/tests-clang/SpatialPack.Rcheck/00LOCK-SpatialPack/00new/SpatialPack/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 (SpatialPack)