Changes
2 changed files (+5/-5)
-
-
@@ -1,6 +1,6 @@pkgbase = hipblas pkgdesc = ROCm BLAS marshalling library pkgver = 4.5.2 pkgver = 5.0.1 pkgrel = 1 url = https://rocmdocs.amd.com/en/latest/ROCm_Libraries/ROCm_Libraries.html#hipblas arch = x86_64
-
@@ -10,7 +10,7 @@ pkgbase = hipblasdepends = hip depends = rocblas depends = rocsolver source = hipblas-4.5.2.tar.gz::https://github.com/ROCmSoftwarePlatform/hipBLAS/archive/rocm-4.5.2.tar.gz sha256sums = 82dd82a41bbadbb2a91a2a44a5d8e0d2e4f36d3078286ed4db3549b1fb6d6978 source = hipblas-5.0.1.tar.gz::https://github.com/ROCmSoftwarePlatform/hipBLAS/archive/rocm-5.0.1.tar.gz sha256sums = 2074a35dac9beaa927496ce9b2bebdaf89b2ae9404580dfe4bef2d899ecfcf7f pkgname = hipblas
-
-
-
@@ -1,7 +1,7 @@# Maintainer: Torsten Keßler <t dot kessler at posteo dot de> # Contributor: Markus Näther <naether.markus@gmail.com> pkgname=hipblas pkgver=4.5.2 pkgver=5.0.1 pkgrel=1 pkgdesc='ROCm BLAS marshalling library' arch=('x86_64')
-
@@ -11,7 +11,7 @@ depends=('hip' 'rocblas' 'rocsolver')makedepends=('cmake' 'gcc-fortran') _git='https://github.com/ROCmSoftwarePlatform/hipBLAS' source=("$pkgname-$pkgver.tar.gz::$_git/archive/rocm-$pkgver.tar.gz") sha256sums=('82dd82a41bbadbb2a91a2a44a5d8e0d2e4f36d3078286ed4db3549b1fb6d6978') sha256sums=('2074a35dac9beaa927496ce9b2bebdaf89b2ae9404580dfe4bef2d899ecfcf7f') _dirname="$(basename "$_git")-$(basename "${source[0]}" ".tar.gz")" build() {
-