Conversation
d1e0b91 to
6e4d853
Compare
|
Do you mind cherry-picking my commit from #80052 so we don't have to re-run CI for it? |
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
certainly, hope I did that right 😅 |
|
Excellent, thank you! |
|
ARM Big Sur Catalina Mojave Most of these aren't unexpected, but I think we need to take a look at |
|
|
|
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. To keep this pull request open, add a |
|
Looks like the spack issue will be fixed by spack/spack#24686. In the meantime, maybe we can just make spack depend on |
|
Agreed, I'm not near my computer but I did try the latest |
When using Python 3.9.6, Spack is no longer able to fetch anything. Commands like `spack fetch` and `spack install` all break. Python 3.9.6 includes a [new change](https://github.com/python/cpython/pull/25853/files#diff-b3712475a413ec972134c0260c8f1eb1deefb66184f740ef00c37b4487ef873eR462) that means that `scheme` must be a string, it cannot be None. The solution is to use an empty string like the method default. Fixes #24644. Also see Homebrew/homebrew-core#80175 where this issue was discovered by CI. Thanks @branchvincent for reporting such a serious issue before any actual users encountered it! Co-authored-by: Todd Gamblin <[email protected]>
When using Python 3.9.6, Spack is no longer able to fetch anything. Commands like `spack fetch` and `spack install` all break. Python 3.9.6 includes a [new change](https://github.com/python/cpython/pull/25853/files#diff-b3712475a413ec972134c0260c8f1eb1deefb66184f740ef00c37b4487ef873eR462) that means that `scheme` must be a string, it cannot be None. The solution is to use an empty string like the method default. Fixes spack#24644. Also see Homebrew/homebrew-core#80175 where this issue was discovered by CI. Thanks @branchvincent for reporting such a serious issue before any actual users encountered it! Co-authored-by: Todd Gamblin <[email protected]> (cherry picked from commit 3b94e22)
Created with
brew bump-formula-pr.resourceblocks may require updates.