mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
volk: update to 3.0.0.
This commit is contained in:
parent
4022088c9e
commit
95226f67c2
2 changed files with 6 additions and 5 deletions
|
@ -3240,7 +3240,7 @@ libarcan_tui.so.0.15 arcan-0.6.1.1_1
|
||||||
libarcan_a12.so.0.1 arcan-0.6.1.1_1
|
libarcan_a12.so.0.1 arcan-0.6.1.1_1
|
||||||
liblwipv6.so.2 lwipv6-1.5a_1
|
liblwipv6.so.2 lwipv6-1.5a_1
|
||||||
libpipewire-0.3.so.0 libpipewire-0.3.6_1
|
libpipewire-0.3.so.0 libpipewire-0.3.6_1
|
||||||
libvolk.so.2.5 volk-2.5.0_1
|
libvolk.so.3.0 volk-3.0.0_1
|
||||||
libgnuradio-runtime.so.3.10.3 gnuradio-3.10.3.0_1
|
libgnuradio-runtime.so.3.10.3 gnuradio-3.10.3.0_1
|
||||||
libgnuradio-pmt.so.3.10.3 gnuradio-3.10.3.0_1
|
libgnuradio-pmt.so.3.10.3 gnuradio-3.10.3.0_1
|
||||||
libgnuradio-blocks.so.3.10.3 gnuradio-3.10.3.0_1
|
libgnuradio-blocks.so.3.10.3 gnuradio-3.10.3.0_1
|
||||||
|
|
|
@ -1,19 +1,20 @@
|
||||||
# Template file for 'volk'
|
# Template file for 'volk'
|
||||||
pkgname=volk
|
pkgname=volk
|
||||||
version=2.5.2
|
version=3.0.0
|
||||||
revision=2
|
revision=1
|
||||||
_cpu_features_gitrev="188d0d3c383689cdb6bb70dc6da2469faec84f61"
|
_cpu_features_gitrev="188d0d3c383689cdb6bb70dc6da2469faec84f61"
|
||||||
create_wrksrc=yes
|
create_wrksrc=yes
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
|
configure_args="-DENABLE_LGPL=OFF"
|
||||||
hostmakedepends="pkg-config python3-cheetah3 git python3-Mako python3-six"
|
hostmakedepends="pkg-config python3-cheetah3 git python3-Mako python3-six"
|
||||||
makedepends="python3-cheetah3 python3-devel python3-Mako python3-six"
|
makedepends="python3-cheetah3 python3-devel python3-Mako python3-six"
|
||||||
short_desc="Vector-Optimized Library of Kernels"
|
short_desc="Vector-Optimized Library of Kernels"
|
||||||
maintainer="Andrew Benson <abenson+void@gmail.com>"
|
maintainer="Andrew Benson <abenson+void@gmail.com>"
|
||||||
license="GPL-3.0-or-later"
|
license="LGPL-3.0-or-later"
|
||||||
homepage="http://libvolk.org/"
|
homepage="http://libvolk.org/"
|
||||||
distfiles="https://github.com/gnuradio/volk/archive/v${version}.tar.gz
|
distfiles="https://github.com/gnuradio/volk/archive/v${version}.tar.gz
|
||||||
https://github.com/google/cpu_features/archive/${_cpu_features_gitrev}.tar.gz"
|
https://github.com/google/cpu_features/archive/${_cpu_features_gitrev}.tar.gz"
|
||||||
checksum="fb447b8053f574a72697a26f08d51fb70d3b54b4e90e72b705138f8bc7ae6722
|
checksum="617c25a5a240e41e50d695851925541b19e011d516c3e0c288a5aeefb3ceb7fd
|
||||||
ef383c81e84e7ce56eeb9207ded6937f0aefd6747c319d8d3265e6d9be164db1"
|
ef383c81e84e7ce56eeb9207ded6937f0aefd6747c319d8d3265e6d9be164db1"
|
||||||
|
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
|
|
Loading…
Add table
Reference in a new issue