| Back to Multiple platform build/check report for BioC 3.8 |
|
This page was generated on 2019-04-16 11:49:37 -0400 (Tue, 16 Apr 2019).
| Package 181/1649 | Hostname | OS / Arch | INSTALL | BUILD | CHECK | BUILD BIN | ||||||
| bsseq 1.18.0 Kasper Daniel Hansen
| malbec1 | Linux (Ubuntu 16.04.6 LTS) / x86_64 | [ OK ] | OK | OK | |||||||
| merida1 | OS X 10.11.6 El Capitan / x86_64 | OK | OK | OK | OK |
| Package: bsseq |
| Version: 1.18.0 |
| Command: /home/biocbuild/bbs-3.8-bioc/R/bin/R CMD INSTALL bsseq |
| StartedAt: 2019-04-15 18:18:43 -0400 (Mon, 15 Apr 2019) |
| EndedAt: 2019-04-15 18:20:55 -0400 (Mon, 15 Apr 2019) |
| EllapsedTime: 131.6 seconds |
| RetCode: 0 |
| Status: OK |
##############################################################################
##############################################################################
###
### Running command:
###
### /home/biocbuild/bbs-3.8-bioc/R/bin/R CMD INSTALL bsseq
###
##############################################################################
##############################################################################
* installing to library ‘/home/biocbuild/bbs-3.8-bioc/R/library’
* installing *source* package ‘bsseq’ ...
** libs
g++ -std=gnu++11 -I"/home/biocbuild/bbs-3.8-bioc/R/include" -DNDEBUG -I"/home/biocbuild/bbs-3.8-bioc/R/library/Rcpp/include" -I"/home/biocbuild/bbs-3.8-bioc/R/library/Rhdf5lib/include" -I"/home/biocbuild/bbs-3.8-bioc/R/library/beachmat/include" -I/usr/local/include -fpic -g -O2 -Wall -c check_M_and_Cov.cpp -o check_M_and_Cov.o
In file included from /home/biocbuild/bbs-3.8-bioc/R/library/beachmat/include/beachmat/LIN_matrix.h:238:0,
from /home/biocbuild/bbs-3.8-bioc/R/library/beachmat/include/beachmat/integer_matrix.h:4,
from BSseq.h:5,
from check_M_and_Cov.cpp:1:
/home/biocbuild/bbs-3.8-bioc/R/library/beachmat/include/beachmat/LIN_methods_read.h: In instantiation of ‘beachmat::const_col_indexed_info<V> beachmat::lin_matrix<T, V>::get_const_col_indexed(size_t, typename V::iterator, size_t, size_t) [with T = double; V = Rcpp::Vector<14, Rcpp::PreserveStorage>; beachmat::const_col_indexed_info<V> = std::tuple<long unsigned int, int*, double*>; typename V::iterator = double*; size_t = long unsigned int; typename V::iterator = double*]’:
check_M_and_Cov.cpp:99:1: required from here
/home/biocbuild/bbs-3.8-bioc/R/library/beachmat/include/beachmat/LIN_methods_read.h:82:23: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
if (indices.size()!=this->get_nrow()) {
^
/home/biocbuild/bbs-3.8-bioc/R/library/beachmat/include/beachmat/LIN_methods_read.h: In instantiation of ‘beachmat::const_col_indexed_info<V> beachmat::lin_matrix<T, V>::get_const_col_indexed(size_t, typename V::iterator, size_t, size_t) [with T = int; V = Rcpp::Vector<13>; beachmat::const_col_indexed_info<V> = std::tuple<long unsigned int, int*, int*>; typename V::iterator = int*; size_t = long unsigned int; typename V::iterator = int*]’:
check_M_and_Cov.cpp:99:1: required from here
/home/biocbuild/bbs-3.8-bioc/R/library/beachmat/include/beachmat/LIN_methods_read.h:82:23: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
g++ -std=gnu++11 -I"/home/biocbuild/bbs-3.8-bioc/R/include" -DNDEBUG -I"/home/biocbuild/bbs-3.8-bioc/R/library/Rcpp/include" -I"/home/biocbuild/bbs-3.8-bioc/R/library/Rhdf5lib/include" -I"/home/biocbuild/bbs-3.8-bioc/R/library/beachmat/include" -I/usr/local/include -fpic -g -O2 -Wall -c init.cpp -o init.o
g++ -std=gnu++11 -I"/home/biocbuild/bbs-3.8-bioc/R/include" -DNDEBUG -I"/home/biocbuild/bbs-3.8-bioc/R/library/Rcpp/include" -I"/home/biocbuild/bbs-3.8-bioc/R/library/Rhdf5lib/include" -I"/home/biocbuild/bbs-3.8-bioc/R/library/beachmat/include" -I/usr/local/include -fpic -g -O2 -Wall -c utils.cpp -o utils.o
g++ -std=gnu++11 -shared -L/home/biocbuild/bbs-3.8-bioc/R/lib -L/usr/local/lib -o bsseq.so check_M_and_Cov.o init.o utils.o -L/home/biocbuild/bbs-3.8-bioc/R/library/beachmat/lib -Wl,-rpath,/home/biocbuild/bbs-3.8-bioc/R/library/beachmat/lib -lbeachmat -pthread -L/home/biocbuild/bbs-3.8-bioc/R/lib -lR
installing to /home/biocbuild/bbs-3.8-bioc/R/library/bsseq/libs
** R
** data
*** moving datasets to lazyload DB
** 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 (bsseq)