Skip to content

Commit

Permalink
changing spack requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardhartnett committed Dec 20, 2024
1 parent 14b300f commit cbc9af7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions spack/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,16 +45,16 @@ class G2(CMakePackage):

depends_on("jasper@:2.0.32", when="@:3.4.7")
depends_on("jasper")
depends_on("g2c", when="@develop")
depends_on("g2c@develop +aec", when="+aec")
depends_on("g2c@2.0.0:", when="@develop")
depends_on("g2c@2.0.0 +aec", when="+aec")
depends_on("libpng")
depends_on("zlib-api")
depends_on("bacio", when="@3.4.6:")
depends_on("ip")
depends_on("ip precision=d", when="^[email protected]:")
depends_on("sp", when="^ip@:4")
depends_on("sp precision=d", when="^ip@:4 ^[email protected]:")
depends_on("g2c@1.8: +utils", when="+g2c_compare")
depends_on("g2c@2.0: +utils", when="+g2c_compare")
with when("+w3emc"):
depends_on("w3emc")
depends_on("w3emc precision=4", when="precision=4")
Expand Down

0 comments on commit cbc9af7

Please sign in to comment.