summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSreenivasa Murthy Kolam <67086238+srekolam@users.noreply.github.com>2022-05-20 14:29:58 -0700
committerGitHub <noreply@github.com>2022-05-20 21:29:58 +0000
commitf86c48128069a0ef71d44e2cc075a7ed70579433 (patch)
treee7331b9a1b912965418cb8d27e783ad09eb57f8a
parent91a99882b3fc944e19e3d456ebcc0b5ec4199ca9 (diff)
downloadspack-f86c48128069a0ef71d44e2cc075a7ed70579433.tar.gz
spack-f86c48128069a0ef71d44e2cc075a7ed70579433.tar.bz2
spack-f86c48128069a0ef71d44e2cc075a7ed70579433.tar.xz
spack-f86c48128069a0ef71d44e2cc075a7ed70579433.zip
update checksum and url for mlirmiopen recipe (#30771)
-rw-r--r--var/spack/repos/builtin/packages/mlirmiopen/package.py4
1 files 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')