vc: update to 1.3.0
This commit is contained in:
parent
d92ae8c21b
commit
29cd9419b1
|
@ -1,12 +1,13 @@
|
|||
# Template file for 'vc'
|
||||
pkgname=vc
|
||||
version=0.7.4
|
||||
version=1.3.0
|
||||
revision=1
|
||||
wrksrc="Vc-${version}"
|
||||
build_style=cmake
|
||||
short_desc="A library to ease explicit vectorization of C++ code"
|
||||
configure_args="-DTARGET_ARCHITECTURE=generic"
|
||||
short_desc="Library to ease explicit vectorization of C++ code"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
license="LGPL-3"
|
||||
homepage="http://code.compeng.uni-frankfurt.de/projects/vc/"
|
||||
distfiles="http://code.compeng.uni-frankfurt.de/attachments/download/183/Vc-${version}.tar.gz"
|
||||
checksum=a4e5c5d7b51b4b04e6ef87e28a5b8b0108c9788739b044f96fb64f274d249063
|
||||
homepage="https://github.com/VcDevel/Vc"
|
||||
distfiles="${homepage}/releases/download/${version}/Vc-${version}.tar.gz"
|
||||
checksum=38416eb702e677472032014d50b15001718aa027108d177e565a561f03c88bda
|
||||
|
|
Loading…
Reference in New Issue