mapl: Fix pflogger dependency (#39683)

This commit is contained in:
Matthew Thompson 2023-08-29 14:22:52 -04:00 committed by GitHub
parent 4eee3c12c1
commit fb9797bd67
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -204,9 +204,9 @@ class Mapl(CMakePackage):
# pFlogger depends on yaFyaml in the same way. MAPL 2.22 and below uses old # pFlogger depends on yaFyaml in the same way. MAPL 2.22 and below uses old
# yaFyaml so we need to use old pFlogger, but MAPL 2.23+ uses new yaFyaml # yaFyaml so we need to use old pFlogger, but MAPL 2.23+ uses new yaFyaml
depends_on("pflogger@:1.6", when="@:2.22+pflogger") depends_on("pflogger@:1.6 +mpi", when="@:2.22+pflogger")
depends_on("pflogger@1.9.1:", when="@2.23:2.39+pflogger") depends_on("pflogger@1.9.1: +mpi", when="@2.23:2.39+pflogger")
depends_on("pflogger@1.9.5:", when="@2.40:+pflogger") depends_on("pflogger@1.9.5: +mpi", when="@2.40:+pflogger")
# fArgParse v1.4.1 is the first usable version with MAPL # fArgParse v1.4.1 is the first usable version with MAPL
# we now require 1.5.0 with MAPL 2.40+ # we now require 1.5.0 with MAPL 2.40+