Skip to content

Commit

Permalink
Add conflict statements for mapl variants pflogger and extdata2g with…
Browse files Browse the repository at this point in the history
[email protected] and later
  • Loading branch information
climbfuji committed Sep 11, 2023
1 parent deeac59 commit f26ce49
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions var/spack/repos/builtin/packages/mapl/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,10 @@ class Mapl(CMakePackage):
values=("Debug", "Release", "Aggressive"),
)

# https://github.com/JCSDA/spack-stack/issues/769
conflicts("+pflogger", when="@:2.40.3 %[email protected]:")
conflicts("+extdata2g", when="@:2.40.3 %[email protected]:")

depends_on("[email protected]:", type="build")
depends_on("mpi")
depends_on("hdf5")
Expand Down

0 comments on commit f26ce49

Please sign in to comment.