vc: update to 1.4.0.
This commit is contained in:
parent
3d49181bb5
commit
98c0e514b9
1 changed files with 3 additions and 3 deletions
|
@ -1,16 +1,16 @@
|
|||
# Template file for 'vc'
|
||||
pkgname=vc
|
||||
version=1.3.3
|
||||
version=1.4.0
|
||||
revision=1
|
||||
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="3-clause-BSD"
|
||||
license="BSD-3-Clause"
|
||||
homepage="https://github.com/VcDevel/Vc"
|
||||
distfiles="${homepage}/releases/download/${version}/Vc-${version}.tar.gz"
|
||||
checksum=08c629d2e14bfb8e4f1a10f09535e4a3c755292503c971ab46637d2986bdb4fe
|
||||
checksum=e6cfc056eb3a72a57751e768ba63236ebf2711d267fbd1dc0acfee0ac16fdf68
|
||||
|
||||
# CMAKE_SYSTEM_PROCESSOR isn’t set when cross compiling
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
|
|
Loading…
Reference in a new issue