$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Matt Borland (matt_at_[hidden])
Date: 2024-07-11 19:21:50
> Apparently, CMake 3.30 is less forgiving about ODEint linking to Boost::mpi
> when that target doesn't exist.
>
> (The reason Boost::mpi doesn't exist is because MPI libraries are only
> enabled when BOOST_ENABLE_MPI is ON, and it's OFF by default in
> these CI runs.)
>
> So the CMakeLists.txt file for ODEint needs to be fixed to only link
> to Boost::mpi when BOOST_ENABLE_MPI is ON.
>
Will fix promptly.
Matt