boostorg / boost_install

8 stars 31 forks source link

Use consistent naming scheme for python subdir in LIBDIR #25

Closed SoapGentoo closed 4 years ago

SoapGentoo commented 4 years ago

Using $LIBDIR/boost-pythonX.Y is preferable to $LIBDIR/boost-pyX.Y as boost uses python as a consistent prefix/suffix for python specific libraries. @pdimov

pdimov commented 4 years ago

I've merged this PR for looking obviously correct, but on second look, are you sure it does what you wanted?

The place it changes -py to -python does not affect the subdirectory, but the name mangling of the .cmake files, as far as I can see.

SoapGentoo commented 4 years ago

@pdimov oh sorry, I've just pattern matched your PR and tried to make sense of it. I don't really grok the bjam syntax, hence I wasn't aware. What do I need to change to just affect the naming of the subdirectory?

pdimov commented 4 years ago

I'll fix it.