update checksum and url for mlirmiopen recipe (#30771)
This commit is contained in:
parent
91a99882b3
commit
f86c481280
1 changed files with 2 additions and 2 deletions
|
@ -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')
|
||||
|
||||
|
|
Loading…
Reference in a new issue