ispc: update to 1.10.0.
This commit is contained in:
parent
ca4fd3388d
commit
423d3e5413
|
@ -1,10 +1,10 @@
|
|||
# Template file for 'ispc'
|
||||
pkgname=ispc
|
||||
version=1.9.2
|
||||
revision=3
|
||||
version=1.10.0
|
||||
revision=1
|
||||
only_for_archs="i686 x86_64"
|
||||
build_style=gnu-makefile
|
||||
hostmakedepends="llvm clang python m4 bison flex"
|
||||
hostmakedepends="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 <abc@pompel.me>"
|
||||
|
@ -12,7 +12,7 @@ license="BSD"
|
|||
homepage="https://ispc.github.io"
|
||||
distfiles="https://github.com/ispc/ispc/archive/v${version}.tar.gz"
|
||||
patch_args="-p1"
|
||||
checksum=76a14e22f05a52fb0b30142686a6cb144b0415b39be6c9fcd3f17ac23447f0b2
|
||||
checksum=0aa30e989f8d446b2680c9078d5c5db70634f40b9aa07db387aa35aa08dd0b81
|
||||
nopie=yes
|
||||
|
||||
pre_build() {
|
||||
|
|
Loading…
Reference in New Issue