Skip to content

Commit c67b737

Browse files
authored
pika: add conflict for pika with latest [email protected] (spack#1974)
1 parent 68e2a9a commit c67b737

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

repos/spack_repo/builtin/packages/pika/package.py

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,14 @@ class Pika(CMakePackage, CudaPackage, ROCmPackage):
166166
with when("+stdexec"):
167167
depends_on("stdexec")
168168
depends_on("[email protected]:", when="@0.29:")
169+
# https://github.com/pika-org/pika/issues/1448
170+
conflicts(
171+
172+
msg="stdexec 25.09 changes the bulk customization mechanisms in a way that pika's "
173+
"customizations no longer apply which leads to single-threaded execution where "
174+
"parallel execution is expected; see https://github.com/pika-org/pika/issues/1448 "
175+
"for more details",
176+
)
169177
depends_on("rocblas", when="+rocm")
170178
depends_on("rocsolver", when="@0.5: +rocm")
171179
depends_on("tracy-client", when="+tracy")

0 commit comments

Comments
 (0)