Changes
2 changed files (+8/-9)
-
-
@@ -1,6 +1,6 @@pkgbase = atmi pkgdesc = Asynchronous Task and Memory Interface (ATMI) is a task graph framework for heterogeneous CPU-GPU systems. pkgver = 3.1.0 pkgver = 3.5.0 pkgrel = 1 url = https://github.com/RadeonOpenCompute/atmi arch = x86_64
-
@@ -8,8 +8,8 @@ pkgbase = atmimakedepends = cmake depends = rocm-cmake depends = rocm-device-libs source = atmi-3.1.0.tar.gz::https://github.com/RadeonOpenCompute/atmi/archive/rocm_3.1.0.tar.gz sha256sums = f2b072d79bb6987b638edabcf5aec7250079bf9aa60ca0c50b659744b8ed5f80 source = atmi-3.5.0.tar.gz::https://github.com/RadeonOpenCompute/atmi/archive/rocm-3.5.0.tar.gz sha256sums = 3fb57d2e583fab82bd0582d0c2bccff059ca91122c18ac49a7770a8bb041a37b pkgname = atmi
-
-
-
@@ -1,6 +1,6 @@# Maintainer: acxz <akashpatel2008 at yahoo dot com> pkgname=atmi pkgver=3.1.0 pkgver=3.5.0 pkgrel=1 pkgdesc="Asynchronous Task and Memory Interface (ATMI) is a task graph framework for heterogeneous CPU-GPU systems." arch=('x86_64')
-
@@ -8,16 +8,15 @@ url="https://github.com/RadeonOpenCompute/atmi"license=('MIT') depends=('rocm-cmake' 'rocm-device-libs') makedepends=('cmake') source=("atmi-$pkgver.tar.gz::https://github.com/RadeonOpenCompute/atmi/archive/rocm_$pkgver.tar.gz") sha256sums=('f2b072d79bb6987b638edabcf5aec7250079bf9aa60ca0c50b659744b8ed5f80') source=("$pkgname-$pkgver.tar.gz::https://github.com/RadeonOpenCompute/atmi/archive/rocm-$pkgver.tar.gz") sha256sums=('3fb57d2e583fab82bd0582d0c2bccff059ca91122c18ac49a7770a8bb041a37b') build() { mkdir -p "$srcdir/build" cd "$srcdir/build" cmake -DCMAKE_BUILD_TYPE=Release \ -DCMAKE_INSTALL_PREFIX=/opt/rocm/atmi \ "$srcdir/atmi-rocm_$pkgver/src" cmake -DCMAKE_INSTALL_PREFIX=/opt/rocm/atmi \ "$srcdir/atmi-rocm-$pkgver/src" make }
-