* installing *source* package ‘waveband’ ...
** package ‘waveband’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C compiler: ‘clang version 18.1.2’
using Fortran compiler: ‘flang-new version 18.1.2’
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-clang/waveband/src'
/usr/local/clang18/bin/flang-new  -fpic  -O2 -pedantic  -c as100.f -o as100.o
/usr/local/clang18/bin/flang-new  -fpic  -O2 -pedantic  -c as99.f -o as99.o
./as99.f:384:7: portability: A DO loop should terminate with an END DO or CONTINUE
        DO 10 I = 1, 6
        ^^^^^^^^^^^^^^
./as99.f:385:4: DO loop currently ends at statement:
     10 C(I) = ZERO
     ^^^^^^^^^^^^^^
./as99.f:402:7: portability: A DO loop should terminate with an END DO or CONTINUE
        DO 30 I = 1, 6
        ^^^^^^^^^^^^^^
./as99.f:403:4: DO loop currently ends at statement:
     30 C(I) = A(I)
     ^^^^^^^^^^^^^^
./as99.f:413:7: portability: A DO loop should terminate with an END DO or CONTINUE
        DO 50 I = 2, 6
        ^^^^^^^^^^^^^^
./as99.f:414:4: DO loop currently ends at statement:
     50 A(I) = A(I - 1) / E
     ^^^^^^^^^^^^^^^^^^^^^^
./as99.f:424:7: portability: A DO loop should terminate with an END DO or CONTINUE
        DO 70 I = 1, 6
        ^^^^^^^^^^^^^^
./as99.f:425:4: DO loop currently ends at statement:
     70 B(I) = A(I)
     ^^^^^^^^^^^^^^
./as99.f:457:7: portability: A DO loop should terminate with an END DO or CONTINUE
        DO 120 I = 1, 6
        ^^^^^^^^^^^^^^^
./as99.f:458:3: DO loop currently ends at statement:
    120 A(I) = V * A(I)
    ^^^^^^^^^^^^^^^^^^^
/usr/local/clang18/bin/clang -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG   -isystem /usr/local/clang18/include -I/usr/local/clang/include    -fpic  -O3 -Wall -pedantic -Wp,-D_FORTIFY_SOURCE=3  -c functions.c -o functions.o
/usr/local/clang18/bin/clang -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG   -isystem /usr/local/clang18/include -I/usr/local/clang/include    -fpic  -O3 -Wall -pedantic -Wp,-D_FORTIFY_SOURCE=3  -c init.c -o init.o
/usr/local/clang18/bin/clang -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG   -isystem /usr/local/clang18/include -I/usr/local/clang/include    -fpic  -O3 -Wall -pedantic -Wp,-D_FORTIFY_SOURCE=3  -c wrow.c -o wrow.o
/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 waveband.so as100.o as99.o functions.o init.o wrow.o -lFortran_main -lFortranRuntime -lFortranDecimal -lm
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-clang/waveband/src'
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-clang/waveband/src'
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-clang/waveband/src'
installing to /data/gannet/ripley/R/packages/tests-clang/waveband.Rcheck/00LOCK-waveband/00new/waveband/libs
** R
** data
** inst
** 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 (waveband)