* installing *source* package ‘Libra’ ... ** package ‘Libra’ successfully unpacked and MD5 sums checked ** using staged installation ** libs using C compiler: ‘clang version 19.1.5’ make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-clang/Libra/src' /usr/local/clang19/bin/clang -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -isystem /usr/local/clang19/include -I/usr/local/clang/include -fpic -O3 -Wall -pedantic -Wp,-D_FORTIFY_SOURCE=3 -c LBLasso.c -o LBLasso.o /usr/local/clang19/bin/clang -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -isystem /usr/local/clang19/include -I/usr/local/clang/include -fpic -O3 -Wall -pedantic -Wp,-D_FORTIFY_SOURCE=3 -c LBheader.c -o LBheader.o LBheader.c:57:5: warning: misleading indentation; statement is not part of the previous 'for' [-Wmisleading-indentation] 57 | gsl_blas_dgemm(CblasNoTrans,CblasNoTrans, 1, W_temp, X, 0, G); | ^ LBheader.c:51:3: note: previous statement is here 51 | for(int i=0;i<d;++i) | ^ 1 warning generated. /usr/local/clang19/bin/clang -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -isystem /usr/local/clang19/include -I/usr/local/clang/include -fpic -O3 -Wall -pedantic -Wp,-D_FORTIFY_SOURCE=3 -c LBlogistic.c -o LBlogistic.o /usr/local/clang19/bin/clang -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -isystem /usr/local/clang19/include -I/usr/local/clang/include -fpic -O3 -Wall -pedantic -Wp,-D_FORTIFY_SOURCE=3 -c LBmultilogistic.c -o LBmultilogistic.o /usr/local/clang19/bin/clang -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -isystem /usr/local/clang19/include -I/usr/local/clang/include -fpic -O3 -Wall -pedantic -Wp,-D_FORTIFY_SOURCE=3 -c Libra_init.c -o Libra_init.o /usr/local/clang19/bin/clang -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -isystem /usr/local/clang19/include -I/usr/local/clang/include -fpic -O3 -Wall -pedantic -Wp,-D_FORTIFY_SOURCE=3 -c ggm_C.c -o ggm_C.o /usr/local/clang19/bin/clang -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -isystem /usr/local/clang19/include -I/usr/local/clang/include -fpic -O3 -Wall -pedantic -Wp,-D_FORTIFY_SOURCE=3 -c ising_C.c -o ising_C.o /usr/local/clang19/bin/clang -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -isystem /usr/local/clang19/include -I/usr/local/clang/include -fpic -O3 -Wall -pedantic -Wp,-D_FORTIFY_SOURCE=3 -c potts_C.c -o potts_C.o potts_C.c:85:5: warning: misleading indentation; statement is not part of the previous 'for' [-Wmisleading-indentation] 85 | double maxiter = (t_r[nt-1]-t_r[0])/alpha+1; | ^ potts_C.c:82:3: note: previous statement is here 82 | for (int i=0;i<nt;++i) | ^ 1 warning generated. /usr/local/clang19/bin/clang -shared -L/usr/local/clang/lib64 -L/usr/local/clang19/lib -L/usr/local/clang19/lib/x86_64-unknown-linux-gnu -L/usr/local/gcc14/lib64 -L/usr/local/lib64 -o Libra.so LBLasso.o LBheader.o LBlogistic.o LBmultilogistic.o Libra_init.o ggm_C.o ising_C.o potts_C.o -L/usr/local/lib -lgsl -lgslcblas make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-clang/Libra/src' make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-clang/Libra/src' make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-clang/Libra/src' installing to /data/gannet/ripley/R/packages/tests-clang/Libra.Rcheck/00LOCK-Libra/00new/Libra/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 (Libra)