hcoll: comment out unsatisfiable requires (#50235)

This commit is contained in:
Carlos Bederián 2025-04-30 03:08:38 -03:00 committed by GitHub
parent cc8983cf82
commit c3785f4d30
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -28,15 +28,16 @@ class Hcoll(Package):
version("3.9.1927")
# ucx throws warnings when running alongside the wrong version of hcoll
requires("ucx@1.18", when="@4.8.3230")
requires("ucx@1.17", when="@4.8.3228")
requires("ucx@1.16:1.17", when="@4.8.3227")
requires("ucx@1.15:1.16", when="@4.8.3223")
requires("ucx@1.15", when="@4.8.3221")
requires("ucx@1.14", when="@4.8.3217:4.8.3220")
requires("ucx@1.13", when="@4.7.3208")
requires("ucx@1.12", when="@4.7.3202")
requires("ucx@1.11", when="@4.7.3199")
# commented out until a working solution is found
# requires("ucx@1.18", when="@4.8.3230")
# requires("ucx@1.17", when="@4.8.3228")
# requires("ucx@1.16:1.17", when="@4.8.3227")
# requires("ucx@1.15:1.16", when="@4.8.3223")
# requires("ucx@1.15", when="@4.8.3221")
# requires("ucx@1.14", when="@4.8.3217:4.8.3220")
# requires("ucx@1.13", when="@4.7.3208")
# requires("ucx@1.12", when="@4.7.3202")
# requires("ucx@1.11", when="@4.7.3199")
# HCOLL needs to be added as an external package to SPACK. For this, the
# config file packages.yaml needs to be adjusted: