Skip to content

Commit

Permalink
Update upp-env packages (#1089)
Browse files Browse the repository at this point in the history
* Update upp-env packages: add wgrib2, grib-util
  • Loading branch information
AlexanderRichert-NOAA authored May 3, 2024
1 parent ba6f82f commit bcc44db
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions spack-ext/repos/spack-stack/packages/upp-env/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,14 @@ class UppEnv(BundlePackage):
depends_on("nemsio")
depends_on("sfcio")
depends_on("sigio")
depends_on("ip")
depends_on("sp", when="^ip@:4")
depends_on("w3nco")
depends_on("w3emc")
depends_on("wrf-io")
depends_on("prod-util")
# For testing:
depends_on("wgrib2")
depends_on("grib-util")

# There is no need for install() since there is no code.

0 comments on commit bcc44db

Please sign in to comment.