Changes
2 changed files (+10/-13)
-
-
@@ -1,17 +1,18 @@pkgbase = rocsolver pkgdesc = Subset of LAPACK functionality on the ROCm platform pkgver = 4.3.1 pkgver = 4.5.0 pkgrel = 1 url = https://rocsolver.readthedocs.io/en/latest/userguidedocu.html arch = x86_64 license = BSD 2-Clause makedepends = cmake makedepends = fmt makedepends = python makedepends = python-pyaml makedepends = rocm-cmake depends = hip-rocclr depends = hip depends = rocblas source = rocsolver-4.3.1.tar.gz::https://github.com/ROCmSoftwarePlatform/rocSOLVER/archive/rocm-4.3.1.tar.gz sha256sums = c6e7468d7041718ce6e1c7f50ec80a552439ac9cfed2dc3f753ae417dda5724f source = rocsolver-4.5.0.tar.gz::https://github.com/ROCmSoftwarePlatform/rocSOLVER/archive/rocm-4.5.0.tar.gz sha256sums = 0295862da941f31f4d43b19195b79331bd17f5968032f75c89d2791a6f8c1e8c pkgname = rocsolver
-
-
-
@@ -1,30 +1,26 @@# Maintainer Torsten Keßler <t dot kessler at posteo dot de> pkgname=rocsolver pkgver=4.3.1 pkgver=4.5.0 pkgrel=1 pkgdesc='Subset of LAPACK functionality on the ROCm platform' arch=('x86_64') url='https://rocsolver.readthedocs.io/en/latest/userguidedocu.html' license=('BSD 2-Clause') depends=('hip-rocclr' 'rocblas') makedepends=('cmake' 'python' 'python-pyaml' 'rocm-cmake') depends=('hip' 'rocblas') makedepends=('cmake' 'fmt' 'python' 'python-pyaml' 'rocm-cmake') _git='https://github.com/ROCmSoftwarePlatform/rocSOLVER' source=("$pkgname-$pkgver.tar.gz::$_git/archive/rocm-$pkgver.tar.gz") sha256sums=('c6e7468d7041718ce6e1c7f50ec80a552439ac9cfed2dc3f753ae417dda5724f') sha256sums=('0295862da941f31f4d43b19195b79331bd17f5968032f75c89d2791a6f8c1e8c') _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 \ -DCMAKE_PREFIX_PATH=/opt/rocm/llvm/lib/cmake/llvm \ -DBUILD_CLIENTS_TESTS=OFF \
-