-
Notifications
You must be signed in to change notification settings - Fork 2k
libcudacxx: new recipe #22229
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
libcudacxx: new recipe #22229
Conversation
@rymut pinging you as it's quite relevant for the packaging of CUDA 12. |
This comment has been minimized.
This comment has been minimized.
Hooks produced the following warnings for commit 8d272bclibcudacxx/2.2.0@#e7c70b0e5d5ec77db553494ee65e0315
|
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
7e6190b
to
83aef05
Compare
Conan v1 pipeline ❌Failure in build 3 (
Note: To save resources, CI tries to finish as soon as an error is found. For this reason you might find that not all the references have been launched or not all the configurations for a given reference. Also, take into account that we cannot guarantee the order of execution as it depends on CI workload and workers availability. Conan v2 pipeline ❌
The v2 pipeline failed. Please, review the errors and note this is required for pull requests to be merged. In case this recipe is still not ported to Conan 2.x, please, ping Failure in build 3 (
Note: To save resources, CI tries to finish as soon as an error is found. For this reason you might find that not all the references have been launched or not all the configurations for a given reference. Also, take into account that we cannot guarantee the order of execution as it depends on CI workload and workers availability. |
83aef05
to
5e5fab2
Compare
Martin Valgur seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account. You have signed the CLA already but the status is still pending? Let us recheck it. |
Adds
libcudacxx
: libcu++, the NVIDIA C++ Standard LibraryRequired by the newer versions of
cub
andthrust
.It's part of the CUDA C++ Core Libraries (CCCL), which I intend to add as a meta-package later.
Related: