update checksum and url for mlirmiopen recipe (#30771)

This commit is contained in:
Sreenivasa Murthy Kolam 2022-05-20 14:29:58 -07:00 committed by GitHub
parent 91a99882b3
commit f86c481280
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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')