ispc: update to 1.15.0.
This commit is contained in:
parent
090a5ae99f
commit
7b044d4716
1 changed files with 4 additions and 4 deletions
|
@ -1,18 +1,18 @@
|
||||||
# Template file for 'ispc'
|
# Template file for 'ispc'
|
||||||
pkgname=ispc
|
pkgname=ispc
|
||||||
version=1.14.1
|
version=1.15.0
|
||||||
revision=2
|
revision=1
|
||||||
archs="x86_64*"
|
archs="x86_64*"
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="-DISPC_NO_DUMPS=ON -DARM_ENABLED=OFF"
|
configure_args="-DISPC_NO_DUMPS=ON -DARM_ENABLED=OFF"
|
||||||
hostmakedepends="clang clang-tools-extra python3 m4 bison flex llvm"
|
hostmakedepends="clang clang-tools-extra python3 m4 bison flex llvm"
|
||||||
makedepends="ncurses-devel zlib-devel"
|
makedepends="ncurses-devel ncurses-libtinfo-devel zlib-devel"
|
||||||
short_desc="Compiler for high-performance SIMD programming on the CPU"
|
short_desc="Compiler for high-performance SIMD programming on the CPU"
|
||||||
maintainer="Andrea Brancaleoni <abc@pompel.me>"
|
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=3a7ee9ab90b9e9932b7b4effc9bb3ef45ca271d60d9ec6bc8c335242b5ec097b
|
checksum=2658ff00dc045ac9fcefbf6bd26dffaf723b059a942a27df91bbb61bc503a285
|
||||||
patch_args="-p1"
|
patch_args="-p1"
|
||||||
nocross=yes
|
nocross=yes
|
||||||
nopie=yes
|
nopie=yes
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue