* installing to library ‘/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages’
* installing *source* package ‘BsMD’ ...
** package ‘BsMD’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C compiler: ‘gcc-13 (Debian 13.2.0-23) 13.2.0’
using Fortran compiler: ‘GNU Fortran (Debian 13.2.0-23) 13.2.0’
make[1]: Entering directory '/tmp/Rtmpr1Dogj/R.INSTALL3adffe7cc4705c/BsMD/src'
gcc-13 -I"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/include" -DNDEBUG   -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native  -c BsMD_init.c -o BsMD_init.o
gfortran-13  -fpic  -g -O2 -Wall -mtune=native  -c bsmd.f -o bsmd.o
bsmd.f:154:21:

  154 |      *A(MAXN,MAXTERM),AA(MAXTERM,MAXTERM),NORM(MAXGAM),
      |                     1
Warning: Array ‘a’ at (1) is larger than limit set by ‘-fmax-stack-var-size=’, moved from stack to static storage. This makes the procedure unsafe when called recursively, or concurrently from multiple threads. Consider increasing the ‘-fmax-stack-var-size=’ limit (or use ‘-frecursive’, which implies unlimited ‘-fmax-stack-var-size’) - or change the code to use an ALLOCATABLE array. If the variable is never accessed concurrently, this warning can be ignored, and the variable could also be declared with the SAVE attribute. [-Wsurprising]
bsmd.f:154:41:

  154 |      *A(MAXN,MAXTERM),AA(MAXTERM,MAXTERM),NORM(MAXGAM),
      |                                         1
Warning: Array ‘aa’ at (1) is larger than limit set by ‘-fmax-stack-var-size=’, moved from stack to static storage. This makes the procedure unsafe when called recursively, or concurrently from multiple threads. Consider increasing the ‘-fmax-stack-var-size=’ limit (or use ‘-frecursive’, which implies unlimited ‘-fmax-stack-var-size’) - or change the code to use an ALLOCATABLE array. If the variable is never accessed concurrently, this warning can be ignored, and the variable could also be declared with the SAVE attribute. [-Wsurprising]
bsmd.f:157:27:

  157 |      *ATEM(MAXTERM,MAXTERM),DT(2)
      |                           1
Warning: Array ‘atem’ at (1) is larger than limit set by ‘-fmax-stack-var-size=’, moved from stack to static storage. This makes the procedure unsafe when called recursively, or concurrently from multiple threads. Consider increasing the ‘-fmax-stack-var-size=’ limit (or use ‘-frecursive’, which implies unlimited ‘-fmax-stack-var-size’) - or change the code to use an ALLOCATABLE array. If the variable is never accessed concurrently, this warning can be ignored, and the variable could also be declared with the SAVE attribute. [-Wsurprising]
bsmd.f:1725:56:

 1725 |       DOUBLE PRECISION A(MAXN0,MAXCOL),AA(MAXCOL,MAXCOL),Z(MAXCOL)
      |                                                        1
Warning: Array ‘aa’ at (1) is larger than limit set by ‘-fmax-stack-var-size=’, moved from stack to static storage. This makes the procedure unsafe when called recursively, or concurrently from multiple threads. Consider increasing the ‘-fmax-stack-var-size=’ limit (or use ‘-frecursive’, which implies unlimited ‘-fmax-stack-var-size’) - or change the code to use an ALLOCATABLE array. If the variable is never accessed concurrently, this warning can be ignored, and the variable could also be declared with the SAVE attribute. [-Wsurprising]
gcc-13 -shared -L/home/hornik/tmp/R.check/r-patched-gcc/Work/build/lib -Wl,-O1 -o BsMD.so BsMD_init.o bsmd.o -lgfortran -lm -lquadmath -L/home/hornik/tmp/R.check/r-patched-gcc/Work/build/lib -lR
make[1]: Leaving directory '/tmp/Rtmpr1Dogj/R.INSTALL3adffe7cc4705c/BsMD/src'
make[1]: Entering directory '/tmp/Rtmpr1Dogj/R.INSTALL3adffe7cc4705c/BsMD/src'
make[1]: Leaving directory '/tmp/Rtmpr1Dogj/R.INSTALL3adffe7cc4705c/BsMD/src'
installing to /home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/00LOCK-BsMD/00new/BsMD/libs
** R
** data
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
  converting help for package ‘BsMD’
    finding HTML links ... done
    BM86.data                               html  
    BM93.e1.data                            html  
    BM93.e2.data                            html  
    BM93.e3.data                            html  
    BsMD-internal                           html  
    BsMD-package                            html  
    BsProb                                  html  
    DanielPlot                              html  
    LenthPlot                               html  
    MD                                      html  
    PB12Des                                 html  
    Reactor.data                            html  
    plot.BsProb                             html  
    print.BsProb                            html  
    print.MD                                html  
    summary.BsProb                          html  
    summary.MD                              html  
** 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 (BsMD)