-
-
Notifications
You must be signed in to change notification settings - Fork 48
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
base: main
Are you sure you want to change the base?
Conversation
…nda-forge-pinning 2025.01.18.07.29.32
See pytorch/pytorch@2398e75 Partially reverts commit 46d7b46.
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 ```
…nda-forge-pinning 2025.01.28.22.50.30
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.
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/13230117408. Examine the logs at this URL for more detail. |
…nda-forge-pinning 2025.02.09.14.38.22
2156f98
to
003b301
Compare
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.