-
-
Notifications
You must be signed in to change notification settings - Fork 12.5k
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 1.74.0 #62549
Boost 1.74.0 #62549
Conversation
Tests failed with Is this my fault? |
Nah, it's a transient github issue. You'll need to remove this patch though: |
@jonchang Thx for your response. Which patch do you refer to? If I click on your link, I see just my changes!? |
It has been merged |
Ah ok, thx. Will update the PR asap. |
|
|
|
And now it's a freeling build failure: TALP-UPC/FreeLing#112 |
|
Thanks @HLXEasy and @fxcoudert |
|
I'll try to merge this one before: #62560 |
You're welcome, even if it was way more than I thought initially. So all the fame is dedicated to @fxcoudert |
FX is plenty famous already, he can share. |
Also: I think I'm going to merge #62560 in about 14 hours, so maybe it's worth just waiting a bit to rebase this one when the formulas use python 3.9 (instead of doing it the other way, because this PR is faster to build). |
The reason for this PR is boostorg/process#92, which should be fixed on Boost 1.74.
brew install --build-from-source <formula>
, where<formula>
is the name of the formula you're submitting?Unfortunately I can't built myself as my XCode version is too old. I have only one Mac at my hands and can't update the machine for other reasons, so it would be cool if somebody else could check this.
brew test <formula>
, where<formula>
is the name of the formula you're submitting?See previous comment.
brew audit --strict <formula>
(after doingbrew install <formula>
)?See previous comment.