-
-
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
libcython: use Python's libexec/"bin"
directory
#107660
Conversation
Not sure why error is happening on Python 3.9. I think it is related to updating
It could be trying to run a Also hit this on #107066 but I thought it was isolated to that PR so I just switched to stdlib distutils. Looks like there may be something else going wrong. |
homebrew_prefix = subprocess.check_output(['brew', '--prefix'], text=True).strip() |
Same conclusion at #107662. |
Testing an |
This breaks builds inside superenv. See - Homebrew#107660 - Homebrew#107662 - Homebrew#107663 - Homebrew#107664 - Homebrew#107665 - pypa/distutils#155 - pypa/distutils#158
This breaks builds inside superenv. See - #107660 - #107662 - #107663 - #107664 - #107665 - pypa/distutils#155 - pypa/distutils#158
Needed for #107517.
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 --build-from-source <formula>
)? If this is a new formula, does it passbrew audit --new <formula>
?