* installing to library ‘/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages’
* installing *source* package ‘islasso’ ...
** this is package ‘islasso’ version ‘1.6.0’
** package ‘islasso’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C compiler: ‘Debian clang version 19.1.7 (3+b1)’
using Fortran compiler: ‘Debian flang-new version 19.1.7 (3+b1)’
make[1]: Entering directory '/home/hornik/tmp/scratch/RtmpgNf6P3/R.INSTALL22ff892a009147/islasso/src'
clang-19 -std=gnu23 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG   -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O3 -Wall -pedantic -c C_FORTRAN_interface.c -o C_FORTRAN_interface.o
flang-new-19  -fpic  -g -O2 -c  auxiliary.f90 -o auxiliary.o
flang-new-19  -fpic  -g -O2 -c  family_link.f90 -o family_link.o
flang-new-19  -fpic  -g -O2 -c  gradient_hessian.f90 -o gradient_hessian.o
clang-19 -std=gnu23 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG   -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O3 -Wall -pedantic -c init.c -o init.o
flang-new-19  -fpic  -g -O2 -c  islasso.f90 -o islasso.o
./islasso.f90:93:9: warning: Reference to the procedure 'dcopy' has an implicit interface that is distinct from another reference: incompatible dummy argument #2: incompatible dummy data object attributes
          call DCOPY(p, work, 1, theta, 1)  ! Copy result back to theta
          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
./islasso.f90:87:9: previous reference to 'dcopy'
          call DCOPY(p, xtwy, 1, work, 1)  ! Copy xtwy to work
          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
./islasso.f90:301:9: warning: Reference to the procedure 'dcopy' has an implicit interface that is distinct from another reference: incompatible dummy argument #2: incompatible dummy data object attributes
          call DCOPY(p, work, 1, theta, 1)
          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
./islasso.f90:87:9: previous reference to 'dcopy'
          call DCOPY(p, xtwy, 1, work, 1)  ! Copy xtwy to work
          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
clang-19 -std=gnu23 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG   -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O3 -Wall -pedantic -c trace_islasso.c -o trace_islasso.o
clang-19 -std=gnu23 -shared -L/home/hornik/tmp/R.check/r-devel-clang/Work/build/lib -Wl,-O1 -o islasso.so C_FORTRAN_interface.o auxiliary.o family_link.o gradient_hessian.o init.o islasso.o trace_islasso.o -llapack -L/home/hornik/tmp/R.check/r-devel-clang/Work/build/lib -lRblas -L/usr/lib/llvm-19/lib -lFortranRuntime -lFortranDecimal -lm -L/usr/lib/llvm-19/lib -lFortranRuntime -lFortranDecimal -lm -L/home/hornik/tmp/R.check/r-devel-clang/Work/build/lib -lR
make[1]: Leaving directory '/home/hornik/tmp/scratch/RtmpgNf6P3/R.INSTALL22ff892a009147/islasso/src'
make[1]: Entering directory '/home/hornik/tmp/scratch/RtmpgNf6P3/R.INSTALL22ff892a009147/islasso/src'
make[1]: Leaving directory '/home/hornik/tmp/scratch/RtmpgNf6P3/R.INSTALL22ff892a009147/islasso/src'
installing to /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/00LOCK-islasso/00new/islasso/libs
** R
** data
** 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 (islasso)