-
-
Notifications
You must be signed in to change notification settings - Fork 4
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
rmm v22.04.01 #11
rmm v22.04.01 #11
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 ( |
@conda-forge-admin, please rerender |
Hi! This is the friendly automated conda-forge-webservice. I tried to rerender for you, but it looks like there was nothing to do. This message was generated by GitHub actions workflow run https://github.com/conda-forge/rmm-feedstock/actions/runs/2435142685. |
@conda-forge-admin, please rerender |
Hi! This is the friendly automated conda-forge-webservice. I tried to rerender for you, but it looks like there was nothing to do. This message was generated by GitHub actions workflow run https://github.com/conda-forge/rmm-feedstock/actions/runs/2435275784. |
@conda-forge-admin, please rerender |
…nda-forge-pinning 2022.06.03.11.00.48
Hi @vyasr I am trying to build rmm on conda-forge, but it seems scikit-build has trouble configuring Thrust, any suggestion? |
It looks like the thrust that's getting installed is missing a version.h file (or at least, it isn't being found). That's causing all the math errors because all the version variables are empty and therefore the math expressions are ill-formed. Thrust is also failing to find CUB. That combination to me seems like the download of thrust is incomplete for some reason. I'm not exactly sure why those things are going wrong, but I think what we really need to fix (and should make the above issues go away) is that the Python build of rmm is by default not looking for librmm (which should contain the dependencies). We need to change this command to something like
|
Also @leofang please ping me once we get this working, I didn't think about conda packages earlier but we'll need to make similar changes to all the RAPIDS conda feedstocks after the transition I assume. |
Thanks, Vyas, the error is different now.
|
Hmm maybe librmm bundles thrust and not cub? It looks like it's finding thrust now, but not cub. What happens if we include cub in the reqs list? |
So the nightmare from conda-forge/librmm-feedstock#31 continues... 😞 (cc: @kkraus14 @robertmaynard for the mess we were dealing with last week...) CUB is bundled, the log did mention If we include only |
Perhaps I should give it a shot anyway. |
Hmm I'm not sure... is this something that we want to do in general, or is this specific to conda-forge? In other words, is this logic that should live in our CMake files, or is this something that needs to be done by providing e.g. a command line parameter or something? The Python RMM package doesn't ever look for thrust directly. It executes |
Indeed I am looking for a minimally intrusive workaround specific for conda-forge. |
OK we have fixed the Thrust thing and hit a new error now:
|
@leofang this is the error that I just fixed in rapidsai/rmm#1053. I guess we do need to backport it to 22.06? |
Ah thanks for pointer Vyas. It's up to you to backport or not, on the conda-forge side I think the patch would be much simpler (just tweak an argument after |
@conda-forge-admin, please rerender |
…nda-forge-pinning 2022.06.03.22.56.00
Hi! This is the friendly conda-forge automerge bot! I considered the following status checks when analyzing this PR:
Thus the PR was passing and merged! Have a great day! |
Thanks for help @vyasr, looks like it's still straightforward to build, once we know where the problems are for conda-forge 👍 |
It is very likely that the current package version for this feedstock is out of date.
Checklist before merging this PR:
license_file
is packagedInformation about this PR:
@conda-forge-admin,
please add bot automerge
in the title and merge the resulting PR. This command will add our bot automerge feature to your feedstock.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.Pending Dependency Version Updates
Here is a list of all the pending dependency version updates for this repo. Please double check all dependencies before merging.
Dependency Analysis
We couldn't run dependency analysis due to an internal error in the bot. :( Help is very welcome!
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/autotick-bot/actions/runs/2434112231, please use this URL for debugging.