Uh oh!
There was an error while loading. Please reload this page.
Merge 3.15 changes to main - #908
Merged
Merged
Conversation
…5.12.10.08.45.35 Other tools: - conda-build 25.11.1 - rattler-build 0.54.0 - rattler-build-conda-compat 1.4.10
Use the sysconfigdata from the shared library build rather than the static one. The main difference is that this ensures that programs link to the shared Python library rather than the static library. Other differences are mostly superficial (build directories, test invocation commands). Fixesconda-forge#565 Signed-off-by: Michał Górny <mgorny@quansight.com>
Signed-off-by: Michał Górny <mgorny@quansight.com>
Signed-off-by: Michał Górny <mgorny@quansight.com>
Now python3-config defaults to shared linking, so perform that part of the test first. Then remove the shared libraries to force static linking. Signed-off-by: Michał Górny <mgorny@quansight.com>
…6.01.20.09.33.33 Other tools: - conda-build 25.11.1 - rattler-build 0.55.0 - rattler-build-conda-compat 1.4.10
Fixesconda-forge#843 Signed-off-by: Michał Górny <mgorny@quansight.com>
…6.01.22.10.05.09 Other tools: - conda-build 25.11.1 - rattler-build 0.55.0 - rattler-build-conda-compat 1.4.10
Use sysconfigdata and `build-details.json` from shared library build
…6.03.16.13.44.37 Other tools: - conda-build 26.1.0 - rattler-build 0.58.4 - rattler-build-conda-compat 1.4.11
Python 3.15.0a7
Signed-off-by: Michał Górny <mgorny@quansight.com>
…6.04.17.03.21.26 Other tools: - conda-build 26.3.0 - rattler-build 0.62.0 - rattler-build-conda-compat 1.4.12
Signed-off-by: Michał Górny <mgorny@quansight.com>
Bump to 3.15.0a8
h-vetinari
requested review from
chrisburr, isuruf, jakirkham, katietz, mbargull, msarahan, ocefpaf, pelson, scopatz and xhochy
as code ownersAugust 31, 2026 02:09
Contributor
Hi! This is the friendly automated conda-forge-linting service. I just wanted to let you know that I linted all conda-recipes in your PR ( I do have some suggestions for making it better though... For recipe/meta.yaml:
This message was generated by GitHub Actions workflow run https://github.com/conda-forge/conda-forge-webservices/actions/runs/33350956611. Examine the logs at this URL for more detail. |
h-vetinari
marked this pull request as draft
August 31, 2026 02:15
h-vetinari
commented
Aug 31, 2026
MemberAuthor
Still finding things to fix, update soon |
h-vetinari
marked this pull request as ready for review
August 31, 2026 02:36
h-vetinari
commented
Aug 31, 2026
MemberAuthor
Woohoo, green on the first try! 🥳 |
isuruf
commented
Aug 31, 2026
Member
Thanks. |
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 freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
This needs to undo most of #894 and #907, but not #885 or #896
For ease of review, below is the diff against the
devbranch (generated bygit diff up/dev -b -- recipe; with-bto ignore whitespace-only changes, becausebuild_base.baton the dev branch has switched to CRLF line endings, presumably spuriously)