Skip to content

Commit

Permalink
Tmp! Remove conflict cxxstd=20 with cuda
Browse files Browse the repository at this point in the history
TODO: check if it's working with older cuda versions
  • Loading branch information
aurianer committed Sep 17, 2024
1 parent e1d473f commit a3ee87d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion spack/packages/dla-future/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,6 @@ class DlaFuture(CMakePackage, CudaPackage, ROCmPackage):
values=cxxstds,
description="Use the specified C++ standard when building",
)
conflicts("cxxstd=20", when="+cuda")

for cxxstd in cxxstds:
depends_on(f"pika cxxstd={cxxstd}", when=f"cxxstd={cxxstd}")
Expand Down

0 comments on commit a3ee87d

Please sign in to comment.