scr: require spath+mpi (#34775)
It includes `spath_mpi.h` explicitly, and in some concretizations results in a build failure. (Don't ask me why the concretizer picks `spath~mpi`).
This commit is contained in:
parent
9cdb862856
commit
bf76f1e774
@ -81,7 +81,7 @@ class Scr(CMakePackage):
|
||||
depends_on("rankstr@0.1.0", when="@3.0.1:")
|
||||
depends_on("redset@0.2.0", when="@3.0.1:")
|
||||
depends_on("shuffile@0.2.0", when="@3.0.1:")
|
||||
depends_on("spath@0.2.0", when="@3.0.1:")
|
||||
depends_on("spath@0.2.0 +mpi", when="@3.0.1:")
|
||||
depends_on("dtcmp@1.1.4", when="@3.0.1:")
|
||||
|
||||
depends_on("axl@0.6.0", when="@3.0.0")
|
||||
|
Loading…
Reference in New Issue
Block a user