mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
ispc: build with llvm19
This commit is contained in:
parent
d78b83cc05
commit
0b646f98d4
1 changed files with 6 additions and 4 deletions
|
@ -1,12 +1,14 @@
|
||||||
# Template file for 'ispc'
|
# Template file for 'ispc'
|
||||||
pkgname=ispc
|
pkgname=ispc
|
||||||
version=1.25.3
|
version=1.25.3
|
||||||
revision=1
|
revision=2
|
||||||
|
_llvmver=19
|
||||||
archs="aarch64* x86_64*"
|
archs="aarch64* x86_64*"
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="-DISPC_INCLUDE_EXAMPLES=OFF -DISPC_INCLUDE_RT=OFF"
|
configure_args="-DISPC_INCLUDE_EXAMPLES=OFF -DISPC_INCLUDE_RT=OFF
|
||||||
hostmakedepends="clang clang-tools-extra python3 m4 bison flex"
|
-DCMAKE_PREFIX_PATH=${XBPS_CROSS_BASE}/usr/lib/llvm/${_llvmver}"
|
||||||
makedepends="llvm17-devel ncurses-devel ncurses-libtinfo-devel zlib-devel"
|
hostmakedepends="clang${_llvmver} clang-tools-extra${_llvmver} python3 m4 bison flex"
|
||||||
|
makedepends="llvm${_llvmver}-devel ncurses-devel ncurses-libtinfo-devel zlib-devel"
|
||||||
short_desc="Compiler for high-performance SIMD programming on the CPU"
|
short_desc="Compiler for high-performance SIMD programming on the CPU"
|
||||||
maintainer="Andrea Brancaleoni <abc@pompel.me>"
|
maintainer="Andrea Brancaleoni <abc@pompel.me>"
|
||||||
license="BSD-3-Clause"
|
license="BSD-3-Clause"
|
||||||
|
|
Loading…
Add table
Reference in a new issue