* installing *source* package ‘bvls’ ...
** package ‘bvls’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using Fortran compiler: ‘GNU Fortran (GCC) 12.2.0’
using SDK: ‘MacOSX11.3.sdk’
/opt/gfortran/bin/gfortran -arch arm64 -fPIC -Wall -g -O2 -c bvls.f -o bvls.o
bvls.f:478:72:
478 | implicit double precision (a-h, o-z) *doub
| 1
Warning: Line truncated at (1) [-Wline-truncation]
bvls.f:547:72:
547 | end qr
| 1
Warning: Line truncated at (1) [-Wline-truncation]
bvls.f:242:5:
242 | 2000 obj=0.0
| 1
Warning: Label 2000 at (1) defined but not used [-Wunused-label]
bvls.f:370:24:
370 | istate(nbound)=istate(nbound)*sign(1.0d0, x(iact)-bu(iact))
| 1
Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion]
bvls.f:452:45:
452 | else if (((x(j)-bl(j)) .le. 0.0) .or.
| ^
Warning: ‘sj’ may be used uninitialized [-Wmaybe-uninitialized]
bvls.f:417:15:
417 | sj = 1
| ^
note: ‘sj’ was declared here
bvls.f:370:72:
370 | istate(nbound)=istate(nbound)*sign(1.0d0, x(iact)-bu(iact))
| ^
Warning: ‘iact’ may be used uninitialized [-Wmaybe-uninitialized]
bvls.f:292:16:
292 | iact=ks
| ^
note: ‘iact’ was declared here
bvls.f:319:72:
319 | act(i,mm1)=act(i,mm1) + bound*a(i,iact)
| ^
Warning: ‘bound’ may be used uninitialized [-Wmaybe-uninitialized]
bvls.f:316:34:
316 | if (istate(it) .gt. 0) bound=bu(iact)
| ^
note: ‘bound’ was declared here
clang -arch arm64 -dynamiclib -Wl,-headerpad_max_install_names -undefined dynamic_lookup -L/Library/Frameworks/R.framework/Resources/lib -L/opt/R/arm64/lib -o bvls.so bvls.o -L/opt/gfortran/lib/gcc/aarch64-apple-darwin20.0/12.2.0 -L/opt/gfortran/lib -lgfortran -lemutls_w -lquadmath -F/Library/Frameworks/R.framework/.. -framework R -Wl,-framework -Wl,CoreFoundation
ld: warning: could not create compact unwind for ___emutls_get_address: registers 23 and 24 not saved contiguously in frame
ld: warning: could not create compact unwind for _qr_: registers 19 and 20 not saved contiguously in frame
ld: warning: could not create compact unwind for _bvls_: register 75 saved somewhere other than in frame
installing to /Volumes/Builds/packages/big-sur-arm64/results/4.4/bvls.Rcheck/00LOCK-bvls/00new/bvls/libs
** generating debug symbols (dSYM)
** R
** 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 (bvls)