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:
Harmen Stoppels 2023-01-03 16:53:48 +01:00 committed by GitHub
parent 9cdb862856
commit bf76f1e774
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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")