dealii +cuda: conflicts with ^cuda@12: (#43599)

This commit is contained in:
eugeneswalker 2024-04-11 18:43:32 -07:00 committed by GitHub
parent d23e06c27e
commit f65b1fd7b6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -289,6 +289,9 @@ class Dealii(CMakePackage, CudaPackage):
when="@:9.4 +ginkgo ^ginkgo@1.5.0:",
)
# deal.II's own CUDA backend does not support CUDA version 12.0 or newer.
conflicts("+cuda ^cuda@12:")
# Check for sufficiently modern versions
conflicts("cxxstd=11", when="@9.3:")