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 5, 2024
1 parent 9ea0230 commit 8296805
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spack/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ class G2(CMakePackage):
depends_on("w3emc")
depends_on("w3emc precision=4", when="precision=4")
depends_on("w3emc precision=d", when="precision=d")
depends_on("w3emc +extradeps", when="+utils")

def cmake_args(self):
args = [
Expand Down

0 comments on commit 8296805

Please sign in to comment.