* installing *source* package ‘brnn’ ...
** package ‘brnn’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C compiler: ‘gcc-13 (GCC) 13.2.0’
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/brnn/src'
gcc-13 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG   -I/usr/local/include   -fopenmp -I. -fpic  -g -O2 -Wall -pedantic -mtune=native -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -Werror=implicit-function-declaration -Wstrict-prototypes  -c Lanczos.c -o Lanczos.o
Lanczos.c: In function 'extreme_eigenvalues':
Lanczos.c:191:5: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
  191 |     for (xx=0.0,zp=z,p0=zp+*n;zp<p0;zp++) xx += *zp * *zp;b[j]=sqrt(xx);
      |     ^~~
Lanczos.c:191:59: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
  191 |     for (xx=0.0,zp=z,p0=zp+*n;zp<p0;zp++) xx += *zp * *zp;b[j]=sqrt(xx);
      |                                                           ^
Lanczos.c:285:3: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
  285 |   for (i=0;i< *n+1;i++) if (q[i]) free(q[i]);free(q);
      |   ^~~
Lanczos.c:285:46: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
  285 |   for (i=0;i< *n+1;i++) if (q[i]) free(q[i]);free(q);
      |                                              ^~~~
gcc-13 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG   -I/usr/local/include   -fopenmp -I. -fpic  -g -O2 -Wall -pedantic -mtune=native -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -Werror=implicit-function-declaration -Wstrict-prototypes  -c util.c -o util.o
gcc-13 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG   -I/usr/local/include   -fopenmp -I. -fpic  -g -O2 -Wall -pedantic -mtune=native -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -Werror=implicit-function-declaration -Wstrict-prototypes  -c init.c -o init.o
gcc-13 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG   -I/usr/local/include   -fopenmp -I. -fpic  -g -O2 -Wall -pedantic -mtune=native -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -Werror=implicit-function-declaration -Wstrict-prototypes  -c unix/util_unix.c -o unix/util_unix.o
gcc-13 -shared -g -O2 -Wall -pedantic -mtune=native -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -Werror=implicit-function-declaration -Wstrict-prototypes -fpic -L/usr/local/gcc13/lib64 -L/usr/local/lib64 -L/usr/local/clang18/lib/x86_64-unknown-linux-gnu -o brnn.so Lanczos.o util.o init.o unix/util_unix.o -llapack -L/data/gannet/ripley/R/R-devel/lib -lRblas -lgfortran -lm -lquadmath -fopenmp
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/brnn/src'
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/brnn/src'
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/brnn/src'
installing to /data/gannet/ripley/R/packages/tests-devel/brnn.Rcheck/00LOCK-brnn/00new/brnn/libs
** R
** data
** demo
** 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 (brnn)