* installing to library ‘/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages’
* installing *source* package ‘brnn’ ...
** package ‘brnn’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C compiler: ‘gcc-13 (Debian 13.2.0-23) 13.2.0’
make[1]: Entering directory '/home/hornik/tmp/scratch/Rtmp8JQKck/R.INSTALLbdfb329f91823/brnn/src'
gcc-13 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG   -I/usr/local/include -D_FORTIFY_SOURCE=3  -fopenmp -I. -fpic  -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native  -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"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG   -I/usr/local/include -D_FORTIFY_SOURCE=3  -fopenmp -I. -fpic  -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native  -c util.c -o util.o
gcc-13 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG   -I/usr/local/include -D_FORTIFY_SOURCE=3  -fopenmp -I. -fpic  -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native  -c init.c -o init.o
gcc-13 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG   -I/usr/local/include -D_FORTIFY_SOURCE=3  -fopenmp -I. -fpic  -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native  -c unix/util_unix.c -o unix/util_unix.o
gcc-13 -shared -L/home/hornik/tmp/R.check/r-devel-gcc/Work/build/lib -Wl,-O1 -o brnn.so Lanczos.o util.o init.o unix/util_unix.o -llapack -L/home/hornik/tmp/R.check/r-devel-gcc/Work/build/lib -lRblas -lgfortran -lm -lquadmath -fopenmp -L/home/hornik/tmp/R.check/r-devel-gcc/Work/build/lib -lR
make[1]: Leaving directory '/home/hornik/tmp/scratch/Rtmp8JQKck/R.INSTALLbdfb329f91823/brnn/src'
make[1]: Entering directory '/home/hornik/tmp/scratch/Rtmp8JQKck/R.INSTALLbdfb329f91823/brnn/src'
make[1]: Leaving directory '/home/hornik/tmp/scratch/Rtmp8JQKck/R.INSTALLbdfb329f91823/brnn/src'
installing to /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/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)