* installing *source* package ‘gmGeostats’ ...
** this is package ‘gmGeostats’ version ‘0.11.4’
** package ‘gmGeostats’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C compiler: ‘clang version 21.1.5’
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-clang/gmGeostats/src'
/usr/local/clang21/bin/clang -std=gnu23 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -isystem /usr/local/clang21/include -I/usr/local/clang/include -fopenmp -fpic -O3 -Wall -pedantic -Wp,-D_FORTIFY_SOURCE=3 -c gmGeostats.c -o gmGeostats.o
gmGeostats.c:222:57: warning: '/*' within block comment [-Wcomment]
222 | /* omega = norm_rand() * M_SQRT2 / range * M_SQRT_3; /* sqrt(3) needed to produce effective range*/
| ^
gmGeostats.c:484:7: warning: misleading indentation; statement is not part of the previous 'for' [-Wmisleading-indentation]
484 | Z+=d*n;
| ^
gmGeostats.c:478:5: note: previous statement is here
478 | for(i=0;i<n;i++)
| ^
gmGeostats.c:405:10: warning: unused variable 'phase' [-Wunused-variable]
405 | double phase; /* 20220424: removed ,amp; */
| ^~~~~
3 warnings generated.
/usr/local/clang21/bin/clang -std=gnu23 -shared -L/usr/local/clang/lib64 -L/usr/local/clang21/lib -L/usr/local/clang21/lib/x86_64-unknown-linux-gnu -L/usr/local/lib64 -L/usr/local/clang21/lib/clang/21/lib/x86_64-unknown-linux-gnu -o gmGeostats.so gmGeostats.o -lflang_rt.runtime -lm -fopenmp
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-clang/gmGeostats/src'
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-clang/gmGeostats/src'
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-clang/gmGeostats/src'
installing to /data/gannet/ripley/R/packages/tests-clang/gmGeostats.Rcheck/00LOCK-gmGeostats/00new/gmGeostats/libs
** R
** data
*** moving datasets to lazyload DB
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
*** copying figures
** building package indices
** installing vignettes
** 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 (gmGeostats)