Package Details: libvolk-git 3.0.0.r18.4ed9334-1

Git Clone URL: https://aur.archlinux.org/libvolk-git.git (read-only, click to copy)
Package Base: libvolk-git
Description: The Vector-Optimized Library of Kernels from Gnuradio
Upstream URL: https://libvolk.org/
Licenses: GPL3
Conflicts: libcpufeatures, libvolk
Provides: libcpufeatures, libvolk
Submitter: keenerd
Maintainer: eclairevoyant
Last Packager: eclairevoyant
Votes: 3
Popularity: 0.000000
First Submitted: 2016-03-23 22:55 (UTC)
Last Updated: 2023-06-10 16:48 (UTC)

Required by (15)

Sources (2)

Latest Comments

qoppzvrbcqjqqlbn commented on 2022-10-09 08:53 (UTC)

Hello, it has been 2 plus years since the last update from the maintainer, could someone take this over and add libcpufeatures to provides as they are no incorrectly indicated as conflict.

This leads to unnecessary incompatibilities such as not being able to install anbox and many SDR applications at the same time.

xfol commented on 2022-03-16 12:02 (UTC) (edited on 2022-03-16 12:05 (UTC) by xfol)

==> Retrieving sources...
  -> Cloning volk git repo...
Cloning into bare repository '/home/xfol/.cache/yay/libvolk-git/volk'...
fatal: remote error: 
  The unauthenticated git protocol on port 9418 is no longer supported.
Please see https://github.blog/2021-09-01-improving-git-protocol-security-github/ for more information.
==> ERROR: Failure while downloading volk git repo
    Aborting...
 -> error downloading sources: libvolk-git 
     context: exit status 1

Patch PKGBUILD:

--- a/PKGBUILD  2022-03-16 21:55:16.140153586 +1000
+++ b/PKGBUILD  2022-03-16 21:51:02.040163645 +1000
@@ -10,7 +10,7 @@
 license=('GPL3')
 depends=('gcc-libs' 'boost-libs' 'orc' 'python' 'python-six')
 makedepends=('git' 'boost' 'cmake' 'python-mako')
-source=("git://github.com/gnuradio/volk.git")
+source=("git+https://github.com/gnuradio/volk.git")
 md5sums=('SKIP')
 conflicts=('libvolk')
 provides=('libvolk')

bartus commented on 2022-02-09 10:38 (UTC) (edited on 2022-02-09 11:03 (UTC) by bartus)

Could we use external libcpufeatures instead of relying on bundled one, it's already implemented in the trunk CMakeLists.txt script?

simple patch with some mild refactoring: http://ix.io/3P7F/diff

apply with git am -s < <(curl -s http://ix.io/3P7F) and pick what you like.

dreieck commented on 2022-01-16 21:40 (UTC)

This should have libcpufeatures added to the provides array, since it actually has the content of that package.

Thanks for maintaining!

ivanovp commented on 2019-08-24 04:59 (UTC) (edited on 2019-08-24 04:59 (UTC) by ivanovp)

Has anyone idea why these tests fail?

The following tests FAILED:
     25 - qa_volk_32f_8u_polarbutterflypuppet_32f (Failed)
     65 - qa_volk_32f_x2_pow_32f (Failed)
Errors while running CTest
make: *** [Makefile:108: test] Error 8
==> ERROR: A failure occurred in check().
    Aborting...
==> ERROR: Makepkg was unable to build libvolk-git.

Jagmils commented on 2017-01-18 00:43 (UTC)

I believe python2-mako is a dependency for this package - I couldn't get it to compile without.