Changes
2 changed files (+8/-7)
-
-
@@ -1,6 +1,6 @@pkgbase = hsakmt-roct pkgdesc = Radeon Open Compute Thunk Interface pkgver = 4.0.0 pkgver = 4.1.0 pkgrel = 1 url = https://rocmdocs.amd.com/en/latest/Installation_Guide/ROCt.html arch = x86_64
-
@@ -8,9 +8,9 @@ pkgbase = hsakmt-roctmakedepends = cmake depends = numactl depends = pciutils provides = roct-thunk-interface=4.0.0 provides = roct-thunk-interface=4.1.0 replaces = roct-thunk-interface source = hsakmt-roct-4.0.0.tar.gz::https://github.com/RadeonOpenCompute/ROCT-Thunk-Interface/archive/rocm-4.0.0.tar.gz sha256sums = a6960fffc8388731ee18953faae12d1449c582e3b3594418845a544455895f42 source = hsakmt-roct-4.1.0.tar.gz::https://github.com/RadeonOpenCompute/ROCT-Thunk-Interface/archive/rocm-4.1.0.tar.gz sha256sums = 8443ed5907a7ba9ad4003a49d90ff7b8886e1b2a5e90f14e4035765a7f64d7ca pkgname = hsakmt-roct
-
-
-
@@ -1,10 +1,11 @@# Maintainer: acxz <akashpatel2008 at yahoo dot com> # Maintainer: Torsten Keßler <t dot kessler at posteo dot de> # Contributor: acxz <akashpatel2008 at yahoo dot com> # Contributor: Jakub Okoński <jakub@okonski.org> # Contributor: Olaf Leidinger <oleid@mescharet.de> # Contributor: Ranieri Althoff <ranisalt+aur at gmail.com> pkgname=hsakmt-roct pkgver=4.0.0 pkgver=4.1.0 pkgrel=1 pkgdesc='Radeon Open Compute Thunk Interface' arch=('x86_64')
-
@@ -16,7 +17,7 @@ provides=("roct-thunk-interface=$pkgver")replaces=('roct-thunk-interface') _git='https://github.com/RadeonOpenCompute/ROCT-Thunk-Interface' source=("${pkgname}-${pkgver}.tar.gz::$_git/archive/rocm-$pkgver.tar.gz") sha256sums=('a6960fffc8388731ee18953faae12d1449c582e3b3594418845a544455895f42') sha256sums=('8443ed5907a7ba9ad4003a49d90ff7b8886e1b2a5e90f14e4035765a7f64d7ca') _dirname="$(basename "$_git")-$(basename "${source[0]}" .tar.gz)" build() {
-