* installing *source* package ‘oscar’ ...
** this is package ‘oscar’ version ‘1.2.1’
** package ‘oscar’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
specified C++17
using C compiler: ‘clang version 22.1.1 (https://github.com/llvm/llvm-project fef02d48c08db859ef83f84232ed78bd9d1c323a)’
using Fortran compiler: ‘flang version 22.1.1 (https://github.com/llvm/llvm-project fef02d48c08db859ef83f84232ed78bd9d1c323a)’
using C++ compiler: ‘clang version 22.1.1 (https://github.com/llvm/llvm-project fef02d48c08db859ef83f84232ed78bd9d1c323a)’
using C++17
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-clang/oscar/src'
flang-22 -fpic -O2 -pedantic -c dbdc.f90 -o dbdc.o
./dbdc.f90:7070:31: warning: Default real literal in REAL(8) context might need a kind suffix, as its rounded value 9.700000286102294921875e-1_4 is inexact [-Wreal-constant-widening]
r_dec = 0.97
^^^^
./dbdc.f90:7072:31: warning: Default real literal in REAL(8) context might need a kind suffix, as its rounded value 9.80000019073486328125e-1_4 is inexact [-Wreal-constant-widening]
r_dec = 0.98
^^^^
./dbdc.f90:7074:31: warning: Default real literal in REAL(8) context might need a kind suffix, as its rounded value 9.900000095367431640625e-1_4 is inexact [-Wreal-constant-widening]
r_dec = 0.99
^^^^
./dbdc.f90:9815:19: warning: overflow on multiplication [-Wfolding-exception]
tolb = -3.40282347*10.**38, & ! + 1.17549435*10.**(-38), & ! Tolerance for the function value (default = -large).
^^^^^^^^^^^^^^^^^^
flang-22 -fpic -O2 -pedantic -c plqdf1.f -o plqdf1.o
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 oscarc.c -o oscarc.o
clang++-22 -stdlib=libc++ -std=gnu++17 -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 oscar.so dbdc.o oscarc.o plqdf1.o -L/data/gannet/ripley/R/R-clang/lib -lRlapack -L/data/gannet/ripley/R/R-clang/lib -lRblas -lflang_rt.runtime -lm -lflang_rt.runtime -lm
make[2]: Entering directory '/data/gannet/ripley/R/packages/tests-clang/oscar/src'
make[2]: Nothing to be done for 'oscar.so'.
make[2]: Leaving directory '/data/gannet/ripley/R/packages/tests-clang/oscar/src'
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-clang/oscar/src'
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-clang/oscar/src'
flang-22 -fpic -O2 -pedantic -c dbdc.f90 -o dbdc.o
./dbdc.f90:7070:31: warning: Default real literal in REAL(8) context might need a kind suffix, as its rounded value 9.700000286102294921875e-1_4 is inexact [-Wreal-constant-widening]
r_dec = 0.97
^^^^
./dbdc.f90:7072:31: warning: Default real literal in REAL(8) context might need a kind suffix, as its rounded value 9.80000019073486328125e-1_4 is inexact [-Wreal-constant-widening]
r_dec = 0.98
^^^^
./dbdc.f90:7074:31: warning: Default real literal in REAL(8) context might need a kind suffix, as its rounded value 9.900000095367431640625e-1_4 is inexact [-Wreal-constant-widening]
r_dec = 0.99
^^^^
./dbdc.f90:9815:19: warning: overflow on multiplication [-Wfolding-exception]
tolb = -3.40282347*10.**38, & ! + 1.17549435*10.**(-38), & ! Tolerance for the function value (default = -large).
^^^^^^^^^^^^^^^^^^
flang-22 -fpic -O2 -pedantic -c plqdf1.f -o plqdf1.o
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 oscarc.c -o oscarc.o
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-clang/oscar/src'
installing to /data/gannet/ripley/R/packages/tests-clang/oscar.Rcheck/00LOCK-oscar/00new/oscar/libs
** R
** data
*** moving datasets to lazyload DB
** 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 (oscar)