Changes
2 changed files (+10/-10)
-
-
@@ -1,21 +1,21 @@pkgbase = migraphx pkgdesc = AMD's graph optimization engine pkgver = 4.3.1 pkgver = 4.5.0 pkgrel = 1 url = https://rocmsoftwareplatform.github.io/AMDMIGraphX/doc/html/ arch = x86_64 license = MIT makedepends = cmake makedepends = rocm-cmake makedepends = nlohmann-json makedepends = half makedepends = pybind11 depends = rocm-cmake depends = hip depends = miopen depends = hip-rocclr depends = protobuf depends = msgpack-c depends = msgpack-cxx depends = blaze source = migraphx-4.3.1.tar.gz::https://github.com/ROCmSoftwarePlatform/AMDMIGraphX/archive/rocm-4.3.1.tar.gz sha256sums = e0b04da37aed937a2b2218059c189559a15460c191b5e9b00c7366c81c90b06e source = migraphx-4.5.0.tar.gz::https://github.com/ROCmSoftwarePlatform/AMDMIGraphX/archive/rocm-4.5.0.tar.gz sha256sums = 8d243a48406af7f960c03bc28a16fad931de8e008ae848799adae504cc5f1355 pkgname = migraphx
-
-
-
@@ -1,17 +1,17 @@# Maintainer: Torsten Keßler <t dot kessler at posteo dot de> # Contributor: acxz <akashpatel2008 at yahoo dot com> pkgname=migraphx pkgver=4.3.1 pkgver=4.5.0 pkgrel=1 pkgdesc="AMD's graph optimization engine" arch=('x86_64') url="https://rocmsoftwareplatform.github.io/AMDMIGraphX/doc/html/" license=('MIT') depends=('rocm-cmake' 'miopen' 'hip-rocclr' 'protobuf' 'msgpack-c' 'blaze') makedepends=('cmake' 'nlohmann-json' 'half' 'pybind11') depends=('hip' 'miopen' 'protobuf' 'msgpack-cxx' 'blaze') makedepends=('cmake' 'rocm-cmake' 'nlohmann-json' 'half' 'pybind11') _git='https://github.com/ROCmSoftwarePlatform/AMDMIGraphX' source=("$pkgname-$pkgver.tar.gz::$_git/archive/rocm-$pkgver.tar.gz") sha256sums=('e0b04da37aed937a2b2218059c189559a15460c191b5e9b00c7366c81c90b06e') sha256sums=('8d243a48406af7f960c03bc28a16fad931de8e008ae848799adae504cc5f1355') _dirname="$(basename "$_git")-$(basename "${source[0]}" ".tar.gz")" build() {
-