Changes
2 changed files (+9/-13)
-
-
@@ -1,15 +1,15 @@pkgbase = hipfft pkgdesc = rocFFT marshalling library. pkgver = 4.3.1 pkgver = 4.5.0 pkgrel = 1 url = https://github.com/ROCmSoftwarePlatform/hipFFT arch = x86_64 license = MIT makedepends = cmake makedepends = git depends = hip-rocclr depends = hip depends = rocfft source = hipfft-4.3.1.tar.gz::https://github.com/ROCmSoftwarePlatform/hipFFT/archive/rocm-4.3.1.tar.gz sha256sums = 429cfd40415856da8f5c2c321b612800d6826ee121df5a4e6d1596cad5b51727 source = hipfft-4.5.0.tar.gz::https://github.com/ROCmSoftwarePlatform/hipFFT/archive/rocm-4.5.0.tar.gz sha256sums = 96636713bc6cdafbd5a9c1e98e816895448960c86b380fc0c3c9ffa28f670844 pkgname = hipfft
-
-
-
@@ -1,28 +1,24 @@# Maintainer Torsten Keßler <t dot kessler at posteo dot de> pkgname=hipfft pkgver=4.3.1 pkgver=4.5.0 pkgrel=1 pkgdesc='rocFFT marshalling library.' arch=('x86_64') url='https://github.com/ROCmSoftwarePlatform/hipFFT' license=('MIT') depends=('hip-rocclr' 'rocfft') depends=('hip' 'rocfft') makedepends=('cmake' 'git') source=("$pkgname-$pkgver.tar.gz::$url/archive/rocm-$pkgver.tar.gz") sha256sums=('429cfd40415856da8f5c2c321b612800d6826ee121df5a4e6d1596cad5b51727') sha256sums=('96636713bc6cdafbd5a9c1e98e816895448960c86b380fc0c3c9ffa28f670844') _dirname="$(basename "$url")-$(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 -Wno-dev -S "$_dirname" \ -D__skip_rocmclang=ON \ -DCMAKE_INSTALL_PREFIX=/opt/rocm \ -DBUILD_CLIENTS_SAMPLES=OFF \ -DBUILD_CLIENTS_TESTS=OFF
-
@@ -35,5 +31,5 @@ package() {install -Dm644 /dev/stdin "$pkgdir/etc/ld.so.conf.d/hipfft.conf" << EOF /opt/rocm/hipfft/lib EOF install -Dm644 "$srcdir/hipFFT-rocm-$pkgver/LICENSE.md" "$pkgdir/usr/share/licenses/$pkgname/LICENSE" install -Dm644 "$srcdir/$_dirname/LICENSE.md" "$pkgdir/usr/share/licenses/$pkgname/LICENSE" }
-