Changes
2 changed files (+8/-12)
-
-
@@ -1,16 +1,16 @@pkgbase = hipblas pkgdesc = ROCm BLAS marshalling library pkgver = 4.3.1 pkgver = 4.5.0 pkgrel = 1 url = https://rocmdocs.amd.com/en/latest/ROCm_Libraries/ROCm_Libraries.html#hipblas arch = x86_64 license = MIT makedepends = cmake makedepends = gcc-fortran depends = hip-rocclr depends = hip depends = rocblas depends = rocsolver source = hipblas-4.3.1.tar.gz::https://github.com/ROCmSoftwarePlatform/hipBLAS/archive/rocm-4.3.1.tar.gz sha256sums = 7b1f774774de5fa3d2b777e3a262328559d56165c32aa91b002505694362e7b2 source = hipblas-4.5.0.tar.gz::https://github.com/ROCmSoftwarePlatform/hipBLAS/archive/rocm-4.5.0.tar.gz sha256sums = 187777ed49cc7c496c897e8ba80532d458c9afbc51a960e45f96923ad896c18e pkgname = hipblas
-
-
-
@@ -1,30 +1,26 @@# Maintainer: Torsten Keßler <t dot kessler at posteo dot de> # Contributor: Markus Näther <naether.markus@gmail.com> pkgname=hipblas pkgver=4.3.1 pkgver=4.5.0 pkgrel=1 pkgdesc='ROCm BLAS marshalling library' arch=('x86_64') url='https://rocmdocs.amd.com/en/latest/ROCm_Libraries/ROCm_Libraries.html#hipblas' license=('MIT') depends=('hip-rocclr' 'rocblas' 'rocsolver') 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=('7b1f774774de5fa3d2b777e3a262328559d56165c32aa91b002505694362e7b2') sha256sums=('187777ed49cc7c496c897e8ba80532d458c9afbc51a960e45f96923ad896c18e') _dirname="$(basename "$_git")-$(basename "${source[0]}" ".tar.gz")" build() { # -fcf-protection is not supported by HIP, see # https://github.com/ROCm-Developer-Tools/HIP/blob/rocm-4.3.x/docs/markdown/clang_options.md # With version 3.21, HIP support was added to CMake that breaks the current scripts, see # https://github.com/ROCmSoftwarePlatform/rocRAND/issues/198#issuecomment-893573440 # https://github.com/ROCm-Developer-Tools/HIP/blob/rocm-4.5.x/docs/markdown/clang_options.md CXX=/opt/rocm/bin/hipcc \ CXXFLAGS="${CXXFLAGS} -fcf-protection=none" \ cmake -B build -Wno-dev \ -S "$_dirname" \ -D__skip_rocmclang=ON \ -DCMAKE_INSTALL_PREFIX=/opt/rocm \ -Damd_comgr_DIR=/opt/rocm/lib/cmake/amd_comgr \ -DBUILD_CLIENTS_SAMPLES=OFF \
-