Back to Multiple platform build/check report for BioC 3.9
AB[C]DEFGHIJKLMNOPQRSTUVWXYZ

INSTALL report for CGEN on merida2

This page was generated on 2019-04-09 13:25:21 -0400 (Tue, 09 Apr 2019).

Package 235/1703HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
CGEN 3.19.1
William Wheeler
Snapshot Date: 2019-04-08 17:01:18 -0400 (Mon, 08 Apr 2019)
URL: https://git.bioconductor.org/packages/CGEN
Branch: master
Last Commit: b6d2a97
Last Changed Date: 2019-02-25 08:44:31 -0400 (Mon, 25 Feb 2019)
malbec2 Linux (Ubuntu 18.04.2 LTS) / x86_64  OK  OK  OK UNNEEDED, same version exists in internal repository
tokay2 Windows Server 2012 R2 Standard / x64  OK  OK  OK  OK UNNEEDED, same version exists in internal repository
celaya2 OS X 10.11.6 El Capitan / x86_64  OK  OK  OK  OK UNNEEDED, same version exists in internal repository
merida2 OS X 10.11.6 El Capitan / x86_64 [ OK ] OK  OK  OK 

Summary

Package: CGEN
Version: 3.19.1
Command: /Library/Frameworks/R.framework/Versions/Current/Resources/bin/R CMD INSTALL CGEN
StartedAt: 2019-04-08 18:16:16 -0400 (Mon, 08 Apr 2019)
EndedAt: 2019-04-08 18:17:10 -0400 (Mon, 08 Apr 2019)
EllapsedTime: 53.9 seconds
RetCode: 0
Status:  OK 

Command output

##############################################################################
##############################################################################
###
### Running command:
###
###   /Library/Frameworks/R.framework/Versions/Current/Resources/bin/R CMD INSTALL CGEN
###
##############################################################################
##############################################################################


* installing to library ‘/Library/Frameworks/R.framework/Versions/3.6/Resources/library’
* installing *source* package ‘CGEN’ ...
** libs
clang -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG   -I/usr/local/include   -fPIC  -Wall -g -O2  -c Additive.c -o Additive.o
clang -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG   -I/usr/local/include   -fPIC  -Wall -g -O2  -c CML.c -o CML.o
CML.c:132:13: warning: unused function 'print_dVec' [-Wunused-function]
static void print_dVec(vec, n, name)
            ^
1 warning generated.
clang -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG   -I/usr/local/include   -fPIC  -Wall -g -O2  -c ccl.c -o ccl.o
ccl.c:386:13: warning: function 'tree_print' is not needed and will not be emitted [-Wunneeded-internal-declaration]
static void tree_print(tnode *node, int is_root)
            ^
1 warning generated.
gfortran   -fPIC  -g -O2  -c csclust.f -o csclust.o
clang -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG   -I/usr/local/include   -fPIC  -Wall -g -O2  -c fsclust.c -o fsclust.o
clang -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG   -I/usr/local/include   -fPIC  -Wall -g -O2  -c hcl.c -o hcl.o
hcl.c:375:13: warning: function 'tree_print' is not needed and will not be emitted [-Wunneeded-internal-declaration]
static void tree_print(tnode *node, int is_root)
            ^
1 warning generated.
clang -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG   -I/usr/local/include   -fPIC  -Wall -g -O2  -c pmatch.c -o pmatch.o
clang -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG   -I/usr/local/include   -fPIC  -Wall -g -O2  -c score.c -o score.o
score.c:18:27: warning: unused variable 'ii' [-Wunused-variable]
  int  nr, nc, i, j, row, ii, nc2;
                          ^
score.c:183:21: warning: unused variable 'p6' [-Wunused-variable]
  double *p4, *p5, *p6;
                    ^
score.c:183:16: warning: unused variable 'p5' [-Wunused-variable]
  double *p4, *p5, *p6;
               ^
score.c:183:11: warning: unused variable 'p4' [-Wunused-variable]
  double *p4, *p5, *p6;
          ^
4 warnings generated.
clang -dynamiclib -Wl,-headerpad_max_install_names -undefined dynamic_lookup -single_module -multiply_defined suppress -L/Library/Frameworks/R.framework/Resources/lib -L/usr/local/lib -o CGEN.so Additive.o CML.o ccl.o csclust.o fsclust.o hcl.o pmatch.o score.o -L/usr/local/gfortran/lib/gcc/x86_64-apple-darwin15/6.1.0 -L/usr/local/gfortran/lib -lgfortran -lquadmath -lm -F/Library/Frameworks/R.framework/.. -framework R -Wl,-framework -Wl,CoreFoundation
installing to /Library/Frameworks/R.framework/Versions/3.6/Resources/library/CGEN/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
* DONE (CGEN)