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

Added configure_opts to custom_python_interpreter in python_repo.bzl #16126

Closed

Conversation

vfdev-5
Copy link
Contributor

@vfdev-5 vfdev-5 commented Aug 15, 2024

Description:

  • Added configure_opts to custom_python_interpreter in python_repo.bzl

Context:
Such that I can pass --disable-gil param when building python 3.13 interpreter:

load("@xla//third_party/py:python_repo.bzl", "custom_python_interpreter")
custom_python_interpreter(
    name = "python_dev",
    urls = ["https://www.python.org/ftp/python/3.13.0/Python-{version}.tgz"],
    strip_prefix = "Python-{version}",
    version = "3.13.0rc1",
    configure_opts = ["--disable-gil"],
)

@vfdev-5
Copy link
Contributor Author

vfdev-5 commented Aug 19, 2024

This can be closed in favor of 79e6761

@vfdev-5 vfdev-5 closed this Aug 19, 2024
@vfdev-5 vfdev-5 deleted the add-python-configure-args-option branch August 19, 2024 11:03
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.

1 participant