Back to Multiple platform build/check report for BioC 3.7
A[B]CDEFGHIJKLMNOPQRSTUVWXYZ

INSTALL report for BicARE on tokay2

This page was generated on 2018-10-17 08:34:04 -0400 (Wed, 17 Oct 2018).

Package 116/1561HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
BicARE 1.38.0
Pierre Gestraud
Snapshot Date: 2018-10-15 16:45:08 -0400 (Mon, 15 Oct 2018)
URL: https://git.bioconductor.org/packages/BicARE
Branch: RELEASE_3_7
Last Commit: 1ce4df2
Last Changed Date: 2018-04-30 10:35:10 -0400 (Mon, 30 Apr 2018)
malbec2 Linux (Ubuntu 16.04.1 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
merida2 OS X 10.11.6 El Capitan / x86_64  OK  OK  OK  OK UNNEEDED, same version exists in internal repository

Summary

Package: BicARE
Version: 1.38.0
Command: C:\cygwin\bin\curl.exe -O https://malbec2.bioconductor.org/BBS/3.7/bioc/src/contrib/BicARE_1.38.0.tar.gz && rm -rf BicARE.buildbin-libdir && mkdir BicARE.buildbin-libdir && C:\Users\biocbuild\bbs-3.7-bioc\R\bin\R.exe CMD INSTALL --merge-multiarch --build --library=BicARE.buildbin-libdir BicARE_1.38.0.tar.gz && C:\Users\biocbuild\bbs-3.7-bioc\R\bin\R.exe CMD INSTALL BicARE_1.38.0.zip && rm BicARE_1.38.0.tar.gz BicARE_1.38.0.zip
StartedAt: 2018-10-16 19:08:59 -0400 (Tue, 16 Oct 2018)
EndedAt: 2018-10-16 19:09:36 -0400 (Tue, 16 Oct 2018)
EllapsedTime: 37.2 seconds
RetCode: 0
Status:  OK  

Command output

##############################################################################
##############################################################################
###
### Running command:
###
###   C:\cygwin\bin\curl.exe -O https://malbec2.bioconductor.org/BBS/3.7/bioc/src/contrib/BicARE_1.38.0.tar.gz && rm -rf BicARE.buildbin-libdir && mkdir BicARE.buildbin-libdir && C:\Users\biocbuild\bbs-3.7-bioc\R\bin\R.exe CMD INSTALL --merge-multiarch --build --library=BicARE.buildbin-libdir BicARE_1.38.0.tar.gz && C:\Users\biocbuild\bbs-3.7-bioc\R\bin\R.exe CMD INSTALL BicARE_1.38.0.zip && rm BicARE_1.38.0.tar.gz BicARE_1.38.0.zip
###
##############################################################################
##############################################################################


  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed

  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100  199k  100  199k    0     0  3811k      0 --:--:-- --:--:-- --:--:-- 4339k

install for i386

* installing *source* package 'BicARE' ...
** libs
C:/Rtools/mingw_32/bin/gcc  -I"C:/Users/BIOCBU˜1/BBS-3˜1.7-B/R/include" -DNDEBUG     -I"C:/extsoft/include"     -O3 -Wall  -std=gnu99 -mtune=generic -c BicARE.c -o BicARE.o
BicARE.c: In function 'floc':
BicARE.c:439:12: warning: unused variable 'invk' [-Wunused-variable]
     double invk = 1/(double)*k;
            ^
BicARE.c: In function 'action':
BicARE.c:391:29: warning: 'j' may be used uninitialized in this function [-Wmaybe-uninitialized]
        bicCol2[ncolData * z + j] = bicCol[ncolData * z +j];
                             ^
BicARE.c:380:29: warning: 'i' may be used uninitialized in this function [-Wmaybe-uninitialized]
        bicRow2[nrowData * z + i] = bicRow[nrowData * z + i];
                             ^
C:/Rtools/mingw_32/bin/gcc -shared -s -static-libgcc -o BicARE.dll tmp.def BicARE.o -LC:/extsoft/lib/i386 -LC:/extsoft/lib -LC:/Users/BIOCBU˜1/BBS-3˜1.7-B/R/bin/i386 -lR
installing to C:/Users/biocbuild/bbs-3.7-bioc/meat/BicARE.buildbin-libdir/BicARE/libs/i386
** R
** data
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
  converting help for package 'BicARE'
    finding HTML links ... done
    BicARE-package                          html  
    FLOC                                    html  
    bicluster                               html  
    makeReport                              html  
    residue                                 html  
    sample.bicData                          html  
    sample.biclustering                     html  
    testAnnot                               html  
    testSet                                 html  
** building package indices
** installing vignettes
** testing if installed package can be loaded
In R CMD INSTALL

install for x64

* installing *source* package 'BicARE' ...
** libs
C:/Rtools/mingw_64/bin/gcc  -I"C:/Users/BIOCBU˜1/BBS-3˜1.7-B/R/include" -DNDEBUG     -I"C:/extsoft/include"     -O2 -Wall  -std=gnu99 -mtune=generic -c BicARE.c -o BicARE.o
BicARE.c: In function 'floc':
BicARE.c:439:12: warning: unused variable 'invk' [-Wunused-variable]
     double invk = 1/(double)*k;
            ^
BicARE.c: In function 'action':
BicARE.c:391:29: warning: 'j' may be used uninitialized in this function [-Wmaybe-uninitialized]
        bicCol2[ncolData * z + j] = bicCol[ncolData * z +j];
                             ^
BicARE.c:380:29: warning: 'i' may be used uninitialized in this function [-Wmaybe-uninitialized]
        bicRow2[nrowData * z + i] = bicRow[nrowData * z + i];
                             ^
C:/Rtools/mingw_64/bin/gcc -shared -s -static-libgcc -o BicARE.dll tmp.def BicARE.o -LC:/extsoft/lib/x64 -LC:/extsoft/lib -LC:/Users/BIOCBU˜1/BBS-3˜1.7-B/R/bin/x64 -lR
installing to C:/Users/biocbuild/bbs-3.7-bioc/meat/BicARE.buildbin-libdir/BicARE/libs/x64
** testing if installed package can be loaded
* MD5 sums
packaged installation of 'BicARE' as BicARE_1.38.0.zip
* DONE (BicARE)
In R CMD INSTALL
In R CMD INSTALL
* installing to library 'C:/Users/biocbuild/bbs-3.7-bioc/R/library'
package 'BicARE' successfully unpacked and MD5 sums checked
In R CMD INSTALL