Update level-zero from 1.10.0_1 to 1.15.1_1
This commit is contained in:
parent
f5a4d376d2
commit
1dba15b5a2
1 changed files with 3 additions and 8 deletions
|
@ -1,23 +1,18 @@
|
|||
# Template file for 'level-zero'
|
||||
pkgname=level-zero
|
||||
version=1.10.0
|
||||
version=1.15.1
|
||||
revision=1
|
||||
build_style=cmake
|
||||
hostmakedepends="awk"
|
||||
makedepends="opencl2-headers"
|
||||
depends="opencl2-headers libgcc"
|
||||
short_desc="API for accessing low level interfaces in openAPI platform devices (headers and loader)"
|
||||
repository=cereus-extra
|
||||
maintainer="Kevin F. <kevinfigueroart@proton.me>"
|
||||
maintainer="Kevin Figueroa <kfdevart@disroot.org>"
|
||||
license="MIT"
|
||||
homepage="https://github.com/oneapi-src/level-zero"
|
||||
changelog="${homepage}/releases/tag/v${version}"
|
||||
distfiles="${homepage}/archive/refs/tags/v${version}.tar.gz"
|
||||
checksum=2811e4128ff6114020d0a147c2769b9b2e782e68ad49827685c33b9e716bf6ab
|
||||
|
||||
do_prepare() {
|
||||
printf '%s\n' ${version##*.} > VERSION_PATCH
|
||||
}
|
||||
checksum=aa96edb85a7953041baf8e7d0b0a0e10fa85673e52f5d0466bc2fc802beb9522
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
|
|
Loading…
Add table
Reference in a new issue