############################################################################## ############################################################################## ### ### Running command: ### ### /home/biocbuild/R/R/bin/R CMD INSTALL BiocSingular ### ############################################################################## ############################################################################## * installing to library ‘/home/biocbuild/R/R-4.4.1/site-library’ * installing *source* package ‘BiocSingular’ ... ** using staged installation ** libs using C++ compiler: ‘g++ (conda-forge gcc 14.2.0-1) 14.2.0’ using C++17 g++ -std=gnu++17 -I"/home/biocbuild/R/R-4.4.1/include" -DNDEBUG -I'/home/biocbuild/R/R-4.4.1/site-library/Rcpp/include' -I'/home/biocbuild/R/R-4.4.1/site-library/beachmat/include' -I'/home/biocbuild/R/R-4.4.1/site-library/assorthead/include' -I/usr/local/include -fPIC -g -O2 -Wall -c RcppExports.cpp -o RcppExports.o g++ -std=gnu++17 -I"/home/biocbuild/R/R-4.4.1/include" -DNDEBUG -I'/home/biocbuild/R/R-4.4.1/site-library/Rcpp/include' -I'/home/biocbuild/R/R-4.4.1/site-library/beachmat/include' -I'/home/biocbuild/R/R-4.4.1/site-library/assorthead/include' -I/usr/local/include -fPIC -g -O2 -Wall -c compute_scale.cpp -o compute_scale.o In file included from /home/biocbuild/R/R-4.4.1/site-library/assorthead/include/tatami_stats/grouped_variances.hpp:6, from /home/biocbuild/R/R-4.4.1/site-library/assorthead/include/tatami_stats/tatami_stats.hpp:7, from compute_scale.cpp:2: /home/biocbuild/R/R-4.4.1/site-library/assorthead/include/tatami_stats/variances.hpp: In instantiation of 'std::pair<_FIter, _FIter> tatami_stats::variances::direct(const Value_*, Index_, Index_, bool) [with Output_ = double; Value_ = double; Index_ = int]': compute_scale.cpp:112:66: required from here 112 | auto paired = tatami_stats::variances::direct(range.value, range.number, NR, false); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/biocbuild/R/R-4.4.1/site-library/assorthead/include/tatami_stats/variances.hpp:95:29: note: parameter passing for argument of type 'std::pair' when C++17 is enabled changed to match C++14 in GCC 10.1 95 | std::pair direct(const Value_* value, Index_ num_nonzero, Index_ num_all, bool skip_nan) { | ^~~~~~ g++ -std=gnu++17 -shared -L/home/biocbuild/R/R-4.4.1/lib -L/usr/local/lib -o BiocSingular.so RcppExports.o compute_scale.o -L/home/biocbuild/R/R-4.4.1/lib -lR installing to /home/biocbuild/R/R-4.4.1/site-library/00LOCK-BiocSingular/00new/BiocSingular/libs ** R ** 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 (BiocSingular)