* installing *source* package 'boostmath' ...
** this is package 'boostmath' version '1.3.0'
** package 'boostmath' successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C++ compiler: 'g++.exe (GCC) 14.3.0'
using C++17
make[1]: Entering directory '/d/temp/2025_11_13_01_50_00_26121/RtmpmEN52U/R.INSTALL124043270a24/boostmath/src'
g++ -std=gnu++17 -I"D:/RCompile/recent/R/include" -DNDEBUG -DBOOST_MATH_ASSERT_UNDEFINED_POLICY=false -I'D:/RCompile/CRANpkg/lib/4.6/cpp11/include' -I'D:/RCompile/CRANpkg/lib/4.6/BH/include' -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c init.cpp -o init.o
g++ -std=gnu++17 -I"D:/RCompile/recent/R/include" -DNDEBUG -DBOOST_MATH_ASSERT_UNDEFINED_POLICY=false -I'D:/RCompile/CRANpkg/lib/4.6/cpp11/include' -I'D:/RCompile/CRANpkg/lib/4.6/BH/include' -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c constants.cpp -o constants.o
g++ -std=gnu++17 -I"D:/RCompile/recent/R/include" -DNDEBUG -DBOOST_MATH_ASSERT_UNDEFINED_POLICY=false -I'D:/RCompile/CRANpkg/lib/4.6/cpp11/include' -I'D:/RCompile/CRANpkg/lib/4.6/BH/include' -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c filters.cpp -o filters.o
g++ -std=gnu++17 -I"D:/RCompile/recent/R/include" -DNDEBUG -DBOOST_MATH_ASSERT_UNDEFINED_POLICY=false -I'D:/RCompile/CRANpkg/lib/4.6/cpp11/include' -I'D:/RCompile/CRANpkg/lib/4.6/BH/include' -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c interpolators.cpp -o interpolators.o
g++ -std=gnu++17 -I"D:/RCompile/recent/R/include" -DNDEBUG -DBOOST_MATH_ASSERT_UNDEFINED_POLICY=false -I'D:/RCompile/CRANpkg/lib/4.6/cpp11/include' -I'D:/RCompile/CRANpkg/lib/4.6/BH/include' -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c quadrature_and_differentiation.cpp -o quadrature_and_differentiation.o
g++ -std=gnu++17 -I"D:/RCompile/recent/R/include" -DNDEBUG -DBOOST_MATH_ASSERT_UNDEFINED_POLICY=false -I'D:/RCompile/CRANpkg/lib/4.6/cpp11/include' -I'D:/RCompile/CRANpkg/lib/4.6/BH/include' -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c rootfinding_and_minimisation.cpp -o rootfinding_and_minimisation.o
g++ -std=gnu++17 -I"D:/RCompile/recent/R/include" -DNDEBUG -DBOOST_MATH_ASSERT_UNDEFINED_POLICY=false -I'D:/RCompile/CRANpkg/lib/4.6/cpp11/include' -I'D:/RCompile/CRANpkg/lib/4.6/BH/include' -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c special_functions.cpp -o special_functions.o
In file included from D:/RCompile/CRANpkg/lib/4.6/BH/include/boost/math/special_functions/bessel.hpp:30,
from D:/RCompile/CRANpkg/lib/4.6/BH/include/boost/math/special_functions/airy.hpp:16,
from special_functions/airy_functions.cpp:3,
from special_functions.cpp:1:
D:/RCompile/CRANpkg/lib/4.6/BH/include/boost/math/special_functions/detail/bessel_ik.hpp: In function 'int boost::math::detail::bessel_ik(T, T, T*, T*, int, const Policy&) [with T = long double; Policy = boost::math::policies::policy<boost::math::policies::promote_float<false>, boost::math::policies::promote_double<false>, boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy>]':
D:/RCompile/CRANpkg/lib/4.6/BH/include/boost/math/special_functions/detail/bessel_ik.hpp:421:22: warning: 'n' may be used uninitialized [-Wmaybe-uninitialized]
421 | T z = (u + n % 2);
| ~~^~~
D:/RCompile/CRANpkg/lib/4.6/BH/include/boost/math/special_functions/detail/bessel_ik.hpp:311:14: note: 'n' was declared here
311 | unsigned n, k;
| ^
D:/RCompile/CRANpkg/lib/4.6/BH/include/boost/math/special_functions/detail/bessel_ik.hpp:421:11: warning: 'u' may be used uninitialized [-Wmaybe-uninitialized]
421 | T z = (u + n % 2);
| ^
D:/RCompile/CRANpkg/lib/4.6/BH/include/boost/math/special_functions/detail/bessel_ik.hpp:308:7: note: 'u' was declared here
308 | T u, Iv, Kv, Kv1, Ku, Ku1, fv;
| ^
g++ -std=gnu++17 -I"D:/RCompile/recent/R/include" -DNDEBUG -DBOOST_MATH_ASSERT_UNDEFINED_POLICY=false -I'D:/RCompile/CRANpkg/lib/4.6/cpp11/include' -I'D:/RCompile/CRANpkg/lib/4.6/BH/include' -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c distribution_member_functions.cpp -o distribution_member_functions.o
g++ -std=gnu++17 -I"D:/RCompile/recent/R/include" -DNDEBUG -DBOOST_MATH_ASSERT_UNDEFINED_POLICY=false -I'D:/RCompile/CRANpkg/lib/4.6/cpp11/include' -I'D:/RCompile/CRANpkg/lib/4.6/BH/include' -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c statistical_distributions.cpp -o statistical_distributions.o
g++ -std=gnu++17 -I"D:/RCompile/recent/R/include" -DNDEBUG -DBOOST_MATH_ASSERT_UNDEFINED_POLICY=false -I'D:/RCompile/CRANpkg/lib/4.6/cpp11/include' -I'D:/RCompile/CRANpkg/lib/4.6/BH/include' -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c statistics.cpp -o statistics.o
g++ -std=gnu++17 -I"D:/RCompile/recent/R/include" -DNDEBUG -DBOOST_MATH_ASSERT_UNDEFINED_POLICY=false -I'D:/RCompile/CRANpkg/lib/4.6/cpp11/include' -I'D:/RCompile/CRANpkg/lib/4.6/BH/include' -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vector_functionals.cpp -o vector_functionals.o
g++ -std=gnu++17 -I"D:/RCompile/recent/R/include" -DNDEBUG -DBOOST_MATH_ASSERT_UNDEFINED_POLICY=false -I'D:/RCompile/CRANpkg/lib/4.6/cpp11/include' -I'D:/RCompile/CRANpkg/lib/4.6/BH/include' -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c cyl_hankel_1.cpp -o cyl_hankel_1.o
g++ -std=gnu++17 -I"D:/RCompile/recent/R/include" -DNDEBUG -DBOOST_MATH_ASSERT_UNDEFINED_POLICY=false -I'D:/RCompile/CRANpkg/lib/4.6/cpp11/include' -I'D:/RCompile/CRANpkg/lib/4.6/BH/include' -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c cyl_hankel_2.cpp -o cyl_hankel_2.o
g++ -std=gnu++17 -I"D:/RCompile/recent/R/include" -DNDEBUG -DBOOST_MATH_ASSERT_UNDEFINED_POLICY=false -I'D:/RCompile/CRANpkg/lib/4.6/cpp11/include' -I'D:/RCompile/CRANpkg/lib/4.6/BH/include' -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c sph_hankel_1.cpp -o sph_hankel_1.o
g++ -std=gnu++17 -I"D:/RCompile/recent/R/include" -DNDEBUG -DBOOST_MATH_ASSERT_UNDEFINED_POLICY=false -I'D:/RCompile/CRANpkg/lib/4.6/cpp11/include' -I'D:/RCompile/CRANpkg/lib/4.6/BH/include' -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c sph_hankel_2.cpp -o sph_hankel_2.o
g++ -shared -s -static-libgcc -o boostmath.dll tmp.def init.o constants.o filters.o interpolators.o quadrature_and_differentiation.o rootfinding_and_minimisation.o special_functions.o distribution_member_functions.o statistical_distributions.o statistics.o vector_functionals.o cyl_hankel_1.o cyl_hankel_2.o sph_hankel_1.o sph_hankel_2.o -Ld:/rtools45/x86_64-w64-mingw32.static.posix/lib/x64 -Ld:/rtools45/x86_64-w64-mingw32.static.posix/lib -LD:/RCompile/recent/R/bin/x64 -lR
make[1]: Leaving directory '/d/temp/2025_11_13_01_50_00_26121/RtmpmEN52U/R.INSTALL124043270a24/boostmath/src'
make[1]: Entering directory '/d/temp/2025_11_13_01_50_00_26121/RtmpmEN52U/R.INSTALL124043270a24/boostmath/src'
make[1]: Leaving directory '/d/temp/2025_11_13_01_50_00_26121/RtmpmEN52U/R.INSTALL124043270a24/boostmath/src'
installing to d:/Rcompile/CRANpkg/lib/4.6/00LOCK-boostmath/00new/boostmath/libs/x64
** 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
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path
* MD5 sums
packaged installation of 'boostmath' as boostmath_1.3.0.zip
* DONE (boostmath)