Carl Smedstad pushed to branch main at Arch Linux / Packaging / Packages / libvolk
Commits: e5def376 by Carl Smedstad at 2026-02-14T22:00:06+01:00 upgpkg: 2:3.3.0-1: Upstream release https://github.com/gnuradio/volk/releases/tag/v3.3.0 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,7 +1,7 @@ pkgbase = libvolk pkgdesc = The Vector-Optimized Library of Kernels from Gnuradio - pkgver = 3.2.0 - pkgrel = 2 + pkgver = 3.3.0 + pkgrel = 1 epoch = 2 url = https://www.libvolk.org/ arch = x86_64 @@ -9,14 +9,16 @@ pkgbase = libvolk makedepends = cmake makedepends = git makedepends = python-mako - depends = gcc-libs + depends = fmt depends = glibc + depends = libgcc + depends = libstdc++ depends = orc depends = python provides = libvolk.so - source = libvolk::git+https://github.com/gnuradio/volk.git#tag=v3.2.0 + source = libvolk::git+https://github.com/gnuradio/volk.git#tag=v3.3.0 source = git+https://github.com/google/cpu_features.git - sha256sums = 52bb56c79336650004013b741e9e2dd737a82dcb86219217aa003f4014f06345 - sha256sums = SKIP + b2sums = a5c471f51c0094bc8704ad050fa1f6e4716ae2028ec129928476b2acc928f4c5d0787d927e3885520c53f1f54c474b95f1411280cef8dfddd4a8d535f9ad3a98 + b2sums = SKIP pkgname = libvolk ===================================== PKGBUILD ===================================== @@ -2,16 +2,18 @@ # Contributor: Kyle Keen <[email protected]> pkgname=libvolk -pkgver=3.2.0 -pkgrel=2 +pkgver=3.3.0 +pkgrel=1 epoch=2 pkgdesc="The Vector-Optimized Library of Kernels from Gnuradio" arch=(x86_64) url="https://www.libvolk.org/" license=(LGPL-3.0-or-later) depends=( - gcc-libs + fmt glibc + libgcc + libstdc++ orc python ) @@ -25,8 +27,8 @@ source=( "$pkgname::git+https://github.com/gnuradio/volk.git#tag=v$pkgver" "git+https://github.com/google/cpu_features.git" ) -sha256sums=('52bb56c79336650004013b741e9e2dd737a82dcb86219217aa003f4014f06345' - 'SKIP') +b2sums=('a5c471f51c0094bc8704ad050fa1f6e4716ae2028ec129928476b2acc928f4c5d0787d927e3885520c53f1f54c474b95f1411280cef8dfddd4a8d535f9ad3a98' + 'SKIP') prepare() { cd $pkgname @@ -46,8 +48,7 @@ build() { check() { cd $pkgname - ctest --test-dir build --output-on-failure \ - -E "qa_volk_32fc_s32fc_rotator2puppet_32fc" # https://github.com/gnuradio/volk/issues/794 + ctest --test-dir build --output-on-failure } package() { View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/libvolk/-/commit/e5def37601058270bfbc41d60d8aabae2c32e98f -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/libvolk/-/commit/e5def37601058270bfbc41d60d8aabae2c32e98f You're receiving this email because of your account on gitlab.archlinux.org.
