mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
ispc: enable aarch64
This commit is contained in:
parent
d2741d4d0a
commit
ecda55131a
1 changed files with 3 additions and 3 deletions
|
@ -1,10 +1,10 @@
|
||||||
# Template file for 'ispc'
|
# Template file for 'ispc'
|
||||||
pkgname=ispc
|
pkgname=ispc
|
||||||
version=1.19.0
|
version=1.19.0
|
||||||
revision=1
|
revision=2
|
||||||
archs="x86_64*"
|
archs="aarch64* x86_64*"
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="-DARM_ENABLED=OFF -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 llvm"
|
||||||
makedepends="ncurses-devel ncurses-libtinfo-devel zlib-devel"
|
makedepends="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"
|
||||||
|
|
Loading…
Add table
Reference in a new issue