* installing *source* package ‘quadprog’ ...
** package ‘quadprog’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C compiler: ‘gcc-13 (GCC) 13.2.0’
using Fortran compiler: ‘GNU Fortran (GCC) 13.2.0’
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/quadprog/src'
gfortran-13  -fvisibility=hidden -fpic -g -O2 -mtune=native -Wall -pedantic -msse2 -mfpmath=sse   -fpic  -g -O2 -mtune=native -Wall -pedantic  -c aind.f -o aind.o
gcc-13 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG   -I/usr/local/include    -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
gfortran-13  -fvisibility=hidden -fpic -g -O2 -mtune=native -Wall -pedantic -msse2 -mfpmath=sse   -fpic  -g -O2 -mtune=native -Wall -pedantic  -c solve.QP.compact.f -o solve.QP.compact.o
solve.QP.compact.f:254:3:

  254 |  72   if (nvl .EQ. 0) then
      |   1
Warning: Label 72 at (1) defined but not used [-Wunused-label]
solve.QP.compact.f:302:2:

  302 |  7       t1inf = .FALSE.
      |  1
Warning: Label 7 at (1) defined but not used [-Wunused-label]
solve.QP.compact.f:492:10:

  492 |       if (it1 .EQ. nact) goto 799
      |          ^
Warning: 'it1' may be used uninitialized [-Wmaybe-uninitialized]
solve.QP.compact.f:94:68:

   94 |      *     info, q, fdamat, iamat(fdamat+1,*), iact(*), iter(*), it1,
      |                                                                    ^
note: 'it1' was declared here
gfortran-13  -fvisibility=hidden -fpic -g -O2 -mtune=native -Wall -pedantic -msse2 -mfpmath=sse   -fpic  -g -O2 -mtune=native -Wall -pedantic  -c solve.QP.f -o solve.QP.o
solve.QP.f:245:3:

  245 |  72   if (nvl .EQ. 0) then
      |   1
Warning: Label 72 at (1) defined but not used [-Wunused-label]
solve.QP.f:293:2:

  293 |  7       t1inf = .FALSE.
      |  1
Warning: Label 7 at (1) defined but not used [-Wunused-label]
gfortran-13  -fvisibility=hidden -fpic -g -O2 -mtune=native -Wall -pedantic -msse2 -mfpmath=sse   -fpic  -g -O2 -mtune=native -Wall -pedantic  -c util.f -o util.o
solve.QP.f:483:10:

  483 |       if (it1 .EQ. nact) goto 799
      |          ^
Warning: 'it1' may be used uninitialized [-Wmaybe-uninitialized]
solve.QP.f:85:41:

   85 |      *     info, q, iact(*), iter(*), it1,
      |                                         ^
note: 'it1' was declared here
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 quadprog.so aind.o init.o solve.QP.compact.o solve.QP.o util.o -L/data/gannet/ripley/R/R-devel/lib -lRblas -lgfortran -lm -lquadmath -lgfortran -lm -lquadmath
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/quadprog/src'
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/quadprog/src'
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/quadprog/src'
installing to /data/gannet/ripley/R/packages/tests-devel/quadprog.Rcheck/00LOCK-quadprog/00new/quadprog/libs
** R
** 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 (quadprog)