* installing *source* package ‘SAPP’ ...
** this is package ‘SAPP’ version ‘1.0.9-4’
** package ‘SAPP’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C compiler: ‘clang version 23.1.0’
using Fortran compiler: ‘flang version 23.1.0’
make[1]: Entering directory '/data/localhost/ripley/R/packages/tests-clang/SAPP/src'
/usr/local/clang23/bin/flang-23 -fpic -O2 -pedantic -c aftpoi.f -o aftpoi.o
/usr/local/clang23/bin/flang-23 -fpic -O2 -pedantic -c comsub.f -o comsub.o
/usr/local/clang23/bin/flang-23 -fpic -O2 -pedantic -c eptrenf.f -o eptrenf.o
/usr/local/clang23/bin/flang-23 -fpic -O2 -pedantic -c etas.f -o etas.o
etas.f:788:15: portability: A named COMMON block should have the same size everywhere it appears (20 bytes here) [-Wdistinct-common-sizes]
common /etasap/ t,nn,mm,iappr
^^^^^^
etas.f:35:15: Previously defined with a size of 24 bytes
common /etasap/ t,nn,mm,iappr,nfunct
^^^^^^
etas.f:1007:15: portability: A named COMMON block should have the same size everywhere it appears (20 bytes here) [-Wdistinct-common-sizes]
common /etasap/ t,nn,mm,iappr
^^^^^^
etas.f:35:15: Previously defined with a size of 24 bytes
common /etasap/ t,nn,mm,iappr,nfunct
^^^^^^
/usr/local/clang23/bin/flang-23 -fpic -O2 -pedantic -c etasimf.f -o etasimf.o
/usr/local/clang23/bin/clang-23 -std=gnu23 -I"/data/localhost/ripley/R/R-clang/include" -DNDEBUG -isystem /usr/local/clang23/include -I/usr/local/clang/include -fpic -O3 -Wall -pedantic -Wp,-D_FORTIFY_SOURCE=3 -c init.c -o init.o
/usr/local/clang23/bin/flang-23 -fpic -O2 -pedantic -c linlinf.f -o linlinf.o
/usr/local/clang23/bin/flang-23 -fpic -O2 -pedantic -c linsimf.f -o linsimf.o
/usr/local/clang23/bin/flang-23 -fpic -O2 -pedantic -c pgraphf.f -o pgraphf.o
/usr/local/clang23/bin/flang-23 -fpic -O2 -pedantic -c ptspecf.f -o ptspecf.o
pgraphf.f:372:10: warning: Default real literal in REAL(8) context might need a kind suffix, as its rounded value 1.35810005664825439453125_4 is inexact [-Wreal-constant-widening]
x1=1.35810*sqrt(float(n))/n
^^^^^^^^^^^^^^^^^^^^^^^^
pgraphf.f:373:10: warning: Default real literal in REAL(8) context might need a kind suffix, as its rounded value 1.6276199817657470703125_4 is inexact [-Wreal-constant-widening]
x2=1.62762*sqrt(float(n))/n
^^^^^^^^^^^^^^^^^^^^^^^^
pgraphf.f:401:32: warning: Default real literal in REAL(8) context might need a kind suffix, as its rounded value 1.95995998382568359375_4 is inexact [-Wreal-constant-widening]
data p/-2.57583,-1.95996,1.95996,2.57583/
^^^^^^^
pgraphf.f:401:40: warning: Default real literal in REAL(8) context might need a kind suffix, as its rounded value 2.575829982757568359375_4 is inexact [-Wreal-constant-widening]
data p/-2.57583,-1.95996,1.95996,2.57583/
^^^^^^^
pgraphf.f:731:10: warning: Default real literal in REAL(8) context might need a kind suffix, as its rounded value 1.35810005664825439453125_4 is inexact [-Wreal-constant-widening]
x1=1.35810*sqrt(float(nn))
^^^^^^^^^^^^^^^^^^^^^^^
pgraphf.f:732:10: warning: Default real literal in REAL(8) context might need a kind suffix, as its rounded value 1.6276199817657470703125_4 is inexact [-Wreal-constant-widening]
x2=1.62762*sqrt(float(nn))
^^^^^^^^^^^^^^^^^^^^^^^
/usr/local/clang23/bin/flang-23 -fpic -O2 -pedantic -c raftpoi.f -o raftpoi.o
/usr/local/clang23/bin/flang-23 -fpic -O2 -pedantic -c retas.f -o retas.o
/usr/local/clang23/bin/flang-23 -fpic -O2 -pedantic -c simbvhf.f -o simbvhf.o
/usr/local/clang23/bin/clang-23 -std=gnu23 -shared -L/usr/local/clang/lib64 -L/usr/local/clang23/lib -L/usr/local/clang23/lib/x86_64-unknown-linux-gnu -L/usr/local/lib64 -o SAPP.so aftpoi.o comsub.o eptrenf.o etas.o etasimf.o init.o linlinf.o linsimf.o pgraphf.o ptspecf.o raftpoi.o retas.o simbvhf.o -lflang_rt.runtime -lm
make[1]: Leaving directory '/data/localhost/ripley/R/packages/tests-clang/SAPP/src'
make[1]: Entering directory '/data/localhost/ripley/R/packages/tests-clang/SAPP/src'
make[1]: Leaving directory '/data/localhost/ripley/R/packages/tests-clang/SAPP/src'
installing to /data/localhost/ripley/R/packages/tests-clang/SAPP.Rcheck/00LOCK-SAPP/00new/SAPP/libs
** R
** data
** 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 (SAPP)