Torsten Keßler pushed to branch main at Arch Linux / Packaging / Packages /
hipfft
Commits:
95ac7ec9 by Torsten Keßler at 2023-09-02T18:37:08+02:00
upgpkg: 5.6.1-1
- - - - -
1 changed file:
- PKGBUILD
Changes:
=====================================
PKGBUILD
=====================================
@@ -1,7 +1,7 @@
# Maintainer: Torsten Keßler <tpkessler at archlinux dot org>
pkgname=hipfft
-pkgver=5.6.0
+pkgver=5.6.1
pkgrel=1
pkgdesc='rocFFT marshalling library.'
arch=('x86_64')
@@ -11,13 +11,13 @@ depends=('hip' 'rocfft')
makedepends=('rocm-cmake' 'git')
_git='https://github.com/ROCmSoftwarePlatform/hipFFT'
source=("$pkgname-$pkgver.tar.gz::$_git/archive/rocm-$pkgver.tar.gz")
-sha256sums=('c7f425b693caf9371b42226d86392335d993a117d23219b6ba1fd13523cb8261')
+sha256sums=('d2ae36b8eacd39b865e8a7972b8eb86bcea2de4ac90711bba7e29b39b01eaa74')
options=(!lto)
_dirname="$(basename "$_git")-$(basename "${source[0]}" ".tar.gz")"
build() {
# -fcf-protection is not supported by HIP, see
- #
https://docs.amd.com/bundle/ROCm-Compiler-Reference-Guide-v5.5/page/Compiler_Options_and_Features.html#d2e2018
+ #
//rocm.docs.amd.com/en/latest/reference/rocmcc/rocmcc.html#support-status-of-other-clang-options
CXXFLAGS="${CXXFLAGS} -fcf-protection=none" \
ROCM_PATH=/opt/rocm \
cmake \
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/hipfft/-/commit/95ac7ec975144448bc939cfbf790dd25a79af569
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/hipfft/-/commit/95ac7ec975144448bc939cfbf790dd25a79af569
You're receiving this email because of your account on gitlab.archlinux.org.