-
-
Notifications
You must be signed in to change notification settings - Fork 50
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
Rebuilt pytorch for MKL + numpy detection #252
Rebuilt pytorch for MKL + numpy detection #252
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 ( |
6efde86
to
0443223
Compare
I think it has to do with cmake's new addition which kinda broke things for us. The previous build had used cmake 3.29.5 on osx-64 and that patch was introduced in 3.30.0 |
@conda-forge-admin please rerender |
Main:
This PR:
|
6e937b1
to
fbda930
Compare
…nda-forge-pinning 2024.08.23.18.51.20
fbda930
to
648e1a6
Compare
ok here goes a full 20 hour build cycle. I guess we only need to wait 13 hours, that is GPU builds + OSX on main. |
I'm going to ask for foregiveness so i can work on some of the migration tomorrow. |
# is wrong for conda-forge.... | ||
# https://github.com/numpy/numpy/issues/23775 | ||
# https://gitlab.kitware.com/cmake/cmake/-/blob/v3.30.2/Modules/FindPython/Support.cmake?ref_type=tags#L3906 | ||
- cmake !=3.30.0,!=3.30.1,!=3.30.2 # [osx and blas_impl == "mkl"] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should be fixed as of 3.30.2 AFAICT: Kitware/CMake@df551ee nevermind, misread the tags.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What aspect of that patch is wrong in conda-forge IYO (I'm not denying that detection didn't work before of course)?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i couldn't figure it out either tbh.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
see: #253
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lets discuss and try to troubleshoot there.
Hi! This is the friendly automated conda-forge-webservice.
I've started rerendering the recipe as instructed in #251.
If I find any needed changes to the recipe, I'll push them to this PR shortly. Thank you for waiting!
Here's a checklist to do before merging.