* installing *source* package ‘SynchWave’ ...
** package ‘SynchWave’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using Fortran compiler: ‘flang-new version 18.1.4’
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-clang/SynchWave/src'
/usr/local/clang18/bin/flang-new  -fpic  -O2 -pedantic  -c  synsq_cwt_squeez.f90 -o synsq_cwt_squeez.o
./synsq_cwt_squeez.f90:17:5: portability: nonstandard usage: DOUBLE COMPLEX
      DOUBLE COMPLEX :: Wx(na, N), out(na, N)
      ^^^^^^^^^^^^^^^
./synsq_cwt_squeez.f90:17:5: in the context: intrinsic type spec
      DOUBLE COMPLEX :: Wx(na, N), out(na, N)
      ^
./synsq_cwt_squeez.f90:17:5: in the context: declaration type spec
      DOUBLE COMPLEX :: Wx(na, N), out(na, N)
      ^
./synsq_cwt_squeez.f90:17:5: in the context: specification construct
      DOUBLE COMPLEX :: Wx(na, N), out(na, N)
      ^
./synsq_cwt_squeez.f90:17:5: in the context: declaration construct
      DOUBLE COMPLEX :: Wx(na, N), out(na, N)
      ^
./synsq_cwt_squeez.f90:13:5: in the context: specification part
      IMPLICIT NONE
      ^
./synsq_cwt_squeez.f90:12:1: in the context: SUBROUTINE subprogram
  SUBROUTINE synsq_cwt_squeeze(Wx, na, N, w, as, dfs, lfm1, lfM2, out)
  ^
./synsq_cwt_squeez.f90:100:5: portability: nonstandard usage: DOUBLE COMPLEX
      DOUBLE COMPLEX :: W(na, N), out(na, N)
      ^^^^^^^^^^^^^^^
./synsq_cwt_squeez.f90:100:5: in the context: intrinsic type spec
      DOUBLE COMPLEX :: W(na, N), out(na, N)
      ^
./synsq_cwt_squeez.f90:100:5: in the context: declaration type spec
      DOUBLE COMPLEX :: W(na, N), out(na, N)
      ^
./synsq_cwt_squeez.f90:100:5: in the context: specification construct
      DOUBLE COMPLEX :: W(na, N), out(na, N)
      ^
./synsq_cwt_squeez.f90:100:5: in the context: declaration construct
      DOUBLE COMPLEX :: W(na, N), out(na, N)
      ^
./synsq_cwt_squeez.f90:97:5: in the context: specification part
      IMPLICIT NONE
      ^
./synsq_cwt_squeez.f90:96:1: in the context: SUBROUTINE subprogram
  SUBROUTINE diff_W (W, na, N, dt, dorder, out)
  ^
./synsq_cwt_squeez.f90:165:5: portability: nonstandard usage: DOUBLE COMPLEX
      DOUBLE COMPLEX :: Tx(na, N)
      ^^^^^^^^^^^^^^^
./synsq_cwt_squeez.f90:165:5: in the context: intrinsic type spec
      DOUBLE COMPLEX :: Tx(na, N)
      ^
./synsq_cwt_squeez.f90:165:5: in the context: declaration type spec
      DOUBLE COMPLEX :: Tx(na, N)
      ^
./synsq_cwt_squeez.f90:165:5: in the context: specification construct
      DOUBLE COMPLEX :: Tx(na, N)
      ^
./synsq_cwt_squeez.f90:165:5: in the context: declaration construct
      DOUBLE COMPLEX :: Tx(na, N)
      ^
./synsq_cwt_squeez.f90:162:5: in the context: specification part
      IMPLICIT NONE
      ^
./synsq_cwt_squeez.f90:161:1: in the context: SUBROUTINE subprogram
  SUBROUTINE curve_ext (Tx, na, N, fs, lambda, FreqOut, EnergyOut)
  ^
/usr/local/clang18/bin/clang -shared -L/usr/local/clang/lib64 -L/usr/local/clang18/lib -L/usr/local/clang18/lib/x86_64-unknown-linux-gnu -L/usr/local/gcc13/lib64 -L/usr/local/lib64 -o SynchWave.so synsq_cwt_squeez.o -lFortran_main -lFortranRuntime -lFortranDecimal -lm
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-clang/SynchWave/src'
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-clang/SynchWave/src'
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-clang/SynchWave/src'
installing to /data/gannet/ripley/R/packages/tests-clang/SynchWave.Rcheck/00LOCK-SynchWave/00new/SynchWave/libs
** R
** 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 (SynchWave)