mapl: add conflicts for intel 2021.7 (#44350)

This commit is contained in:
Matt Thompson 2024-05-23 13:20:53 -04:00 committed by GitHub
parent dcc55d53db
commit 6696e82ce7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -224,6 +224,10 @@ class Mapl(CMakePackage):
values=("Debug", "Release", "Aggressive"),
)
# https://github.com/JCSDA/spack-stack/issues/769
conflicts("+pflogger", when="@:2.40.3 %intel@2021.7:")
conflicts("+extdata2g", when="@:2.40.3 %intel@2021.7:")
depends_on("cmake@3.17:", type="build")
depends_on("mpi")
depends_on("hdf5")