scorep: more precise dependencies for v7/v8 (#35712)

This commit is contained in:
Bill Williams 2023-03-01 11:45:07 +01:00 committed by GitHub
parent 146464e063
commit 54500a5fca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -93,10 +93,11 @@ def url_for_version(self, version):
depends_on("otf2@3:", when="@8:") depends_on("otf2@3:", when="@8:")
depends_on("cubew@4.8:", when="@8:") depends_on("cubew@4.8:", when="@8:")
depends_on("cubelib@4.8:", when="@8:") depends_on("cubelib@4.8:", when="@8:")
# fall through to Score-P 7's OPARI2, no new release
# SCOREP 7 # SCOREP 7
depends_on("otf2@2.3:2.3.99", when="@7:") depends_on("otf2@2.3:2.3.99", when="@7:8")
depends_on("cubew@4.6:", when="@7:") depends_on("cubew@4.6:4.7.99", when="@7:8")
depends_on("cubelib@4.6:", when="@7:") depends_on("cubelib@4.6:4.7.99", when="@7:8")
depends_on("opari2@2.0.6:", when="@7:") depends_on("opari2@2.0.6:", when="@7:")
# SCOREP 6 # SCOREP 6
depends_on("otf2@2.2:", when="@6:") depends_on("otf2@2.2:", when="@6:")