ispc: unbreak on x86_64-musl
This commit is contained in:
parent
7c2ee41958
commit
91b061d8c5
1 changed files with 2 additions and 2 deletions
|
@ -2,10 +2,10 @@
|
||||||
pkgname=ispc
|
pkgname=ispc
|
||||||
version=1.13.0
|
version=1.13.0
|
||||||
revision=1
|
revision=1
|
||||||
archs="x86_64"
|
archs="x86_64*"
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="-DISPC_NO_DUMPS=ON -DARM_ENABLED=OFF"
|
configure_args="-DISPC_NO_DUMPS=ON -DARM_ENABLED=OFF"
|
||||||
hostmakedepends="clang python3 m4 bison flex llvm"
|
hostmakedepends="clang clang-tools-extra python3 m4 bison flex llvm"
|
||||||
makedepends="ncurses-devel zlib-devel"
|
makedepends="ncurses-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>"
|
||||||
|
|
Loading…
Reference in a new issue