Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Generic BLAS support on windows #351

Draft
wants to merge 45 commits into
base: main
Choose a base branch
from

Conversation

h-vetinari
Copy link
Member

This had been de-scoped in #316, see 7269260

Targeting 2.6 (so based on #326), because that's going in as soon as CI resources allow.

don't rely on PKG_BUILDNUM resolving this correctly, which is either racy,
or implicitly depends on a separate render pass after setting build.number
otherwise conda breaks
```
conda_build.exceptions.RecipeError: Mismatching hashes in recipe. Exact pins in dependencies that contribute to the hash often cause this. Can you change one or more exact pins to version bound constraints?
Involved packages were:
Mismatching package: libtorch (id cpu_generic_habf3c96_0); dep: libtorch 2.6.0.rc7 *0; consumer package: pytorch
```
and also runs into some openmp issue:
```
----------------------------- Captured stderr call -----------------------------
OMP: Error conda-forge#179: Function pthread_key_create failed:
OMP: System error conda-forge#35: Resource temporarily unavailable
```
this was done for consistency with `build.sh`, but appears unnecessary on windows
keep it on windows though, where there's no issue

This reverts commit 9fcb3a7.
@conda-forge-admin
Copy link
Contributor

conda-forge-admin commented Feb 9, 2025

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/13230117408. Examine the logs at this URL for more detail.

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.

2 participants