Skip to content

3.15.0b4#882

Merged
isuruf merged 9 commits into
conda-forge:devfrom
mgorny:3.15.0b3
Jul 22, 2026
Merged

3.15.0b4#882
isuruf merged 9 commits into
conda-forge:devfrom
mgorny:3.15.0b3

Conversation

@mgorny

@mgorny mgorny commented Jul 16, 2026

Copy link
Copy Markdown
Contributor

Checklist

  • Used a personal fork of the feedstock to propose changes
  • Bumped the build number (if the version is unchanged)
  • Reset the build number to 0 (if the version changed)
  • Re-rendered with the latest conda-smithy (Use the phrase @conda-forge-admin, please rerender in a comment in this PR for automated rerendering)
  • Ensured the license file is being packaged.

@conda-forge-admin

conda-forge-admin commented Jul 16, 2026

Copy link
Copy Markdown
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 (recipe/meta.yaml) and found it was in an excellent condition.

I do have some suggestions for making it better though...

For recipe/meta.yaml:

  • ℹ️ The recipe is not parsable by parser conda-souschef (grayskull). This parser is not currently used by conda-forge, but may be in the future. We are collecting information to see which recipes are compatible with grayskull.
  • ℹ️ The recipe is not parsable by parser conda-recipe-manager. The recipe can only be automatically migrated to the new v1 format if it is parseable by conda-recipe-manager.

This message was generated by GitHub Actions workflow run https://github.com/conda-forge/conda-forge-webservices/actions/runs/29734827062. Examine the logs at this URL for more detail.

@mgorny mgorny mentioned this pull request Jul 16, 2026
5 tasks
@h-vetinari

Copy link
Copy Markdown
Member

This needs another rebase after #873

@mgorny

mgorny commented Jul 17, 2026

Copy link
Copy Markdown
Contributor Author

I'll do it once I'm done with Tcl/Tk.

@mgorny mgorny changed the title 3.15.0b3 3.15.0b4 Jul 20, 2026
@conda-forge-admin

Copy link
Copy Markdown
Contributor

Hi! This is the friendly automated conda-forge-linting service.

I wanted to let you know that I linted all conda-recipes in your PR (recipe/meta.yaml) and found some lint.

Here's what I've got...

For recipe/meta.yaml:

  • ❌ In conda-forge.yml: $ = {'bot': {'abi_migration_branches': ['3.9', '3.10', '3.11', '3.12', '3.13']}, 'build_platform': {'linux_aarch64': 'linux_64', 'linux_ppc64le': 'linux_64', 'osx_arm64': 'osx_64'}, 'workflow_settings': {'store_build_artifacts': True}, 'conda_build': {'pkg_format': '2'}, 'conda_forge_output_validation': True, 'github': {'branch_name': 'main', 'tooling_branch_name': 'main'}, 'provider': {'linux_aarch64': 'default', 'linux_ppc64le': 'native'}, 'store_build_artifacts': True, 'test': 'native_and_emulated'}.

    Additional properties are not allowed ('store_build_artifacts' was unexpected)

    Schema

For recipe/meta.yaml:

  • ℹ️ The recipe is not parsable by parser conda-souschef (grayskull). This parser is not currently used by conda-forge, but may be in the future. We are collecting information to see which recipes are compatible with grayskull.
  • ℹ️ The recipe is not parsable by parser conda-recipe-manager. The recipe can only be automatically migrated to the new v1 format if it is parseable by conda-recipe-manager.

This message was generated by GitHub Actions workflow run https://github.com/conda-forge/conda-forge-webservices/actions/runs/29754647530. Examine the logs at this URL for more detail.

@conda-forge-admin

conda-forge-admin commented Jul 20, 2026

Copy link
Copy Markdown
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 (recipe/meta.yaml) and found it was in an excellent condition.

I do have some suggestions for making it better though...

For recipe/meta.yaml:

  • ℹ️ The recipe is not parsable by parser conda-souschef (grayskull). This parser is not currently used by conda-forge, but may be in the future. We are collecting information to see which recipes are compatible with grayskull.
  • ℹ️ The recipe is not parsable by parser conda-recipe-manager. The recipe can only be automatically migrated to the new v1 format if it is parseable by conda-recipe-manager.

This message was generated by GitHub Actions workflow run https://github.com/conda-forge/conda-forge-webservices/actions/runs/29854068703. Examine the logs at this URL for more detail.

@mgorny

mgorny commented Jul 20, 2026

Copy link
Copy Markdown
Contributor Author

Uh, I've broken the unvendor zlib patch.

mgorny added 2 commits July 20, 2026 18:24
Signed-off-by: Michał Górny <mgorny@quansight.com>
Rebase the patches, remove CRLF-at-EOL introduced previously and extend
/d1trimfile to more files.

Signed-off-by: Michał Górny <mgorny@quansight.com>
@mgorny

mgorny commented Jul 21, 2026

Copy link
Copy Markdown
Contributor Author

Ok, looks like all the issues with the GIL builds are fixed (one osx job failed due to network fluke). This leaves me with the freethreading issues.

@h-vetinari

Copy link
Copy Markdown
Member

This needs another rebase after #873

xref conda-forge/tk-feedstock#77

@mgorny

mgorny commented Jul 21, 2026

Copy link
Copy Markdown
Contributor Author

Ok, so CMake is failing there because it actually detects it's a freethreading interpreter, and it rejects it based on incompatible ABI.

Looking at https://cmake.org/cmake/help/latest/module/FindPython.html:

Note

If Python3_FIND_ABI is not defined, any ABI, excluding the gil_disabled flag, will be searched.

So I guess CMake doesn't find freethreaded interpreters by default anymore.

mgorny added 6 commits July 21, 2026 16:38
Taken from AnacondaRecipes#232

Signed-off-by: Michał Górny <mgorny@quansight.com>
Taken from AnacondaRecipes#232

Signed-off-by: Michał Górny <mgorny@quansight.com>
Taken from AnacondaRecipes#232

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>
…2026.07.21.12.11.00

Other tools:
- conda-build 26.5.0
- rattler-build 0.69.1
- rattler-build-conda-compat 1.4.15
@mgorny
mgorny marked this pull request as ready for review July 21, 2026 16:35
@mgorny

mgorny commented Jul 21, 2026

Copy link
Copy Markdown
Contributor Author

It is green!

Comment thread recipe/build_base.bat Outdated
Signed-off-by: Michał Górny <mgorny@quansight.com>

@isuruf isuruf left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me. This needs a merge with main for win-arm64, but we can do that later.

@isuruf
isuruf merged commit caa5e93 into conda-forge:dev Jul 22, 2026
25 checks passed
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.

5 participants