You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I install Boost with b2 install --prefix=/usr staging-prefix=/tmp/stage/usr the libraries are installed to /tmp/stage/usr/lib/... but fails as the the cmake files are not relocated under the staging prefix:
staging-prefix is a new feature, added in boostorg/build@51ad471. It's not clear how these new features are supposed to interact with the old command-line options (--prefix, --libdir etc) used when installing Boost.
Other than that, the functionality has already been requested in the form of DESTDIR support, which I was going to implement as a --destdir option, but --staging-prefix works too, I guess. #34
If I install Boost with
b2 install --prefix=/usr staging-prefix=/tmp/stage/usr
the libraries are installed to/tmp/stage/usr/lib/...
but fails as the the cmake files are not relocated under the staging prefix:The text was updated successfully, but these errors were encountered: