##############################################################################
##############################################################################
###
### Running command:
###
###   /home/biocbuild/R/R-beta-2024-04-15_r86425/bin/R CMD INSTALL SynExtend
###
##############################################################################
##############################################################################


* installing to library ‘/home/biocbuild/R/R-beta-2024-04-15_r86425/site-library’
* installing *source* package ‘SynExtend’ ...
** using staged installation
** libs
using C compiler: ‘gcc (GCC) 10.3.1’
gcc -I"/home/biocbuild/R/R-beta-2024-04-15_r86425/include" -DNDEBUG   -I/usr/local/include   -fopenmp -fPIC  -g -O2  -Wall -c CDend.c -o CDend.o
gcc -I"/home/biocbuild/R/R-beta-2024-04-15_r86425/include" -DNDEBUG   -I/usr/local/include   -fopenmp -fPIC  -g -O2  -Wall -c CShuffle.c -o CShuffle.o
gcc -I"/home/biocbuild/R/R-beta-2024-04-15_r86425/include" -DNDEBUG   -I/usr/local/include   -fopenmp -fPIC  -g -O2  -Wall -c HungarianAlgo.c -o HungarianAlgo.o
gcc -I"/home/biocbuild/R/R-beta-2024-04-15_r86425/include" -DNDEBUG   -I/usr/local/include   -fopenmp -fPIC  -g -O2  -Wall -c MoranI.c -o MoranI.o
gcc -I"/home/biocbuild/R/R-beta-2024-04-15_r86425/include" -DNDEBUG   -I/usr/local/include   -fopenmp -fPIC  -g -O2  -Wall -c NucleotideCounts.c -o NucleotideCounts.o
gcc -I"/home/biocbuild/R/R-beta-2024-04-15_r86425/include" -DNDEBUG   -I/usr/local/include   -fopenmp -fPIC  -g -O2  -Wall -c OnDiskLP.c -o OnDiskLP.o
OnDiskLP.c: In function ‘R_LP_write_output’:
OnDiskLP.c:1615:52: warning: format ‘%llu’ expects argument of type ‘long long unsigned int’, but argument 6 has type ‘uint_fast64_t’ {aka ‘long unsigned int’} [-Wformat=]
 1615 |   snprintf(write_buf, (name_len+3)+L_SIZE, "%s%c%llu%c", buf, seps[0], clust, seps[1]);
      |                                                 ~~~^                   ~~~~~
      |                                                    |                   |
      |                                                    |                   uint_fast64_t {aka long unsigned int}
      |                                                    long long unsigned int
      |                                                 %lu
gcc -I"/home/biocbuild/R/R-beta-2024-04-15_r86425/include" -DNDEBUG   -I/usr/local/include   -fopenmp -fPIC  -g -O2  -Wall -c R_init_synextend.c -o R_init_synextend.o
gcc -I"/home/biocbuild/R/R-beta-2024-04-15_r86425/include" -DNDEBUG   -I/usr/local/include   -fopenmp -fPIC  -g -O2  -Wall -c SEutils.c -o SEutils.o
gcc -I"/home/biocbuild/R/R-beta-2024-04-15_r86425/include" -DNDEBUG   -I/usr/local/include   -fopenmp -fPIC  -g -O2  -Wall -c XORRand.c -o XORRand.o
gcc -I"/home/biocbuild/R/R-beta-2024-04-15_r86425/include" -DNDEBUG   -I/usr/local/include   -fopenmp -fPIC  -g -O2  -Wall -c calcMIR2C.c -o calcMIR2C.o
gcc -I"/home/biocbuild/R/R-beta-2024-04-15_r86425/include" -DNDEBUG   -I/usr/local/include   -fopenmp -fPIC  -g -O2  -Wall -c dendrapply.c -o dendrapply.o
gcc -shared -L/home/biocbuild/R/R-beta-2024-04-15_r86425/lib -L/usr/local/lib -o SynExtend.so CDend.o CShuffle.o HungarianAlgo.o MoranI.o NucleotideCounts.o OnDiskLP.o R_init_synextend.o SEutils.o XORRand.o calcMIR2C.o dendrapply.o -fopenmp -L/home/biocbuild/R/R-beta-2024-04-15_r86425/lib -lR
installing to /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/00LOCK-SynExtend/00new/SynExtend/libs
** R
** data
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
** building package indices
** installing vignettes
** 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 (SynExtend)