Sven-Hendrik Haase pushed to branch main at Arch Linux / Packaging / Packages /
pocl
Commits:
076c54f4 by Acid Xeon at 2025-05-26T13:50:06+08:00
Drop unused patch from source
The patch is merged in 7.0 and not used in the PKGBUILD now.
- - - - -
1 changed file:
- PKGBUILD
Changes:
=====================================
PKGBUILD
=====================================
@@ -10,14 +10,12 @@ pkgdesc="Portable OpenCL is an open-source implementation
of OpenCL which can be
arch=('x86_64')
url="http://portablecl.org/"
license=('MIT')
-source=("git+https://github.com/pocl/pocl#tag=v$pkgver"
- "pocl-link-cudart.patch::https://github.com/pocl/pocl/pull/1804.patch")
+source=("git+https://github.com/pocl/pocl#tag=v$pkgver")
depends=('clang' 'hwloc' 'opencl-icd-loader')
makedepends=('llvm' 'cmake' 'opencl-headers' 'ocl-icd' 'ninja' 'python' 'git'
'nvidia-utils' 'cuda' 'cudnn')
optdepends=('cuda: CUDA driver'
'cudnn: CUDA driver')
-sha512sums=('afbb59125990b02339da6f16f0a8989c8ae62ffea7c66a3cd7dafe36212dc33b96967ed682b520dda72f1fc8b4d346dab24a789dc629c0c5a3ebffc156110015'
-
'6bc53533ea696a86d24845d0ee1e3c3cdc0910144d986d862a1b87f8400debaa45c88072b3a24acab0b10aaaa44f9f2095a92852f184492d10c244e3cfb85815')
+sha512sums=('afbb59125990b02339da6f16f0a8989c8ae62ffea7c66a3cd7dafe36212dc33b96967ed682b520dda72f1fc8b4d346dab24a789dc629c0c5a3ebffc156110015')
build() {
cd "$pkgname"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/pocl/-/commit/076c54f4cdc3cbdb95014efc423d0d2e5880007e
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/pocl/-/commit/076c54f4cdc3cbdb95014efc423d0d2e5880007e
You're receiving this email because of your account on gitlab.archlinux.org.