ispc: update to 1.12.0.
This commit is contained in:
parent
820cca89c5
commit
b15068a49a
|
@ -1,10 +1,10 @@
|
|||
# Template file for 'ispc'
|
||||
pkgname=ispc
|
||||
version=1.11.0
|
||||
version=1.12.0
|
||||
revision=1
|
||||
archs="i686 x86_64"
|
||||
build_style=cmake
|
||||
hostmakedepends="clang python m4 bison flex llvm"
|
||||
hostmakedepends="clang python3 m4 bison flex llvm"
|
||||
configure_args="-DISPC_NO_DUMPS=yes"
|
||||
makedepends="ncurses-devel zlib-devel"
|
||||
short_desc="A compiler for high-performance SIMD programming on the CPU"
|
||||
|
@ -13,9 +13,9 @@ license="BSD"
|
|||
homepage="https://ispc.github.io"
|
||||
distfiles="https://github.com/ispc/ispc/archive/v${version}.tar.gz"
|
||||
patch_args="-p1"
|
||||
checksum=f48ef6e8a1fe5ad4fca691583bf7419f4dce1596e7ed850ff99cc017f8711b2f
|
||||
checksum=9ebc29adcdf477659b45155d0f91e61120a12084e42113d0e9f4ce5cfdfbdcab
|
||||
nopie=yes
|
||||
|
||||
pre_build() {
|
||||
sed -i '/tinfo/d' CMakeLists.txt
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue