From ec2abbafa3f08b436ef83c56b871c732ab4d815c Mon Sep 17 00:00:00 2001 From: Jen Herting Date: Sat, 27 Mar 2021 13:16:27 -0400 Subject: opensubdiv: add version 3.4.3 and change version number format (#22571) --- var/spack/repos/builtin/packages/opensubdiv/package.py | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'var') diff --git a/var/spack/repos/builtin/packages/opensubdiv/package.py b/var/spack/repos/builtin/packages/opensubdiv/package.py index bbbeaf337b..85f1856dd4 100644 --- a/var/spack/repos/builtin/packages/opensubdiv/package.py +++ b/var/spack/repos/builtin/packages/opensubdiv/package.py @@ -19,7 +19,12 @@ class Opensubdiv(CMakePackage, CudaPackage): git = "https://github.com/PixarAnimationStudios/OpenSubdiv" version('develop', branch='dev') - version('3_4_0', sha256='d932b292f83371c7518960b2135c7a5b931efb43cdd8720e0b27268a698973e4') + version('3.4.3', sha256='7b22eb27d636ab0c1e03722c7a5a5bd4f11664ee65c9b48f341a6d0ce7f36745') + version('3.4.0', sha256='d932b292f83371c7518960b2135c7a5b931efb43cdd8720e0b27268a698973e4') + + def url_for_version(self, version): + url = "https://github.com/PixarAnimationStudios/OpenSubdiv/archive/v{0}.tar.gz" + return url.format(version.underscored) variant('tbb', default=False, description='Builds with Intel TBB support') variant('openmp', default=False, description='Builds with OpenMP support') -- cgit v1.2.3-60-g2f50