-
Notifications
You must be signed in to change notification settings - Fork 6.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Boost] fix not header only libs #17372
[Boost] fix not header only libs #17372
Conversation
@autoantwort, thanks for your PR! Boost-json failed with following failures in CI pipeline, could you please take a look?
|
You can fix this issue with the following post-source script: file(READ "${SOURCE_PATH}/build/Jamfile" _contents)
string(REPLACE "import ../../config/checks/config" "import config/checks/config" _contents "${_contents}")
file(WRITE "${SOURCE_PATH}/build/Jamfile" "${_contents}")
file(READ "${SOURCE_PATH}/Jamfile" _contents)
string(REPLACE "import ../config/checks/config" "import build/config/checks/config" _contents "${_contents}")
file(WRITE "${SOURCE_PATH}/Jamfile" "${_contents}")
file(COPY "${CURRENT_INSTALLED_DIR}/share/boost-config/checks" DESTINATION "${SOURCE_PATH}/build/config") But then you get other errors and I have no clue how to fix them |
I have asked at the boost json lib, maybe they can and are willing to help: boostorg/json#556 |
@PhoebeHui you can review now :) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, @ras0219-msft, could you please help further review?
cc @yurybura
@dan-shaw, could you help review and merge this PR? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please revert unrelated changes.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just some minor stuff.
Co-authored-by: nicole mazzuca <[email protected]>
Co-authored-by: Robert Schumacher <[email protected]>
Thanks for your work @autoantwort :D |
Describe the pull request
What does your PR fix?
Fixes [boost-json] Fails to build static library #16907
Which triplets are supported/not supported? Have you updated the CI baseline?
all, No
Does your PR follow the maintainer guide?
Yes
If you have added/updated a port: Have you run
./vcpkg x-add-version --all
and committed the result?Yes