Boost logo

Boost :

From: Peter Dimov (pdimov_at_[hidden])
Date: 2020-04-03 18:43:14


Jonathan Wakely wrote:
> > error: - none
> > error: - <dll-path>/usr/lib <dll-path>/usr/lib/python3.8/config
...
> and then for each MPI backend we do:
>
> ./b2 -d+2 \
> --with-mpi --with-graph_parallel --build-dir=$MPI_COMPILER \
> variant=release threading=multi debug-symbols=on pch=off \
> python=3.8 stage

I think that what you need to do here is find the place setting <dll-path>
on (I assume) libboost_mpi.so, remove it, and then pass dll-path on the
command line, so that it applies to the whole build:

> ./b2 -d+2 \
> --with-mpi --with-graph_parallel --build-dir=$MPI_COMPILER \
> variant=release threading=multi debug-symbols=on pch=off \
> python=3.8 stage
  dll-path=/usr/lib dll-path=/usr/lib/python3.8/config


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk