Changes
2 changed files (+7/-11)
-
-
@@ -1,13 +1,13 @@pkgbase = rocfft pkgdesc = Next generation FFT implementation for ROCm pkgver = 4.3.1 pkgver = 4.5.0 pkgrel = 1 url = https://rocmdocs.amd.com/en/latest/ROCm_Libraries/ROCm_Libraries.html#rocfft arch = x86_64 license = MIT makedepends = cmake depends = hip-rocclr source = rocfft-4.3.1.tar.gz::https://github.com/ROCmSoftwarePlatform/rocFFT/archive/rocm-4.3.1.tar.gz sha256sums = fcdc4d12b93d967b6f992b4045da98433eabf2ee0ba84fc6b6f81e380584fbc9 depends = hip source = rocfft-4.5.0.tar.gz::https://github.com/ROCmSoftwarePlatform/rocFFT/archive/rocm-4.5.0.tar.gz sha256sums = 045c1cf1737db6e7ee332c274dacdb565f99c976ed4cc5626a116878dc80a48c pkgname = rocfft
-
-
-
@@ -2,29 +2,25 @@# Contributor: Jakub Okoński <jakub@okonski.org> # Contributor: Markus Näther <naetherm@cs.uni-freiburg.de> pkgname=rocfft pkgver=4.3.1 pkgver=4.5.0 pkgrel=1 pkgdesc='Next generation FFT implementation for ROCm' arch=('x86_64') url='https://rocmdocs.amd.com/en/latest/ROCm_Libraries/ROCm_Libraries.html#rocfft' license=('MIT') depends=('hip-rocclr') depends=('hip') makedepends=('cmake') _git='https://github.com/ROCmSoftwarePlatform/rocFFT' source=("$pkgname-$pkgver.tar.gz::$_git/archive/rocm-$pkgver.tar.gz") sha256sums=('fcdc4d12b93d967b6f992b4045da98433eabf2ee0ba84fc6b6f81e380584fbc9') sha256sums=('045c1cf1737db6e7ee332c274dacdb565f99c976ed4cc5626a116878dc80a48c') _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 CXX=/opt/rocm/bin/hipcc \ CXXFLAGS="${CXXFLAGS} -fcf-protection=none" \ cmake -Wno-dev -S "$_dirname" \ -D__skip_rocmclang=ON \ -DCMAKE_INSTALL_PREFIX=/opt/rocm \ -Damd_comgr_DIR=/opt/rocm/lib/cmake/amd_comgr \ -DBUILD_CLIENTS_RIDER=OFF \
-