media-libs/opencv: limit cuda-12.4 again#36437
Conversation
Still requires fixes from NVIDIA/cccl#1522 Bug: https://bugs.gentoo.org/928747 Signed-off-by: Paul Zander <negril.nx+gentoo@gmail.com>
Pull Request assignmentSubmitter: @negril media-libs/opencv: @negril, @gentoo/proxy-maint Linked bugsBugs linked: 928747 In order to force reassignment and/or bug reference scan, please append Docs: Code of Conduct ● Copyright policy (expl.) ● Devmanual ● GitHub PRs ● Proxy-maint guide |
Pull request CI reportReport generated at: 2024-04-26 16:39 UTC There are existing issues already. Please look into the report to make sure none of them affect the packages in question: |
| if has_version ">=dev-util/nvidia-cuda-toolkit-12.4" && use cuda; then | ||
| # TODO https://github.com/NVIDIA/cccl/pull/1522 | ||
| eapply "${FILESDIR}/${PN}_contrib-4.9.0-cuda-12.4.patch" | ||
| fi |
There was a problem hiding this comment.
What is the point of this if we restrict the version to lower then 12.4?
There was a problem hiding this comment.
None yet. It's just the start of the work to support CUDA-12.4. Still needs the fixes for the cccl mishap. But I feel like it's easier to start from there for anyone looking then to have to try to solve that as well.
Still requires fixes from NVIDIA/cccl#1522
Bug: https://bugs.gentoo.org/928747