Torsten Keßler pushed to branch main at Arch Linux / Packaging / Packages /
python-cupy
Commits:
691f7908 by Torsten Keßler at 2026-02-27T10:22:24+01:00
upgpkg: 14.0.1-2
Fix git tag
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = python-cupy
pkgdesc = NumPy/SciPy-compatible array library for GPU-accelerated
computing with Python
pkgver = 14.0.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/cupy/cupy
arch = x86_64
license = MIT
@@ -33,13 +33,13 @@ pkgbase = python-cupy
makedepends = rocm-toolchain
optdepends = python-scipy: for copying sparse matrices from GPU to CPU
optdepends = python-optuna: for using using Automatic Kernel Parameters
Optimizations (cupyx.optimizing)
- source = python-cupy::git+https://github.com/cupy/cupy.git#tag=v14.0.0
+ source = python-cupy::git+https://github.com/cupy/cupy.git#tag=v14.0.1
source = python-cupy-cccl::git+https://github.com/NVIDIA/cccl.git
source = python-cupy-dlpack::git+https://github.com/dmlc/dlpack.git
source = python-cupy-jitify::git+https://github.com/NVIDIA/jitify.git
source = python-cupy-xsf::git+https://github.com/scipy/xsf.git
source = hipcc-include-dirs.patch
- b2sums =
e35691110c9132afccdce1d69473d3972bcb67599834723befd63fa90327d2faa64ed6291a33c43cc763046e3c27e1f73611b7d279af7131cae1b08f3feb5f1f
+ b2sums =
f9b2952891d8d4eebb99b45f65b2ec391841e06bb421ca92bc02b883dc52ca094a7987012bc5cfe3ec93eafde3acec48a565bfd63969cf1b47d1a19577b5a851
b2sums = SKIP
b2sums = SKIP
b2sums = SKIP
=====================================
PKGBUILD
=====================================
@@ -5,7 +5,7 @@
pkgbase=python-cupy
pkgname=(python-cupy python-cupy-rocm-gfx9 python-cupy-rocm-gfx10
python-cupy-rocm-gfx11 python-cupy-rocm-gfx12)
pkgver=14.0.1
-pkgrel=1
+pkgrel=2
pkgdesc="NumPy/SciPy-compatible array library for GPU-accelerated computing
with Python"
arch=(x86_64)
url="https://github.com/cupy/cupy"
@@ -48,7 +48,7 @@ optdepends=(
'python-optuna: for using using Automatic Kernel Parameters Optimizations
(cupyx.optimizing)'
)
source=(
- "$pkgbase::git+https://github.com/cupy/cupy.git#tag=v14.0.0"
+ "$pkgbase::git+https://github.com/cupy/cupy.git#tag=v$pkgver"
"$pkgbase-cccl::git+https://github.com/NVIDIA/cccl.git"
"$pkgbase-dlpack::git+https://github.com/dmlc/dlpack.git"
"$pkgbase-jitify::git+https://github.com/NVIDIA/jitify.git"
@@ -56,7 +56,7 @@ source=(
hipcc-include-dirs.patch
)
-b2sums=('e35691110c9132afccdce1d69473d3972bcb67599834723befd63fa90327d2faa64ed6291a33c43cc763046e3c27e1f73611b7d279af7131cae1b08f3feb5f1f'
+b2sums=('f9b2952891d8d4eebb99b45f65b2ec391841e06bb421ca92bc02b883dc52ca094a7987012bc5cfe3ec93eafde3acec48a565bfd63969cf1b47d1a19577b5a851'
'SKIP'
'SKIP'
'SKIP'
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-cupy/-/commit/691f790874d433902d4a5fbc0345c11de1ce9696
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-cupy/-/commit/691f790874d433902d4a5fbc0345c11de1ce9696
You're receiving this email because of your account on gitlab.archlinux.org.