caffe icon indicating copy to clipboard operation
caffe copied to clipboard

Fix boost_python discovery for distros with different naming scheme

Open rrika opened this issue 8 years ago • 3 comments

The current method probes

boost_python_py351
boost_python_py35
boost_python_py3
boost_python

On Arch Linux however the name of the library is

boost_python3

So I added that to the cmakefile.

rrika avatar Jan 14 '16 07:01 rrika

As far as I can tell, this is the same bug as #3345.

nlgranger avatar Feb 12 '16 10:02 nlgranger

@pixelou you're right, your patch additionally checks for

boost_python351
boost_python35

though I don't know any distribution that names its libraries like that

rrika avatar Feb 12 '16 13:02 rrika

this merge would be pretty great since it's still an issue for some folks like me.

rarensu avatar Mar 03 '21 05:03 rarensu