mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-15 21:57:02 +02:00
ispc: Rebuild against llvm17
This commit is contained in:
parent
a90a8c800e
commit
be763fdefd
1 changed files with 3 additions and 3 deletions
|
@ -1,12 +1,12 @@
|
|||
# Template file for 'ispc'
|
||||
pkgname=ispc
|
||||
version=1.22.0
|
||||
revision=1
|
||||
revision=2
|
||||
archs="aarch64* x86_64*"
|
||||
build_style=cmake
|
||||
configure_args="-DISPC_INCLUDE_EXAMPLES=OFF -DISPC_INCLUDE_RT=OFF"
|
||||
hostmakedepends="clang clang-tools-extra python3 m4 bison flex llvm"
|
||||
makedepends="ncurses-devel ncurses-libtinfo-devel zlib-devel"
|
||||
hostmakedepends="clang clang-tools-extra python3 m4 bison flex"
|
||||
makedepends="llvm17-devel ncurses-devel ncurses-libtinfo-devel zlib-devel"
|
||||
short_desc="Compiler for high-performance SIMD programming on the CPU"
|
||||
maintainer="Andrea Brancaleoni <abc@pompel.me>"
|
||||
license="BSD-3-Clause"
|
||||
|
|
Loading…
Add table
Reference in a new issue