# Template file for 'ispc' pkgname=ispc version=1.9.2 revision=1 only_for_archs="i686 x86_64" build_style=gnu-makefile hostmakedepends="llvm clang python m4 bison flex" 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" checksum=76a14e22f05a52fb0b30142686a6cb144b0415b39be6c9fcd3f17ac23447f0b2 nopie=yes pre_build() { sed -i '/WERROR=/d' Makefile } do_install() { vbin ispc vlicense LICENSE.txt }