* installing to library ‘/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages’
* installing *source* package ‘MultiBD’ ...
** this is package ‘MultiBD’ version ‘0.2.0’
** package ‘MultiBD’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C++ compiler: ‘Debian clang version 19.1.7 (7)’
using C++11
make[1]: Entering directory '/home/hornik/tmp/scratch/Rtmp23iFjs/R.INSTALL36d5fc1260bac9/MultiBD/src'
clang++-19 -std=gnu++11 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -Wno-missing-template-arg-list-after-template-kw -Wdeprecated-literal-operator -c BidBj_Cpp.cpp -o BidBj_Cpp.o
clang++-19 -std=gnu++11 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -Wno-missing-template-arg-list-after-template-kw -Wdeprecated-literal-operator -c RcppExports.cpp -o RcppExports.o
clang++-19 -std=gnu++11 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -Wno-missing-template-arg-list-after-template-kw -Wdeprecated-literal-operator -c SIR_Cpp.cpp -o SIR_Cpp.o
clang++-19 -std=gnu++11 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -Wno-missing-template-arg-list-after-template-kw -Wdeprecated-literal-operator -c bb_lt_Cpp.cpp -o bb_lt_Cpp.o
clang++-19 -std=gnu++11 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -Wno-missing-template-arg-list-after-template-kw -Wdeprecated-literal-operator -c bb_lt_invert_Cpp.cpp -o bb_lt_invert_Cpp.o
bb_lt_invert_Cpp.cpp:80:10: warning: moving a local object in a return statement prevents copy elision [-Wpessimizing-move]
80 | return(std::move(res));
| ^
bb_lt_invert_Cpp.cpp:80:10: note: remove std::move call here
80 | return(std::move(res));
| ^~~~~~~~~~ ~
In file included from bb_lt_invert_Cpp.cpp:1:
./bbd.h:246:33: warning: lambda capture 'end' is not used [-Wunused-lambda-capture]
246 | workers.run([begin, end, start, chunkSize, function]() {
| ^
bb_lt_invert_Cpp.cpp:31:10: note: in instantiation of function template specialization 'loops::TbbThreads::for_each<boost::iterators::counting_iterator<int>, (lambda at bb_lt_invert_Cpp.cpp:32:5)>' requested here
31 | scheme.for_each( boost::make_counting_iterator(0), boost::make_counting_iterator(kmax),
| ^
bb_lt_invert_Cpp.cpp:94:16: note: in instantiation of function template specialization 'bb_lt_invert_Cpp_impl<loops::TbbThreads>' requested here
94 | return bb_lt_invert_Cpp_impl(t, lambda1, lambda2, Ap1, Bp1, direction,
| ^
In file included from bb_lt_invert_Cpp.cpp:1:
./bbd.h:246:33: warning: lambda capture 'end' is not used [-Wunused-lambda-capture]
246 | workers.run([begin, end, start, chunkSize, function]() {
| ^
bb_lt_invert_Cpp.cpp:61:18: note: in instantiation of function template specialization 'loops::TbbThreads::for_each<boost::iterators::counting_iterator<int>, (lambda at bb_lt_invert_Cpp.cpp:62:13)>' requested here
61 | scheme.for_each( boost::make_counting_iterator(0), boost::make_counting_iterator(nblocks),
| ^
bb_lt_invert_Cpp.cpp:94:16: note: in instantiation of function template specialization 'bb_lt_invert_Cpp_impl<loops::TbbThreads>' requested here
94 | return bb_lt_invert_Cpp_impl(t, lambda1, lambda2, Ap1, Bp1, direction,
| ^
3 warnings generated.
clang++-19 -std=gnu++11 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -Wno-missing-template-arg-list-after-template-kw -Wdeprecated-literal-operator -c bbd_lt_Cpp.cpp -o bbd_lt_Cpp.o
clang++-19 -std=gnu++11 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -Wno-missing-template-arg-list-after-template-kw -Wdeprecated-literal-operator -c bbd_lt_invert_Cpp.cpp -o bbd_lt_invert_Cpp.o
bbd_lt_invert_Cpp.cpp:107:10: warning: moving a local object in a return statement prevents copy elision [-Wpessimizing-move]
107 | return(std::move(res));
| ^
bbd_lt_invert_Cpp.cpp:107:10: note: remove std::move call here
107 | return(std::move(res));
| ^~~~~~~~~~ ~
In file included from bbd_lt_invert_Cpp.cpp:1:
./bbd.h:246:33: warning: lambda capture 'end' is not used [-Wunused-lambda-capture]
246 | workers.run([begin, end, start, chunkSize, function]() {
| ^
bbd_lt_invert_Cpp.cpp:51:10: note: in instantiation of function template specialization 'loops::TbbThreads::for_each<boost::iterators::counting_iterator<int>, (lambda at bbd_lt_invert_Cpp.cpp:52:5)>' requested here
51 | scheme.for_each( boost::make_counting_iterator(0), boost::make_counting_iterator(kmax),
| ^
bbd_lt_invert_Cpp.cpp:122:16: note: in instantiation of function template specialization 'bbd_lt_invert_Cpp_impl<loops::TbbThreads>' requested here
122 | return bbd_lt_invert_Cpp_impl(t, a0, b0, lambda1, lambda2, mu2, gamma, x, y, A, Bp1,
| ^
In file included from bbd_lt_invert_Cpp.cpp:1:
./bbd.h:246:33: warning: lambda capture 'end' is not used [-Wunused-lambda-capture]
246 | workers.run([begin, end, start, chunkSize, function]() {
| ^
bbd_lt_invert_Cpp.cpp:85:18: note: in instantiation of function template specialization 'loops::TbbThreads::for_each<boost::iterators::counting_iterator<int>, (lambda at bbd_lt_invert_Cpp.cpp:86:13)>' requested here
85 | scheme.for_each( boost::make_counting_iterator(0), boost::make_counting_iterator(nblocks),
| ^
bbd_lt_invert_Cpp.cpp:122:16: note: in instantiation of function template specialization 'bbd_lt_invert_Cpp_impl<loops::TbbThreads>' requested here
122 | return bbd_lt_invert_Cpp_impl(t, a0, b0, lambda1, lambda2, mu2, gamma, x, y, A, Bp1,
| ^
3 warnings generated.
clang++-19 -std=gnu++11 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -Wno-missing-template-arg-list-after-template-kw -Wdeprecated-literal-operator -c inv_Bk1dBk_Cpp.cpp -o inv_Bk1dBk_Cpp.o
clang++-19 -std=gnu++11 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -Wno-missing-template-arg-list-after-template-kw -Wdeprecated-literal-operator -c lentz_plus_invBk1dBk_Cpp.cpp -o lentz_plus_invBk1dBk_Cpp.o
clang++-19 -std=gnu++11 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -Wno-missing-template-arg-list-after-template-kw -Wdeprecated-literal-operator -c phi_Cpp.cpp -o phi_Cpp.o
clang++-19 -std=gnu++11 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -Wno-missing-template-arg-list-after-template-kw -Wdeprecated-literal-operator -c prod_lambda2_Cpp.cpp -o prod_lambda2_Cpp.o
prod_lambda2_Cpp.cpp:21:10: warning: moving a local object in a return statement prevents copy elision [-Wpessimizing-move]
21 | return(std::move(res));
| ^
prod_lambda2_Cpp.cpp:21:10: note: remove std::move call here
21 | return(std::move(res));
| ^~~~~~~~~~ ~
1 warning generated.
clang++-19 -std=gnu++11 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -Wno-missing-template-arg-list-after-template-kw -Wdeprecated-literal-operator -c prod_mu2_Cpp.cpp -o prod_mu2_Cpp.o
prod_mu2_Cpp.cpp:21:10: warning: moving a local object in a return statement prevents copy elision [-Wpessimizing-move]
21 | return(std::move(res));
| ^
prod_mu2_Cpp.cpp:21:10: note: remove std::move call here
21 | return(std::move(res));
| ^~~~~~~~~~ ~
1 warning generated.
clang++-19 -std=gnu++11 -shared -L/home/hornik/tmp/R.check/r-devel-clang/Work/build/lib -Wl,-O1 -o MultiBD.so BidBj_Cpp.o RcppExports.o SIR_Cpp.o bb_lt_Cpp.o bb_lt_invert_Cpp.o bbd_lt_Cpp.o bbd_lt_invert_Cpp.o inv_Bk1dBk_Cpp.o lentz_plus_invBk1dBk_Cpp.o phi_Cpp.o prod_lambda2_Cpp.o prod_mu2_Cpp.o -L/home/hornik/tmp/R.check/r-devel-clang/Work/build/lib -lR
make[1]: Leaving directory '/home/hornik/tmp/scratch/Rtmp23iFjs/R.INSTALL36d5fc1260bac9/MultiBD/src'
make[1]: Entering directory '/home/hornik/tmp/scratch/Rtmp23iFjs/R.INSTALL36d5fc1260bac9/MultiBD/src'
make[1]: Leaving directory '/home/hornik/tmp/scratch/Rtmp23iFjs/R.INSTALL36d5fc1260bac9/MultiBD/src'
installing to /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/00LOCK-MultiBD/00new/MultiBD/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 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 (MultiBD)