Torsten Keßler pushed to branch main at Arch Linux / Packaging / Packages / ispc
Commits:
fce9877e by Torsten Keßler at 2026-02-06T13:22:42+01:00
upgpkg: 1.30.0-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = ispc
pkgdesc = Compiler for high-performance SIMD programming on the CPU
- pkgver = 1.29.1
+ pkgver = 1.30.0
pkgrel = 1
url = https://ispc.github.io/
arch = x86_64
@@ -25,10 +25,10 @@ pkgbase = ispc
optdepends = level-zero-loader: GPU support
optdepends = openmp: GPU support
options = staticlibs
- source = git+https://github.com/ispc/ispc#tag=v1.29.1
+ source = git+https://github.com/ispc/ispc#tag=v1.30.0
source = ispc-benchmark::git+https://github.com/google/benchmark.git
source = ispc-googletest::git+https://github.com/google/googletest.git
- sha256sums =
7922ea63695cd964cedfb051fc3232a2a3798d0a271747549c30b623c55b205d
+ sha256sums =
a040d691073a40930274cabee51c7954eedaa2ae39f367af66a935128c37e190
sha256sums = SKIP
sha256sums = SKIP
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
# Maintainer: Torsten Keßler <[email protected]>
pkgname=ispc
-pkgver=1.29.1
+pkgver=1.30.0
pkgrel=1
pkgdesc="Compiler for high-performance SIMD programming on the CPU"
arch=(x86_64)
@@ -24,7 +24,7 @@ source=(
$pkgname-benchmark::git+https://github.com/google/benchmark.git
$pkgname-googletest::git+https://github.com/google/googletest.git
)
-sha256sums=('7922ea63695cd964cedfb051fc3232a2a3798d0a271747549c30b623c55b205d'
+sha256sums=('a040d691073a40930274cabee51c7954eedaa2ae39f367af66a935128c37e190'
'SKIP'
'SKIP')
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/ispc/-/commit/fce9877ead23a348370d4ef03c42da3fddfc9745
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/ispc/-/commit/fce9877ead23a348370d4ef03c42da3fddfc9745
You're receiving this email because of your account on gitlab.archlinux.org.