Skip to content
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

Bump boost version to enable Python 3.11 package builds #7445

Merged
merged 1 commit into from
May 29, 2023

Conversation

cas--
Copy link
Contributor

@cas-- cas-- commented May 25, 2023

Python 3.11 is not compatible with Boost Python <= 1.80 due to error with Py_TPFLAGS_HAVE_GC enum.

Ref: boostorg/python#400
Fixes: #7265

Python 3.11 is not compatible with Boost Python <= 1.80 due to error
with Py_TPFLAGS_HAVE_GC enum.

Ref: boostorg/python#400
Fixes: arvidn#7265
@@ -17,7 +17,7 @@ test-command = [
[tool.cibuildwheel.macos.environment]
BOOST_BUILD_PATH = "/tmp/boost/tools/build"
BOOST_ROOT = "/tmp/boost"
BOOST_VERSION = "1.80.0"
BOOST_VERSION = "1.81.0"
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

what does this affect?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Unsure what you mean? This is for the macos wheels

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not very familiar with how the wheels are build, so I'm curious what logic looks at this constant and installs the corresponding version of boost.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not a fan of toml... Check the previous table for the macos boost install, this table is nested env vars for it

@arvidn arvidn merged commit a43e7f7 into arvidn:RC_2_0 May 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[feature] add pypi for python 3.11
2 participants