Host Environment
- OS: Windows
- Compiler: MSVC VS2019 16.11.3
To Reproduce
Steps to reproduce the behavior:
./vcpkg install boost:x64-windows-static-md
Failure logs
CMake Error at ports/msmpi/portfile.cmake:59 (message):
Could not find:
C:\Program Files/Microsoft MPI/Bin/mpiexec.exe
Please install the MSMPI redistributable package before trying to install this port.
The appropriate installer has been downloaded to:
E:/vcpkg/downloads/msmpisetup-10.1.12498.exe
Additional context
Looks like now boost by default has a dependency on
boost-mpi
boost-property-map-parallel
boost-odeint:x64-windows-static-md
which are all introducing mpi -> msmpi dependency to boost.
And so boost cannot be compiled unless msmpi is installed on the host machine.
MSMPI should not be a requirement to install boost
Host Environment
To Reproduce
Steps to reproduce the behavior:
./vcpkg install boost:x64-windows-static-mdFailure logs
Additional context
Looks like now boost by default has a dependency on
boost-mpi
boost-property-map-parallel
boost-odeint:x64-windows-static-md
which are all introducing mpi -> msmpi dependency to boost.
And so boost cannot be compiled unless msmpi is installed on the host machine.
MSMPI should not be a requirement to install boost