mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
vc: update to 1.3.0
This commit is contained in:
parent
d92ae8c21b
commit
29cd9419b1
1 changed files with 6 additions and 5 deletions
|
@ -1,12 +1,13 @@
|
||||||
# Template file for 'vc'
|
# Template file for 'vc'
|
||||||
pkgname=vc
|
pkgname=vc
|
||||||
version=0.7.4
|
version=1.3.0
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="Vc-${version}"
|
wrksrc="Vc-${version}"
|
||||||
build_style=cmake
|
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>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
license="LGPL-3"
|
license="LGPL-3"
|
||||||
homepage="http://code.compeng.uni-frankfurt.de/projects/vc/"
|
homepage="https://github.com/VcDevel/Vc"
|
||||||
distfiles="http://code.compeng.uni-frankfurt.de/attachments/download/183/Vc-${version}.tar.gz"
|
distfiles="${homepage}/releases/download/${version}/Vc-${version}.tar.gz"
|
||||||
checksum=a4e5c5d7b51b4b04e6ef87e28a5b8b0108c9788739b044f96fb64f274d249063
|
checksum=38416eb702e677472032014d50b15001718aa027108d177e565a561f03c88bda
|
||||||
|
|
Loading…
Add table
Reference in a new issue