Torsten Keßler pushed to branch main at Arch Linux / Packaging / Packages /
hipify-clang
Commits:
8af10e25 by Torsten Keßler at 2025-02-10T14:07:31+01:00
upgpkg: 6.3.2-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = hipify-clang
pkgdesc = Convert CUDA to Portable C++ Code
- pkgver = 6.2.4
+ pkgver = 6.3.2
pkgrel = 1
url = https://rocm.docs.amd.com/projects/HIPIFY/en/latest
arch = x86_64
@@ -16,7 +16,7 @@ pkgbase = hipify-clang
depends = rocm-llvm
depends = cuda
options = !lto
- source =
hipify-clang-6.2.4.tar.gz::https://github.com/ROCm-Developer-Tools/HIPIFY/archive/rocm-6.2.4.tar.gz
- sha256sums =
981af55ab4243f084b3e75007e827f7c94ac317fa84fe08d59c5872124a7d3c7
+ source =
hipify-clang-6.3.2.tar.gz::https://github.com/ROCm-Developer-Tools/HIPIFY/archive/rocm-6.3.2.tar.gz
+ sha256sums =
c0da5118be8207fab6d19803417c0b8d2db5bc766279038527cbd6fa92b25c67
pkgname = hipify-clang
=====================================
PKGBUILD
=====================================
@@ -1,6 +1,6 @@
# Maintainer: Torsten Keßler <tpkessler at archlinux dot org>
pkgname=hipify-clang
-pkgver=6.2.4
+pkgver=6.3.2
pkgrel=1
pkgdesc='Convert CUDA to Portable C++ Code'
arch=('x86_64')
@@ -11,7 +11,7 @@ depends=('glibc' 'gcc-libs' 'ncurses' 'bash' 'perl' 'zstd'
'zlib'
makedepends=('cmake')
_git='https://github.com/ROCm-Developer-Tools/HIPIFY'
source=("${pkgname}-${pkgver}.tar.gz::$_git/archive/rocm-$pkgver.tar.gz")
-sha256sums=('981af55ab4243f084b3e75007e827f7c94ac317fa84fe08d59c5872124a7d3c7')
+sha256sums=('c0da5118be8207fab6d19803417c0b8d2db5bc766279038527cbd6fa92b25c67')
options=(!lto)
_dirname="$(basename "$_git")-$(basename "${source[0]}" .tar.gz)"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/hipify-clang/-/commit/8af10e2578858563e095bc3907830c404ea6d53a
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/hipify-clang/-/commit/8af10e2578858563e095bc3907830c404ea6d53a
You're receiving this email because of your account on gitlab.archlinux.org.