summaryrefslogtreecommitdiff
path: root/var
diff options
context:
space:
mode:
authorAlec Scott <hi@alecbcs.com>2023-04-24 10:51:57 -0700
committerGitHub <noreply@github.com>2023-04-24 10:51:57 -0700
commitc8b21f43eb0c4bf010e68401205b0c089875d121 (patch)
treece65c539e7ca5f60eff195e053592a22125f4c3a /var
parentb1be17144bf8815f4b6efcf74b85ce9f533994aa (diff)
downloadspack-c8b21f43eb0c4bf010e68401205b0c089875d121.tar.gz
spack-c8b21f43eb0c4bf010e68401205b0c089875d121.tar.bz2
spack-c8b21f43eb0c4bf010e68401205b0c089875d121.tar.xz
spack-c8b21f43eb0c4bf010e68401205b0c089875d121.zip
imath: add v3.1.7 (#37151)
Diffstat (limited to 'var')
-rw-r--r--var/spack/repos/builtin/packages/imath/package.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/imath/package.py b/var/spack/repos/builtin/packages/imath/package.py
index 8750c4dd11..a4bf5028fe 100644
--- a/var/spack/repos/builtin/packages/imath/package.py
+++ b/var/spack/repos/builtin/packages/imath/package.py
@@ -15,6 +15,7 @@ class Imath(CMakePackage):
homepage = "https://github.com/AcademySoftwareFoundation/Imath"
url = "https://github.com/AcademySoftwareFoundation/Imath/archive/refs/tags/v3.1.5.tar.gz"
+ version("3.1.7", sha256="bff1fa140f4af0e7f02c6cb78d41b9a7d5508e6bcdfda3a583e35460eb6d4b47")
version("3.1.5", sha256="1e9c7c94797cf7b7e61908aed1f80a331088cc7d8873318f70376e4aed5f25fb")
depends_on("cmake@3.12:", type="build")