Changes
2 changed files (+10/-6)
-
-
@@ -1,6 +1,6 @@pkgbase = rocsolver pkgdesc = Subset of LAPACK functionality on the ROCm platform pkgver = 4.2.0 pkgver = 4.3.0 pkgrel = 1 url = https://rocsolver.readthedocs.io/en/latest/userguidedocu.html arch = x86_64
-
@@ -11,7 +11,7 @@ pkgbase = rocsolvermakedepends = rocm-cmake depends = hip-rocclr depends = rocblas source = rocsolver-4.2.0.tar.gz::https://github.com/ROCmSoftwarePlatform/rocSOLVER/archive/rocm-4.2.0.tar.gz sha256sums = e9ef72d7c29e7c36bf02be63a64ca23b444e1ca71751749f7d66647873d9fdea source = rocsolver-4.3.0.tar.gz::https://github.com/ROCmSoftwarePlatform/rocSOLVER/archive/rocm-4.3.0.tar.gz sha256sums = 63cc88dd285c0fe01ec2394321ec3b4e1e59bb98ce05b06e4b4d8fadcf1ff028 pkgname = rocsolver
-
-
-
@@ -1,7 +1,7 @@# Maintainer Torsten Keßler <t dot kessler at posteo dot de> pkgname=rocsolver pkgver=4.2.0 pkgver=4.3.0 pkgrel=1 pkgdesc='Subset of LAPACK functionality on the ROCm platform' arch=('x86_64')
-
@@ -11,16 +11,20 @@ depends=('hip-rocclr' 'rocblas')makedepends=('cmake' 'python' 'python-pyaml' 'rocm-cmake') _git='https://github.com/ROCmSoftwarePlatform/rocSOLVER' source=("$pkgname-$pkgver.tar.gz::$_git/archive/rocm-$pkgver.tar.gz") sha256sums=('e9ef72d7c29e7c36bf02be63a64ca23b444e1ca71751749f7d66647873d9fdea') sha256sums=('63cc88dd285c0fe01ec2394321ec3b4e1e59bb98ce05b06e4b4d8fadcf1ff028') _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.2.x/docs/markdown/clang_options.md # 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 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 \
-