* installing *source* package ‘SPECIES’ ...
** this is package ‘SPECIES’ version ‘1.2.0’
** package ‘SPECIES’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using Fortran compiler: ‘flang version 23.1.1’
make[1]: Entering directory '/data/localhost/ripley/R/packages/tests-clang/SPECIES/src'
/usr/local/clang23/bin/flang-23 -fpic -O2 -pedantic -c PPCG.f90 -o PPCG.o
PPCG.f90:97:20: warning: Default real literal in REAL(8) context might need a kind suffix, as its rounded value 4.999999888241291046142578125e-3_4 is inexact [-Wreal-constant-widening]
Etol=1.D-10;Gtol=0.005;gap=0.02
^^^^^
PPCG.f90:97:30: warning: Default real literal in REAL(8) context might need a kind suffix, as its rounded value 1.99999995529651641845703125e-2_4 is inexact [-Wreal-constant-widening]
Etol=1.D-10;Gtol=0.005;gap=0.02
^^^^
/usr/local/clang23/bin/flang-23 -fpic -O2 -pedantic -c WLunpmle.f90 -o WLunpmle.o
/usr/local/clang23/bin/flang-23 -fpic -O2 -pedantic -c norrispollock.f90 -o norrispollock.o
norrispollock.f90:148:7: warning: Default real literal in REAL(8) context might need a kind suffix, as its rounded value 1.99999995529651641845703125e-2_4 is inexact [-Wreal-constant-widening]
gap=0.02 !! gap defines that if two components differ by <=0.02, they are merged.
^^^^
norrispollock.f90:150:8: warning: Default real literal in REAL(8) context might need a kind suffix, as its rounded value 4.999999888241291046142578125e-3_4 is inexact [-Wreal-constant-widening]
Gtol=0.005 !! Gtol: VDM-EM converge criterion for the maximum gradient.
^^^^^
/usr/local/clang23/bin/flang-23 -fpic -O2 -pedantic -c pnpmle.f90 -o pnpmle.o
/usr/local/clang23/bin/flang-23 -fpic -O2 -pedantic -c shared.f90 -o shared.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 SPECIES.so PPCG.o WLunpmle.o norrispollock.o pnpmle.o shared.o -lflang_rt.runtime -lm
make[1]: Leaving directory '/data/localhost/ripley/R/packages/tests-clang/SPECIES/src'
make[1]: Entering directory '/data/localhost/ripley/R/packages/tests-clang/SPECIES/src'
make[1]: Leaving directory '/data/localhost/ripley/R/packages/tests-clang/SPECIES/src'
installing to /data/localhost/ripley/R/packages/tests-clang/SPECIES.Rcheck/00LOCK-SPECIES/00new/SPECIES/libs
** R
** data
** 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 (SPECIES)