* installing *source* package ‘hdqr’ ...
** this is package ‘hdqr’ version ‘1.0.2’
** package ‘hdqr’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C compiler: ‘clang version 22.1.0 (https://github.com/llvm/llvm-project 4434dabb69916856b824f68a64b029c67175e532)’
using Fortran compiler: ‘flang version 22.1.0 (https://github.com/llvm/llvm-project 4434dabb69916856b824f68a64b029c67175e532)’
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-clang/hdqr/src'
clang-22 -std=gnu23 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -isystem /usr/local/clang22/include -I/usr/local/clang/include -fpic -O3 -Wall -pedantic -Wp,-D_FORTIFY_SOURCE=3 -c init.c -o init.o
flang-22 -fpic -O2 -pedantic -c lqr_hd.f90 -o lqr_hd.o
./lqr_hd.f90:148:46: warning: Default real literal in REAL(8) context might need a kind suffix, as its rounded value 3.1415927410125732421875_4 is inexact [-Wreal-constant-widening]
DOUBLE PRECISION, PARAMETER :: Pi = 3.141592654
^^^^^^^^^^^
./lqr_hd.f90:165:30: warning: Value of local variable 'hval_len' is never used [-Wunused-variable]
INTEGER :: hval_id, hval_len=4, mproj = 1, mp
^^^^^^^^
./lqr_hd.f90:165:42: warning: Value of local variable 'mproj' is never used [-Wunused-variable]
INTEGER :: hval_id, hval_len=4, mproj = 1, mp
^^^^^
flang-22 -fpic -O2 -pedantic -c utilities.f90 -o utilities.o
./utilities.f90:179:45: warning: Default real literal in REAL(8) context might need a kind suffix, as its rounded value [REAL(4)::2.2352521419525146484375_4,1.61028228759765625e2_4,1.067689453125e3_4,1.815498046875e4_4,6.568233668804168701171875e-2_4] is inexact [-Wreal-constant-widening]
DOUBLE PRECISION, PARAMETER :: a(5) = (/ &
^
./utilities.f90:186:45: warning: Default real literal in REAL(8) context might need a kind suffix, as its rounded value [REAL(4)::4.720258331298828125e1_4,9.7609857177734375e2_4,1.02609326171875e4_4,4.55077890625e4_4] is inexact [-Wreal-constant-widening]
DOUBLE PRECISION, PARAMETER :: b(4) = (/ &
^
./utilities.f90:192:45: warning: Default real literal in REAL(8) context might need a kind suffix, as its rounded value [REAL(4)::3.98941516876220703125e-1_4,8.8831501007080078125_4,9.350665283203125e1_4,5.97270263671875e2_4,2.49453759765625e3_4,6.8481904296875e3_4,1.16026513671875e4_4,9.84271484375e3_4] is inexact [-Wreal-constant-widening]
DOUBLE PRECISION, PARAMETER :: c(8) = (/ &
^
./utilities.f90:203:45: warning: Default real literal in REAL(8) context might need a kind suffix, as its rounded value [REAL(4)::2.22666873931884765625e1_4,2.35387908935546875e2_4,1.5193775634765625e3_4,6.48555810546875e3_4,1.8615572265625e4_4,3.4900953125e4_4,3.891200390625e4_4,1.96854296875e4_4] is inexact [-Wreal-constant-widening]
DOUBLE PRECISION, PARAMETER :: d(8) = (/ &
^
./utilities.f90:281:9: warning: Default real literal in REAL(8) context might need a kind suffix, as its rounded value 3.1400001049041748046875_4 is inexact [-Wreal-constant-widening]
eps = 3.14 !any double precision value
^^^^
clang-22 -std=gnu23 -shared -L/usr/local/clang/lib64 -L/usr/local/clang22/lib -L/usr/local/clang22/lib/x86_64-unknown-linux-gnu -L/usr/local/lib64 -L/usr/local/clang21/lib/clang/22/lib/x86_64-unknown-linux-gnu -o hdqr.so init.o lqr_hd.o utilities.o -lflang_rt.runtime -lm
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-clang/hdqr/src'
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-clang/hdqr/src'
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-clang/hdqr/src'
installing to /data/gannet/ripley/R/packages/tests-clang/hdqr.Rcheck/00LOCK-hdqr/00new/hdqr/libs
** R
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
** 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 (hdqr)