Skip to content

Commit

Permalink
Add tempestremap version for moab master
Browse files Browse the repository at this point in the history
  • Loading branch information
xylar authored and altheaden committed Sep 26, 2024
1 parent 60b56ec commit ec0afb4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions var/spack/repos/builtin/packages/moab/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ class Moab(AutotoolsPackage):
depends_on("eigen", when="+eigen")
# FIXME it seems that zoltan needs to be built without fortran
depends_on("zoltan~fortran", when="+zoltan")
depends_on("[email protected]", when="@master+tempest")
depends_on("[email protected]", when="@5.5.1+tempest")
depends_on("[email protected]", when="@5.5.0+tempest")
depends_on("[email protected]", when="@5.4.1+tempest")
Expand Down

0 comments on commit ec0afb4

Please sign in to comment.