-
-
Notifications
You must be signed in to change notification settings - Fork 12
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
Rebuild for CUDA 12 w/arch + Windows support #99
Rebuild for CUDA 12 w/arch + Windows support #99
Conversation
The transition to CUDA 12 SDK includes new packages for all CUDA libraries and build tools. Notably, the cudatoolkit package no longer exists, and packages should depend directly on the specific CUDA libraries (libcublas, libcusolver, etc) as needed. For an in-depth overview of the changes and to report problems [see this issue]( conda-forge/conda-forge.github.io#1963 ). Please feel free to raise any issues encountered there. Thank you! 🙏
…nda-forge-pinning 2023.11.16.09.46.51
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 ( |
It looks like something odd is going on with @benfred could you please take a look? |
@jakirkham - I'm seeing errors like
in the log here - which seems to be because of a version incompatibility between spdlg 1.11 and fmt 10 gabime/spdlog#2767 (comment) . It seems like we're picking up this package combination here though rapids-cmake
@bdice I see that you're testing out fmt10/spdlog 1.12 (which afaict shouldn't have this issue) in raft rapidsai/raft#1957 - do you have any thoughts on this issue? |
Thanks Ben! 🙏 Should we be adding these as dependencies? |
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.
Thanks Ben! 🙏
Should we add spdlog
too? Is there anything else we should add?
@benfred @jakirkham Yes, upgrading to fmt 10 / spdlog 1.12 is needed to keep RAPIDS aligned with conda-forge. I am planning to target this update for 24.02. Please see this thread for the discussion of fmt/spdlog updates in rapids-cmake: rapidsai/rapids-cmake#473 (comment) |
Co-authored-by: jakirkham <[email protected]>
Thanks Ben and Bradley! 🙏 JFYI bumped the |
This PR has been triggered in an effort to update cuda120.
Notes and instructions for merging this PR:
Please note that if you close this PR we presume that the feedstock has been rebuilt, so if you are going to perform the rebuild yourself don't close this PR until the your rebuild has been merged.
Here are some more details about this specific migrator:
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 theconda-forge-admin
add it for you.This PR was created by the regro-cf-autotick-bot. The regro-cf-autotick-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/regro/cf-scripts/actions/runs/6895753873, please use this URL for debugging.