python@3.9: set RPATH to $HOMEBREW_PREFIX/lib#80052
Closed
carlocab wants to merge 1 commit intoHomebrew:masterfrom
Closed
python@3.9: set RPATH to $HOMEBREW_PREFIX/lib#80052carlocab wants to merge 1 commit intoHomebrew:masterfrom
RPATH to $HOMEBREW_PREFIX/lib#80052carlocab wants to merge 1 commit intoHomebrew:masterfrom
Conversation
This allows the `ctypes` module to be able to find libraries installed into a non-`/usr/local` prefix with `ctypes.cdll.LoadLibrary`. Closes qmk/qmk_cli#60 Resolves Homebrew/discussions#1737
carlocab
added a commit
to carlocab/homebrew-core
that referenced
this pull request
Jun 26, 2021
This is the same patch is in Homebrew#80052 applied to `python@3.8`.
6 tasks
Member
Author
|
I don't really understand the homebrew-core/Formula/python@3.9.rb Lines 188 to 195 in 42b3bd2 However, AFAICT |
This was referenced Jun 27, 2021
Closed
Member
Author
|
Cherry-picked onto #80175. |
carlocab
added a commit
to branchv/homebrew-core
that referenced
this pull request
Jun 29, 2021
This is the same patch is in Homebrew#80052 applied to `python@3.8`.
BrewTestBot
pushed a commit
that referenced
this pull request
Jun 29, 2021
* python@3.8 3.8.11 * python@3.8: set `RPATH` to `$HOMEBREW_PREFIX/lib` This is the same patch is in #80052 applied to `python@3.8`. Closes #80200. Co-authored-by: Carlo Cabrera <30379873+carlocab@users.noreply.github.com> Signed-off-by: Carlo Cabrera <30379873+carlocab@users.noreply.github.com> Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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>?This allows the
ctypesmodule to be able to find libraries installedinto a non-
/usr/localprefix withctypes.cdll.LoadLibrary.Closes qmk/qmk_cli#60
Resolves Homebrew/discussions#1737
In retrospect, this is probably the right fix for #75020. I'll check to see if the patch from #76383 is still needed when this is merged.Tested locally in a non-/usr/localprefix. It seems the patch togobject-introspectionis still needed.