summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Richert <82525672+AlexanderRichert-NOAA@users.noreply.github.com>2023-06-26 06:41:38 -0700
committerGitHub <noreply@github.com>2023-06-26 15:41:38 +0200
commitc5adb05433ac8cd271775e5da8153d1e3eb9726e (patch)
treece1c0439f85fab15182645c65ebb40a9a7711164
parent8528106484a14db8dd490d7da613bcd4891d4194 (diff)
downloadspack-c5adb05433ac8cd271775e5da8153d1e3eb9726e.tar.gz
spack-c5adb05433ac8cd271775e5da8153d1e3eb9726e.tar.bz2
spack-c5adb05433ac8cd271775e5da8153d1e3eb9726e.tar.xz
spack-c5adb05433ac8cd271775e5da8153d1e3eb9726e.zip
ufs-utils: update urls, versions, and dependencies (#37255)
-rw-r--r--var/spack/repos/builtin/packages/ufs-utils/package.py13
1 files changed, 9 insertions, 4 deletions
diff --git a/var/spack/repos/builtin/packages/ufs-utils/package.py b/var/spack/repos/builtin/packages/ufs-utils/package.py
index 4102250132..7ac622fccb 100644
--- a/var/spack/repos/builtin/packages/ufs-utils/package.py
+++ b/var/spack/repos/builtin/packages/ufs-utils/package.py
@@ -13,12 +13,18 @@ class UfsUtils(CMakePackage):
This is related to NOAA's NCEPLIBS project."""
homepage = "https://noaa-emcufs-utils.readthedocs.io/en/latest/"
- url = "https://github.com/NOAA-EMC/UFS_UTILS/archive/refs/tags/ufs_utils_1_6_0.tar.gz"
+ url = "https://github.com/NOAA-EMC/UFS_UTILS/archive/refs/tags/ufs_utils_1_7_0.tar.gz"
+ git = "https://github.com/ufs-community/UFS_UTILS"
maintainers("t-brown", "edwardhartnett", "AlexanderRichert-NOAA", "Hang-Lei-NOAA")
- version("1_6_0", sha256="829ba4b50162e4202f96ec92a65b9fa824f71db65d2b63b70822db07d061cd92")
+ version("1.10.0", tag="ufs_utils_1_10_0", submodules=True)
+ version("1.9.0", tag="ufs_utils_1_9_0", submodules=True)
+ version("1.8.0", tag="ufs_utils_1_8_0", submodules=True)
+ version("1.7.0", tag="ufs_utils_1_7_0", submodules=True)
+ depends_on("mpi")
+ depends_on("cmake@3.23:")
depends_on("bacio")
depends_on("esmf")
depends_on("g2")
@@ -32,8 +38,7 @@ class UfsUtils(CMakePackage):
depends_on("sfcio")
depends_on("sigio")
depends_on("sp")
- depends_on("w3nco")
- depends_on("wgrib2")
+ depends_on("w3emc")
depends_on("zlib")
def cmake_args(self):