Loris Bennett <[email protected]> writes:

[snip (76 lines)]

> After a lot of warnings about deprecated CUDA stuff, the build fails now with
>
>   /trinity/shared/easybuild/software/binutils/2.32-GCCcore-8.3.0/bin/ld.gold: 
> error: cannot find -lboost_python3
>
> What I have is
>
>   
> /trinity/shared/easybuild/software/Boost.Python/1.71.0-gompi-2019b/lib/libboost_python37.so
>
> So, back to my favourite topic of shared library versions :-/
>
> Is trying to link to 
>
>   libboost_python3
>
> instead of 
>
>   libboost_python37
>
> the problem, or is it that the link
>
>   libboost_python3.so -> libboost_python37.so  
>
> is missing?

So I was able to solve this by changing 

  --boost-python-libname=boost_python3

to

  --boost-python-libname=boost_python37

in preinstallopts.

Is that expected?  Should the Boost.Python package maybe create a
libboost_python3.so link?

Cheers,

Loris

-- 
Dr. Loris Bennett (Mr.)
ZEDAT, Freie Universität Berlin         Email [email protected]

Reply via email to