ispc: update to 1.20.0.

This commit is contained in:
Andrea Brancaleoni 2023-05-16 18:09:24 +02:00
parent 8eb640a051
commit 82304842f1

View file

@ -1,7 +1,7 @@
# Template file for 'ispc' # Template file for 'ispc'
pkgname=ispc pkgname=ispc
version=1.19.0 version=1.20.0
revision=2 revision=1
archs="aarch64* x86_64*" archs="aarch64* x86_64*"
build_style=cmake build_style=cmake
configure_args="-DISPC_INCLUDE_EXAMPLES=OFF -DISPC_INCLUDE_RT=OFF" configure_args="-DISPC_INCLUDE_EXAMPLES=OFF -DISPC_INCLUDE_RT=OFF"
@ -12,7 +12,7 @@ maintainer="Andrea Brancaleoni <abc@pompel.me>"
license="BSD-3-Clause" license="BSD-3-Clause"
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"
checksum=da1eccb8ead495b22d642340f3bab11fb64dd2223cd9cc92f0492f70b30f34b5 checksum=28a1de948fb8b6bbe81d981a4821306167c64c305e839708423abb6322cf3b22
nocross=yes nocross=yes
nopie=yes nopie=yes