-
-
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.75 #66792
boost 1.75 #66792
Conversation
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
e9175c1
to
ce3dc4e
Compare
10.14:
10.15, 11.0:
|
10.14:
Ok, guess I wasn't able to fix |
ae77a92
to
2bcaaa2
Compare
This is the boost-python error:
|
6bbf2f0
to
4143b16
Compare
97b6c38
to
def6355
Compare
Ok, I don't get why |
Caveat removed, as it no longer applies.
The test complains about not being able to find eigen, so I think it needs pkg-config.
The test now fails at building gems for all CI nodes, so a newer version of Ruby is needed.
boost-python uses Python 2, which is no longer supported. The alias to boost-python has also been removed. It uses the wrong version and is no longer needed.
def6355
to
e2cde96
Compare
I think this might be ready, @fxcoudert. Test result summary in the first post. |
On a separate note, is there a way to specify |
Thanks @carlocab, merged! |
Huh, I thought |
brew install --build-from-source <formula>
, where<formula>
is the name of the formula you're submitting?brew test <formula>
, where<formula>
is the name of the formula you're submitting?brew audit --strict <formula>
(after doingbrew install <formula>
)?Update
boost
version bump, see belowboost-python
doesn't have a Big Sur bottle (#65000), so I suspect this just isn't compatible with Xcode 12.I verified this by testing
boost-python
against the existingboost
formula (pre-version bump) on a GitHub macOS 10.15 runner here: https://github.com/carlocab/homebrew-personal/pull/21/checks?check_run_id=1580808244The reported error is the same, so the
boost-python
breakage is not due to theboost
version bump.Non-deterministic Failures (CI-induced?)
These failures sometimes emerge, and sometimes don't. I suspect they are
mariadb
-type CI failures (ref #66450).test
Unable to contact the wire server at localhost:3902.
bottle
gzip: write: No space left on device
install --build-bottle
Write failed
For example, in this test run
cucumber-cpp
errored for 11.0 but not for 10.15. It errored out for both versions with the same error in the previous run. (Neither produced errors on the third-to-the-last run.)See also
fn
andfrugal
failures at #66355.