Skip to content

Commit

Permalink
Update package.py
Browse files Browse the repository at this point in the history
  • Loading branch information
AlysonStahl-NOAA committed Jun 3, 2024
1 parent 2906ce2 commit 86ef651
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions spack/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ class G2(CMakePackage):
depends_on("libpng")
depends_on("zlib-api")
depends_on("bacio", when="@3.4.6:")
depends_on("[email protected]: +utils", when="+tests")
depends_on("ip")
depends_on("ip precision=d", when="^[email protected]:")
depends_on("sp", when="^ip@:4")
Expand All @@ -62,7 +61,6 @@ def cmake_args(self):
self.define_from_variant("BUILD_WITH_W3EMC", "w3emc"),
self.define("BUILD_4", self.spec.satisfies("precision=4")),
self.define("BUILD_D", self.spec.satisfies("precision=d")),
self.define("G2C_COMPARE", self.run_tests),
self.define_from_variant("BUILD_UTILS", "utils"),
]

Expand Down

0 comments on commit 86ef651

Please sign in to comment.