mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-07 21:32:56 +02:00
ispc: update to 1.12.0.
This commit is contained in:
parent
820cca89c5
commit
b15068a49a
1 changed files with 4 additions and 4 deletions
|
@ -1,10 +1,10 @@
|
||||||
# Template file for 'ispc'
|
# Template file for 'ispc'
|
||||||
pkgname=ispc
|
pkgname=ispc
|
||||||
version=1.11.0
|
version=1.12.0
|
||||||
revision=1
|
revision=1
|
||||||
archs="i686 x86_64"
|
archs="i686 x86_64"
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
hostmakedepends="clang python m4 bison flex llvm"
|
hostmakedepends="clang python3 m4 bison flex llvm"
|
||||||
configure_args="-DISPC_NO_DUMPS=yes"
|
configure_args="-DISPC_NO_DUMPS=yes"
|
||||||
makedepends="ncurses-devel zlib-devel"
|
makedepends="ncurses-devel zlib-devel"
|
||||||
short_desc="A compiler for high-performance SIMD programming on the CPU"
|
short_desc="A compiler for high-performance SIMD programming on the CPU"
|
||||||
|
@ -13,9 +13,9 @@ license="BSD"
|
||||||
homepage="https://ispc.github.io"
|
homepage="https://ispc.github.io"
|
||||||
distfiles="https://github.com/ispc/ispc/archive/v${version}.tar.gz"
|
distfiles="https://github.com/ispc/ispc/archive/v${version}.tar.gz"
|
||||||
patch_args="-p1"
|
patch_args="-p1"
|
||||||
checksum=f48ef6e8a1fe5ad4fca691583bf7419f4dce1596e7ed850ff99cc017f8711b2f
|
checksum=9ebc29adcdf477659b45155d0f91e61120a12084e42113d0e9f4ce5cfdfbdcab
|
||||||
nopie=yes
|
nopie=yes
|
||||||
|
|
||||||
pre_build() {
|
pre_build() {
|
||||||
sed -i '/tinfo/d' CMakeLists.txt
|
sed -i '/tinfo/d' CMakeLists.txt
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue