From f86c48128069a0ef71d44e2cc075a7ed70579433 Mon Sep 17 00:00:00 2001 From: Sreenivasa Murthy Kolam <67086238+srekolam@users.noreply.github.com> Date: Fri, 20 May 2022 14:29:58 -0700 Subject: update checksum and url for mlirmiopen recipe (#30771) --- var/spack/repos/builtin/packages/mlirmiopen/package.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/var/spack/repos/builtin/packages/mlirmiopen/package.py b/var/spack/repos/builtin/packages/mlirmiopen/package.py index ca05f543da..78eec1ebd5 100644 --- a/var/spack/repos/builtin/packages/mlirmiopen/package.py +++ b/var/spack/repos/builtin/packages/mlirmiopen/package.py @@ -11,11 +11,11 @@ class Mlirmiopen(CMakePackage): """Multi-Level Intermediate Representation for rocm miopen project.""" homepage = "https://github.com/ROCmSoftwarePlatform/llvm-project-mlir" - url = "https://github.com/ROCmSoftwarePlatform/llvm-project-mlir/archive/release/rocm-5.1.0.tar.gz" + url = "https://github.com/ROCmSoftwarePlatform/llvm-project-mlir/archive/refs/tags/rocm-5.1.0.tar.gz" git = "https://github.com/ROCmSoftwarePlatform/llvm-project-mlir.git" maintainers = ['srekolam'] - version('5.1.0', sha256='43af5f131bd688c00250fd60ac51f175ed9ce84af5dc72365ea8108dccbaf583') + version('5.1.0', sha256='56dab11877295784cbb754c10bf2bd6535a3dfea31ec0b97ffe77b94115109dc') variant('build_type', default='Release', values=("Release", "Debug", "RelWithDebInfo"), description='CMake build type') -- cgit v1.2.3-60-g2f50