vc-intrinsics: update to 0.17.0
This commit is contained in:
parent
f525d155a7
commit
b3edb47c88
1 changed files with 3 additions and 3 deletions
|
@ -1,19 +1,19 @@
|
||||||
# Template file for 'vc-intrinsics'
|
# Template file for 'vc-intrinsics'
|
||||||
pkgname=vc-intrinsics
|
pkgname=vc-intrinsics
|
||||||
version=0.14.0
|
version=0.17.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="-DLLVM_DIR=/usr/lib/cmake/llvm"
|
configure_args="-DLLVM_DIR=/usr/lib/cmake/llvm"
|
||||||
repository="cereus-extra"
|
repository="cereus-extra"
|
||||||
hostmakedepends="clang"
|
hostmakedepends="clang"
|
||||||
makedepends="python3-devel llvm libllvm12 clang-tools-extra"
|
makedepends="python3-devel llvm17-devel clang-tools-extra"
|
||||||
short_desc="Set of new intrinsics on top of core LLVM IR instructions that represent SIMD semantics of a program targeting GPU"
|
short_desc="Set of new intrinsics on top of core LLVM IR instructions that represent SIMD semantics of a program targeting GPU"
|
||||||
maintainer="Kevin Figueroa <kfdevart@disroot.org>"
|
maintainer="Kevin Figueroa <kfdevart@disroot.org>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://github.com/intel/vc-intrinsics"
|
homepage="https://github.com/intel/vc-intrinsics"
|
||||||
changelog="${homepage}/releases/tag/v${version}"
|
changelog="${homepage}/releases/tag/v${version}"
|
||||||
distfiles="${homepage}/archive/refs/tags/v${version}.tar.gz"
|
distfiles="${homepage}/archive/refs/tags/v${version}.tar.gz"
|
||||||
checksum=7383df91f6b5049f2059f321e30cae0171859310252e7bd06dcbd4c36c5ec5c3
|
checksum=25a54888ec2fb4d6def6916a63954ac4d4b4d7bf3e64049b44e8bad508913314
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE.md
|
vlicense LICENSE.md
|
||||||
|
|
Loading…
Add table
Reference in a new issue