* installing *source* package ‘splancs’ ... ** package ‘splancs’ successfully unpacked and MD5 sums checked ** using staged installation ** libs using C compiler: ‘clang version 18.1.4’ using Fortran compiler: ‘flang-new version 18.1.4’ make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-clang/splancs/src' /usr/local/clang18/bin/flang-new -fpic -O2 -pedantic -c areapl.f -o areapl.o /usr/local/clang18/bin/flang-new -fpic -O2 -pedantic -c cncvwt.f -o cncvwt.o /usr/local/clang18/bin/flang-new -fpic -O2 -pedantic -c dokhat.f -o dokhat.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/flang-new -fpic -O2 -pedantic -c inpip.f -o inpip.o /usr/local/clang18/bin/flang-new -fpic -O2 -pedantic -c ipippa.f -o ipippa.o /usr/local/clang18/bin/flang-new -fpic -O2 -pedantic -c iplace.f -o iplace.o /usr/local/clang18/bin/flang-new -fpic -O2 -pedantic -c k12hat.f -o k12hat.o /usr/local/clang18/bin/flang-new -fpic -O2 -pedantic -c kernel3d.f -o kernel3d.o /usr/local/clang18/bin/flang-new -fpic -O2 -pedantic -c khvc.f -o khvc.o /usr/local/clang18/bin/flang-new -fpic -O2 -pedantic -c khvmat.f -o khvmat.o /usr/local/clang18/bin/flang-new -fpic -O2 -pedantic -c krnnrm.f -o krnnrm.o /usr/local/clang18/bin/flang-new -fpic -O2 -pedantic -c krnqne.f -o krnqne.o /usr/local/clang18/bin/flang-new -fpic -O2 -pedantic -c krnqrt.f -o krnqrt.o /usr/local/clang18/bin/flang-new -fpic -O2 -pedantic -c nndist.f -o nndist.o /usr/local/clang18/bin/flang-new -fpic -O2 -pedantic -c plarea.f -o plarea.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 ptinpoly.c -o ptinpoly.o /usr/local/clang18/bin/flang-new -fpic -O2 -pedantic -c sekhat.f -o sekhat.o /usr/local/clang18/bin/flang-new -fpic -O2 -pedantic -c sort.f -o sort.o /usr/local/clang18/bin/flang-new -fpic -O2 -pedantic -c sort2.f -o sort2.o /usr/local/clang18/bin/flang-new -fpic -O2 -pedantic -c stkhat.f -o stkhat.o ./stkhat.f:87:7: portability: A DO loop should terminate with an END DO or CONTINUE do 3 is=2,ns ^^^^^^^^^^^^ ./stkhat.f:89:5: DO loop currently ends at statement: 3 hs(is)=hs(is)+hs(is1) ^^^^^^^^^^^^^^^^^^^^^^^ ./stkhat.f:91:7: portability: A DO loop should terminate with an END DO or CONTINUE do 4 it=2,nt ^^^^^^^^^^^^ ./stkhat.f:93:5: DO loop currently ends at statement: 4 ht(it)=ht(it)+ht(it1) ^^^^^^^^^^^^^^^^^^^^^^^ ./stkhat.f:113:7: portability: A DO loop should terminate with an END DO or CONTINUE do 108 i=1,ns ^^^^^^^^^^^^^ ./stkhat.f:114:3: DO loop currently ends at statement: 108 hst(i,j)=hst(i,j)*area*(thigh-tlow)/dn11 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ /usr/local/clang18/bin/flang-new -fpic -O2 -pedantic -c stsecal.f -o stsecal.o /usr/local/clang18/bin/flang-new -fpic -O2 -pedantic -c tribble.f -o tribble.o ./tribble.f:145:1: portability: A DO loop should terminate with an END DO or CONTINUE 1001 do 1 i=1,n ^^^^^^^^^^^^^^^^ ./tribble.f:146:1: DO loop currently ends at statement: 1 p(i,nn)=start(i) ^^^^^^^^^^^^^^^^^^^^^^ ./tribble.f:153:7: portability: A DO loop should terminate with an END DO or CONTINUE do 2 j=1,n ^^^^^^^^^^ ./tribble.f:163:1: DO loop currently ends at statement: 2 start(j)=x ^^^^^^^^^^^^^^^^ ./tribble.f:156:7: portability: A DO loop should terminate with an END DO or CONTINUE do 3 i=1,n ^^^^^^^^^^ ./tribble.f:157:1: DO loop currently ends at statement: 3 p(i,j)=start(i) ^^^^^^^^^^^^^^^^^^^^^ ./tribble.f:189:7: portability: A DO loop should terminate with an END DO or CONTINUE do 7 i=1,n ^^^^^^^^^^ ./tribble.f:194:1: DO loop currently ends at statement: 7 pbar(i)=z/dn ^^^^^^^^^^^^^^^^^^ ./tribble.f:191:7: portability: A DO loop should terminate with an END DO or CONTINUE do 6 j=1,nn ^^^^^^^^^^^ ./tribble.f:192:1: DO loop currently ends at statement: 6 z=z+p(i,j) ^^^^^^^^^^^^^^^^ ./tribble.f:198:7: portability: A DO loop should terminate with an END DO or CONTINUE do 8 i=1,n ^^^^^^^^^^ ./tribble.f:199:1: DO loop currently ends at statement: 8 pstar(i)=(1d0+rcoeff)*pbar(i)-rcoeff*p(i,ihi) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ./tribble.f:208:7: portability: A DO loop should terminate with an END DO or CONTINUE do 9 i=1,n ^^^^^^^^^^ ./tribble.f:209:1: DO loop currently ends at statement: 9 p2star(i)=ecoeff*pstar(i)+(1d0-ecoeff)*pbar(i) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ./tribble.f:218:1: portability: A DO loop should terminate with an END DO or CONTINUE 10 do 11 i=1,n ^^^^^^^^^^^^^^^^^ ./tribble.f:219:1: DO loop currently ends at statement: 11 p(i,ihi)=p2star(i) ^^^^^^^^^^^^^^^^^^^^^^^^ ./tribble.f:234:7: portability: A DO loop should terminate with an END DO or CONTINUE do 14 i=1,n ^^^^^^^^^^^ ./tribble.f:235:1: DO loop currently ends at statement: 14 p(i,ihi)=pstar(i) ^^^^^^^^^^^^^^^^^^^^^^^ ./tribble.f:240:1: portability: A DO loop should terminate with an END DO or CONTINUE 15 do 16 i=1,n ^^^^^^^^^^^^^^^^^ ./tribble.f:241:1: DO loop currently ends at statement: 16 p2star(i)=ccoeff*p(i,ihi)+(1d0-ccoeff)*pbar(i) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ./tribble.f:252:7: portability: A DO loop should terminate with an END DO or CONTINUE do 18 j=1,nn ^^^^^^^^^^^^ ./tribble.f:261:1: DO loop currently ends at statement: 18 summ=summ+y(j)*y(j) ^^^^^^^^^^^^^^^^^^^^^^^^^ ./tribble.f:253:7: portability: A DO loop should terminate with an END DO or CONTINUE do 17 i=1,n ^^^^^^^^^^^ ./tribble.f:255:1: DO loop currently ends at statement: 17 min(i)=p(i,j) ^^^^^^^^^^^^^^^^^^^ ./tribble.f:267:1: portability: A DO loop should terminate with an END DO or CONTINUE 19 do 20 i=1,n ^^^^^^^^^^^^^^^^^ ./tribble.f:268:1: DO loop currently ends at statement: 20 p(i,ihi)=pstar(i) ^^^^^^^^^^^^^^^^^^^^^^^ ./tribble.f:288:7: portability: A DO loop should terminate with an END DO or CONTINUE do 23 i=1,n ^^^^^^^^^^^ ./tribble.f:289:1: DO loop currently ends at statement: 23 min(i)=p(i,ihi) ^^^^^^^^^^^^^^^^^^^^^ ./tribble.f:295:7: portability: A DO loop should terminate with an END DO or CONTINUE do 24 i=1,n ^^^^^^^^^^^ ./tribble.f:309:4: DO loop currently ends at statement: 24 min(i)=min(i)+del ^^^^^^^^^^^^^^^^^^^^ ./tribble.f:315:4: portability: A DO loop should terminate with an END DO or CONTINUE 25 do 26 i=1,n ^^^^^^^^^^^^^^ ./tribble.f:316:4: DO loop currently ends at statement: 26 start(i)=min(i) ^^^^^^^^^^^^^^^^^^ /usr/local/clang18/bin/flang-new -fpic -O2 -pedantic -c twodimmse.f -o twodimmse.o ./twodimmse.f:56:7: portability: A DO loop should terminate with an END DO or CONTINUE do 10 i=1,ncell ^^^^^^^^^^^^^^^ ./twodimmse.f:57:4: DO loop currently ends at statement: 10 h(i)=0.0 ^^^^^^^^^^^ ./twodimmse.f:71:7: portability: A DO loop should terminate with an END DO or CONTINUE do 40 i=2,ncell ^^^^^^^^^^^^^^^ ./twodimmse.f:72:4: DO loop currently ends at statement: 40 h(i)=h(i)+h(i-1) ^^^^^^^^^^^^^^^^^^^ ./twodimmse.f:74:7: portability: A DO loop should terminate with an END DO or CONTINUE do 50 i=1,ncell ^^^^^^^^^^^^^^^ ./twodimmse.f:75:2: DO loop currently ends at statement: 50 h(i)=h(i)*f1 ^^^^^^^^^^^^^^^^^ /usr/local/clang18/bin/flang-new -fpic -O2 -pedantic -c weight.f -o weight.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 splancs.so areapl.o cncvwt.o dokhat.o init.o inpip.o ipippa.o iplace.o k12hat.o kernel3d.o khvc.o khvmat.o krnnrm.o krnqne.o krnqrt.o nndist.o plarea.o ptinpoly.o sekhat.o sort.o sort2.o stkhat.o stsecal.o tribble.o twodimmse.o weight.o -lFortran_main -lFortranRuntime -lFortranDecimal -lm make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-clang/splancs/src' make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-clang/splancs/src' make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-clang/splancs/src' installing to /data/gannet/ripley/R/packages/tests-clang/splancs.Rcheck/00LOCK-splancs/00new/splancs/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 (splancs)