networkBMA 2.16.1 Ka Yee Yeung
Snapshot Date: 2017-10-17 17:00:52 -0400 (Tue, 17 Oct 2017) | URL: https://git.bioconductor.org/packages/networkBMA | Branch: RELEASE_3_5 | Last Commit: 224c810 | Last Changed Date: 2017-10-08 18:00:26 -0400 (Sun, 08 Oct 2017) |
| malbec2 | Linux (Ubuntu 16.04.1 LTS) / x86_64 | NotNeeded | OK | [ WARNINGS ] | | |
tokay2 | Windows Server 2012 R2 Standard / x64 | NotNeeded | OK | OK | OK | |
veracruz2 | OS X 10.11.6 El Capitan / x86_64 | NotNeeded | OK | WARNINGS | OK | |
* installing *source* package ‘networkBMA’ ...
** libs
g++ -std=gnu++11 -I/home/biocbuild/bbs-3.5-bioc/R/include -DNDEBUG -I./include -I"/home/biocbuild/bbs-3.5-bioc/R/library/Rcpp/include" -I"/home/biocbuild/bbs-3.5-bioc/R/library/RcppArmadillo/include" -I"/home/biocbuild/bbs-3.5-bioc/R/library/RcppEigen/include" -I"/home/biocbuild/bbs-3.5-bioc/R/library/BH/include" -I/usr/local/include -fpic -g -O2 -c MurmurHash3.cpp -o MurmurHash3.o
g++ -std=gnu++11 -I/home/biocbuild/bbs-3.5-bioc/R/include -DNDEBUG -I./include -I"/home/biocbuild/bbs-3.5-bioc/R/library/Rcpp/include" -I"/home/biocbuild/bbs-3.5-bioc/R/library/RcppArmadillo/include" -I"/home/biocbuild/bbs-3.5-bioc/R/library/RcppEigen/include" -I"/home/biocbuild/bbs-3.5-bioc/R/library/BH/include" -I/usr/local/include -fpic -g -O2 -c RcppExports.cpp -o RcppExports.o
In file included from /home/biocbuild/bbs-3.5-bioc/R/library/RcppArmadillo/include/armadillo:53:0,
from /home/biocbuild/bbs-3.5-bioc/R/library/RcppArmadillo/include/RcppArmadilloForward.h:46,
from /home/biocbuild/bbs-3.5-bioc/R/library/RcppArmadillo/include/RcppArmadillo.h:31,
from RcppExports.cpp:4:
/home/biocbuild/bbs-3.5-bioc/R/library/RcppArmadillo/include/armadillo_bits/compiler_setup.hpp:474:96: note: #pragma message: WARNING: use of OpenMP disabled; this compiler doesn't support OpenMP 3.0+
#pragma message ("WARNING: use of OpenMP disabled; this compiler doesn't support OpenMP 3.0+")
^
g++ -std=gnu++11 -I/home/biocbuild/bbs-3.5-bioc/R/include -DNDEBUG -I./include -I"/home/biocbuild/bbs-3.5-bioc/R/library/Rcpp/include" -I"/home/biocbuild/bbs-3.5-bioc/R/library/RcppArmadillo/include" -I"/home/biocbuild/bbs-3.5-bioc/R/library/RcppEigen/include" -I"/home/biocbuild/bbs-3.5-bioc/R/library/BH/include" -I/usr/local/include -fpic -g -O2 -c ScanBMA_full.cpp -o ScanBMA_full.o
In file included from /home/biocbuild/bbs-3.5-bioc/R/library/RcppArmadillo/include/armadillo:53:0,
from /home/biocbuild/bbs-3.5-bioc/R/library/RcppArmadillo/include/RcppArmadilloForward.h:46,
from /home/biocbuild/bbs-3.5-bioc/R/library/RcppArmadillo/include/RcppArmadillo.h:31,
from ScanBMA_full.cpp:5:
/home/biocbuild/bbs-3.5-bioc/R/library/RcppArmadillo/include/armadillo_bits/compiler_setup.hpp:474:96: note: #pragma message: WARNING: use of OpenMP disabled; this compiler doesn't support OpenMP 3.0+
#pragma message ("WARNING: use of OpenMP disabled; this compiler doesn't support OpenMP 3.0+")
^
ScanBMA_full.cpp: In function ‘const List ScanBMA_BIC(Rcpp::NumericVector, Rcpp::NumericMatrix, Rcpp::NumericVector, double)’:
ScanBMA_full.cpp:137:45: warning: ‘const arma::mtOp<unsigned int, T1, arma::op_sort_index> arma::sort_index(const arma::Base<typename T1::elem_type, T1>&, arma::uword) [with T1 = arma::Mat<double>; typename T1::elem_type = double; arma::uword = unsigned int]’ is deprecated [-Wdeprecated-declarations]
arma::uvec pord = sort_index(priorProbs, 1);
^
In file included from /home/biocbuild/bbs-3.5-bioc/R/library/RcppArmadillo/include/armadillo:462:0,
from /home/biocbuild/bbs-3.5-bioc/R/library/RcppArmadillo/include/RcppArmadilloForward.h:46,
from /home/biocbuild/bbs-3.5-bioc/R/library/RcppArmadillo/include/RcppArmadillo.h:31,
from ScanBMA_full.cpp:5:
/home/biocbuild/bbs-3.5-bioc/R/library/RcppArmadillo/include/armadillo_bits/fn_sort_index.hpp:43:1: note: declared here
sort_index
^
ScanBMA_full.cpp: In function ‘const List BMA_Diff_BIC(Rcpp::NumericVector, Rcpp::NumericMatrix, Rcpp::NumericVector, Rcpp::IntegerVector, bool, bool, Rcpp::IntegerVector, Rcpp::IntegerVector, double, double)’:
ScanBMA_full.cpp:328:43: warning: ‘const arma::mtOp<unsigned int, T1, arma::op_sort_index> arma::sort_index(const arma::Base<typename T1::elem_type, T1>&, arma::uword) [with T1 = arma::Mat<double>; typename T1::elem_type = double; arma::uword = unsigned int]’ is deprecated [-Wdeprecated-declarations]
arma::uvec pord = sort_index(priorProbs, 1);
^
In file included from /home/biocbuild/bbs-3.5-bioc/R/library/RcppArmadillo/include/armadillo:462:0,
from /home/biocbuild/bbs-3.5-bioc/R/library/RcppArmadillo/include/RcppArmadilloForward.h:46,
from /home/biocbuild/bbs-3.5-bioc/R/library/RcppArmadillo/include/RcppArmadillo.h:31,
from ScanBMA_full.cpp:5:
/home/biocbuild/bbs-3.5-bioc/R/library/RcppArmadillo/include/armadillo_bits/fn_sort_index.hpp:43:1: note: declared here
sort_index
^
ScanBMA_full.cpp: In function ‘const List ScanBMA_g(Rcpp::NumericVector, Rcpp::NumericMatrix, Rcpp::NumericVector, double, double)’:
ScanBMA_full.cpp:421:45: warning: ‘const arma::mtOp<unsigned int, T1, arma::op_sort_index> arma::sort_index(const arma::Base<typename T1::elem_type, T1>&, arma::uword) [with T1 = arma::Mat<double>; typename T1::elem_type = double; arma::uword = unsigned int]’ is deprecated [-Wdeprecated-declarations]
arma::uvec pord = sort_index(priorProbs, 1);
^
In file included from /home/biocbuild/bbs-3.5-bioc/R/library/RcppArmadillo/include/armadillo:462:0,
from /home/biocbuild/bbs-3.5-bioc/R/library/RcppArmadillo/include/RcppArmadilloForward.h:46,
from /home/biocbuild/bbs-3.5-bioc/R/library/RcppArmadillo/include/RcppArmadillo.h:31,
from ScanBMA_full.cpp:5:
/home/biocbuild/bbs-3.5-bioc/R/library/RcppArmadillo/include/armadillo_bits/fn_sort_index.hpp:43:1: note: declared here
sort_index
^
ScanBMA_full.cpp: In function ‘const List BMA_Diff_g(Rcpp::NumericVector, Rcpp::NumericMatrix, Rcpp::NumericVector, double, Rcpp::IntegerVector, bool, bool, Rcpp::IntegerVector, Rcpp::IntegerVector, double, double)’:
ScanBMA_full.cpp:614:43: warning: ‘const arma::mtOp<unsigned int, T1, arma::op_sort_index> arma::sort_index(const arma::Base<typename T1::elem_type, T1>&, arma::uword) [with T1 = arma::Mat<double>; typename T1::elem_type = double; arma::uword = unsigned int]’ is deprecated [-Wdeprecated-declarations]
arma::uvec pord = sort_index(priorProbs, 1);
^
In file included from /home/biocbuild/bbs-3.5-bioc/R/library/RcppArmadillo/include/armadillo:462:0,
from /home/biocbuild/bbs-3.5-bioc/R/library/RcppArmadillo/include/RcppArmadilloForward.h:46,
from /home/biocbuild/bbs-3.5-bioc/R/library/RcppArmadillo/include/RcppArmadillo.h:31,
from ScanBMA_full.cpp:5:
/home/biocbuild/bbs-3.5-bioc/R/library/RcppArmadillo/include/armadillo_bits/fn_sort_index.hpp:43:1: note: declared here
sort_index
^
g++ -std=gnu++11 -I/home/biocbuild/bbs-3.5-bioc/R/include -DNDEBUG -I./include -I"/home/biocbuild/bbs-3.5-bioc/R/library/Rcpp/include" -I"/home/biocbuild/bbs-3.5-bioc/R/library/RcppArmadillo/include" -I"/home/biocbuild/bbs-3.5-bioc/R/library/RcppEigen/include" -I"/home/biocbuild/bbs-3.5-bioc/R/library/BH/include" -I/usr/local/include -fpic -g -O2 -c fastBMAR.cpp -o fastBMAR.o
g++ -std=gnu++11 -shared -L/home/biocbuild/bbs-3.5-bioc/R/lib -L/usr/local/lib -o networkBMA.so MurmurHash3.o RcppExports.o ScanBMA_full.o fastBMAR.o -L/home/biocbuild/bbs-3.5-bioc/R/lib -lRlapack -L/home/biocbuild/bbs-3.5-bioc/R/lib -lRblas -lgfortran -lm -lquadmath -L/home/biocbuild/bbs-3.5-bioc/R/lib -lR
installing to /home/biocbuild/bbs-3.5-bioc/meat/networkBMA.Rcheck/networkBMA/libs
** R
** data
** inst
** preparing package for lazy loading
** help
*** installing help indices
** building package indices
** installing vignettes
** testing if installed package can be loaded
* DONE (networkBMA)