# Template file for 'ispc' pkgname=ispc version=1.11.0 revision=1 archs="i686 x86_64" build_style=cmake hostmakedepends="clang python 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" maintainer="Andrea Brancaleoni " license="BSD" homepage="https://ispc.github.io" distfiles="https://github.com/ispc/ispc/archive/v${version}.tar.gz" patch_args="-p1" checksum=f48ef6e8a1fe5ad4fca691583bf7419f4dce1596e7ed850ff99cc017f8711b2f nopie=yes pre_build() { sed -i '/tinfo/d' CMakeLists.txt }