ispc: Rebuild against llvm17

This commit is contained in:
Daniel Martinez 2024-01-31 22:40:55 -05:00 committed by Duncaen
parent a90a8c800e
commit be763fdefd
No known key found for this signature in database
GPG key ID: 335C1D17EC3D6E35

View file

@ -1,12 +1,12 @@
# Template file for 'ispc' # Template file for 'ispc'
pkgname=ispc pkgname=ispc
version=1.22.0 version=1.22.0
revision=1 revision=2
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 llvm" hostmakedepends="clang clang-tools-extra python3 m4 bison flex"
makedepends="ncurses-devel ncurses-libtinfo-devel zlib-devel" makedepends="llvm17-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"