mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
community/libvolk to 1.3-6
This commit is contained in:
parent
d99c60374f
commit
c67fb690e5
1 changed files with 5 additions and 3 deletions
|
@ -6,17 +6,19 @@
|
|||
|
||||
pkgname=libvolk
|
||||
pkgver=1.3
|
||||
pkgrel=5
|
||||
pkgrel=6
|
||||
pkgdesc="The Vector-Optimized Library of Kernels from Gnuradio"
|
||||
arch=('i686' 'x86_64')
|
||||
url="http://libvolk.org/"
|
||||
license=('GPL3')
|
||||
depends=('gcc-libs' 'boost-libs' 'orc' 'python2')
|
||||
makedepends=('boost' 'cmake' 'python2-cheetah')
|
||||
source=("http://libvolk.org/releases/volk-$pkgver.tar.gz"
|
||||
source=("http://libvolk.org/releases/volk-$pkgver.tar.gz"{,.asc}
|
||||
'0001-Use-NEON-for-ARMv7-only.patch')
|
||||
md5sums=('d04edc0779431c8660a8a592792a3680'
|
||||
'SKIP'
|
||||
'da3b1d0b0f859697c743563ee55152d3')
|
||||
validpgpkeys=('09E749D885FA881A7E84E823385323EE6402091D')
|
||||
|
||||
# doxygen for docs
|
||||
|
||||
|
@ -39,7 +41,7 @@ build() {
|
|||
}
|
||||
|
||||
check() {
|
||||
# boost 1.64.0 is weird
|
||||
# boost 1.64.0 and 1.65 is weird
|
||||
# tests fail in makepkg (w/ and w/o chroot)
|
||||
# but works okay in local shell?
|
||||
# everything else checks out okay too
|
||||
|
|
Loading…
Reference in a new issue