3 Apr
2020
3 Apr
'20
6:43 p.m.
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
./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: dll-path=/usr/lib dll-path=/usr/lib/python3.8/config