Rebuild for python 3.14 and 3.14t#306
Conversation
|
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/17337524406. Examine the logs at this URL for more detail. |
…5.08.27.14.08.27 Other tools: - conda-build 25.7.0 - rattler-build 0.46.0 - rattler-build-conda-compat 1.4.5
|
We're back to the undiagnosed hangs on windows (also occurring in #250) |
|
OK, it seems I finally caught all potential sources of hangs. But we still get pretty catastropic test failures (see below). In all cases that I've looked at, the hanging and failing runs were on older CPUs with whereas all the passing runs have So either there's something going wrong with the feature detection and we're trying AVX512 instructions on CPUs that don't support them, or the fallback code is buggy. Here's the remaining failures, which look like things going completely haywire (not just minor tolerance violations). It's interesting though that - even despite the skips - there's only a handful of them. |
|
|
Preempt the migrator because it won't do the nogil variant anyway. Follows conda-forge/numpy-feedstock#363