vc: only works for x86.
This commit is contained in:
parent
dfdcac2129
commit
e57c183e7f
1 changed files with 3 additions and 2 deletions
|
@ -1,13 +1,14 @@
|
|||
# Template file for 'vc'
|
||||
pkgname=vc
|
||||
version=1.3.1
|
||||
revision=1
|
||||
revision=2
|
||||
wrksrc="Vc-${version}"
|
||||
build_style=cmake
|
||||
configure_args="-DTARGET_ARCHITECTURE=generic"
|
||||
short_desc="Library to ease explicit vectorization of C++ code"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
license="LGPL-3"
|
||||
license="3-clause-BSD"
|
||||
homepage="https://github.com/VcDevel/Vc"
|
||||
distfiles="${homepage}/releases/download/${version}/Vc-${version}.tar.gz"
|
||||
checksum=5acc9dcc0e857edad1df0bc3ef0f23712a86bd4f7c45bc9882ec07e57840024b
|
||||
only_for_archs="i686 i686-musl x86_64 x86_64-musl"
|
||||
|
|
Loading…
Reference in a new issue