mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-23 09:37:02 +02:00
14 lines
566 B
Bash
14 lines
566 B
Bash
# Template file for 'OpenCL-CLHPP'
|
|
pkgname=OpenCL-CLHPP
|
|
version=2024.10.24
|
|
revision=1
|
|
build_style=cmake
|
|
configure_args="-DBUILD_EXAMPLES=OFF -DBUILD_TESTING=OFF"
|
|
makedepends="OpenCL-Headers ocl-icd-devel"
|
|
depends="OpenCL-Headers"
|
|
short_desc="OpenCL API C++ bindings"
|
|
maintainer="Daniel Martinez <danielmartinez@cock.li>"
|
|
license="Apache-2.0"
|
|
homepage="https://github.com/KhronosGroup/OpenCL-CLHPP"
|
|
distfiles="https://github.com/KhronosGroup/OpenCL-CLHPP/archive/refs/tags/v${version}.tar.gz"
|
|
checksum=51aebe848514b3bc74101036e111f8ee98703649eec7035944831dc6e05cec14
|