Skip to content

onnxruntime v1.28.0 - #193

Merged
hmaarrfk merged 5 commits into
conda-forge:mainfrom
regro-cf-autotick-bot:1.28.0_h5afafa
Aug 8, 2026
Merged

onnxruntime v1.28.0#193
hmaarrfk merged 5 commits into
conda-forge:mainfrom
regro-cf-autotick-bot:1.28.0_h5afafa

Conversation

@regro-cf-autotick-bot

Copy link
Copy Markdown
Contributor

It is very likely that the current package version for this feedstock is out of date.

Checklist before merging this PR:

  • Dependencies have been updated if changed: see upstream
  • Tests have passed
  • Updated license if changed and license_file is packaged

Information about this PR:

  1. Feel free to push to the bot's branch to update this PR if needed.
  2. The bot will almost always only open one PR per version.
  3. The bot will stop issuing PRs if more than 3 version bump PRs generated by the bot are open. If you don't want to package a particular version please close the PR.
  4. If you want these PRs to be merged automatically, make an issue with @conda-forge-admin,please add bot automerge in the title and merge the resulting PR. This command will add our bot automerge feature to your feedstock.
  5. If this PR was opened in error or needs to be updated please add the bot-rerun label to this PR. The bot will close this PR and schedule another one. If you do not have permissions to add this label, you can use the phrase @conda-forge-admin, please rerun bot in a PR comment to have the conda-forge-admin add it for you.

Closes: #188
Closes: #189

Pending Dependency Version Updates

Here is a list of all the pending dependency version updates for this repo. Please double check all dependencies before merging.

Name Upstream Version Current Version
protobuf 35.1 Anaconda-Server Badge

This PR was created by the conda-forge-bot. The conda-forge-bot is a service to automatically track the dependency graph, migrate packages, and propose package version updates for conda-forge. Feel free to drop us a line if there are any issues! This PR was generated by https://github.com/conda-forge/conda-forge-bot/actions/runs/30171875367 - please use this URL for debugging.

@conda-forge-admin

conda-forge-admin commented Jul 25, 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/31238158371. Examine the logs at this URL for more detail.

<details><summary>Claude's draft</summary>

Three recipe fixes needed for the 1.28.0 version bump:

- Refresh patches/0002-use-first-nvcc-found.patch: upstream added
  flash_nvcc_threads lines above the CMAKE_CUDA_COMPILER append in
  tools/ci_build/build.py, shifting the hunk context so the patch no
  longer applied ("Hunk #1 FAILED at 730"); every CI job failed at the
  source-patch step. The deleted line still exists, so only the context
  needed regenerating.
- New patches/0006: test_adapter_export_rejects_string_tensors (new in
  1.28.0) imports the onnx python package without the skipUnless guard
  its sibling tests use; the recipe's host env has no onnx, so the
  build-time test suite errored.
- New patches/0007: onnxruntime_test_python_autoep.py gained a
  module-level "import onnx" in 1.28.0 (1.27.0 had none) but runs
  before build.py's explicit "onnx is not installed" gate; make the
  import optional and skip the two tests that use it.

All patches verified against the release tarball with patch -p1
--dry-run and git apply --check. Locally validated end to end:
linux_64 CPU py3.12 build compiles, the full build-time python test
suite passes, and both outputs package successfully. Patches 0006/0007
are candidates for upstreaming.

Resume this Claude session:
```
cd /home/mark/git/feedstock
claude --resume 11697c88-6bc5-4475-aea8-11a938bad00a
```
</details>
<details><summary>Claude's draft</summary>

The conda-forge linter flagged azure.free_disk_space and
azure.settings_win.variables.{SET_PAGEFILE,MINIFORGE_HOME,CONDA_BLD_PATH}
as deprecated in favor of workflow_settings. Rewritten exactly as
conda-smithy's internal auto-conversion maps them: everything scoped to
provider azure, SET_PAGEFILE 'True' -> pagefile_size 16 GiB,
free_disk_space true -> quick, and settings_linux.swapfile_size 10GiB
-> pagefile_size 10 on azure linux (same deprecation, migrated in the
same pass). Rendered CI behavior is unchanged: linux/win build on
GitHub Actions Namespace runners where these azure-scoped values never
applied, and osx on azure keeps the same quick disk cleanup. The azure
win settings are kept rather than dropped so they take effect again if
win ever moves back to Azure. Verified with conda-smithy's schema
validator: zero lints, zero hints.

Resume this Claude session:
```
cd /home/mark/git/feedstock
claude --resume 11697c88-6bc5-4475-aea8-11a938bad00a
```
</details>
…026.08.07.20.04.28

<details><summary>Claude's draft</summary>

Other tools:
- conda-build 26.7.0
- rattler-build 0.72.2
- rattler-build-conda-compat 1.4.18

Includes one manual correction on top of smithy's output: the
executable bit on .scripts/free_disk_space.sh is restored. conda-smithy
2026.8.5 strips it from scripts added via workflow settings
(fix pending in conda-forge/conda-smithy#2647), and the Azure osx jobs
invoke the script directly, failing with Permission denied without it.

Resume this Claude session:
```
cd /home/mark/git/feedstock
claude --resume 11697c88-6bc5-4475-aea8-11a938bad00a
```
</details>
@cbourjau

cbourjau commented Aug 8, 2026

Copy link
Copy Markdown
Contributor

Thanks!

@hmaarrfk
hmaarrfk merged commit 0e3d968 into conda-forge:main Aug 8, 2026
74 checks passed
@regro-cf-autotick-bot
regro-cf-autotick-bot deleted the 1.28.0_h5afafa branch August 8, 2026 11:08
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.

4 participants