Skip to content

Commit

Permalink
w3emc needs +extradeps for tocgrib :(
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderRichert-NOAA committed Sep 11, 2023
1 parent 66d5885 commit c208884
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion spack/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ class GribUtil(CMakePackage):
depends_on("jasper")
depends_on("libpng")
depends_on("zlib")
depends_on("w3emc", when="@1.2.4:")
depends_on("w3emc +extradeps", when="@1.2.4:")
depends_on("w3emc precision=4,d", when="^[email protected]:")
depends_on("w3nco", when="@:1.2.3")
depends_on("g2")
depends_on("g2c", when="^g2 @3.5:")
Expand Down

0 comments on commit c208884

Please sign in to comment.