Date: Saturday, December 19, 2020 @ 20:58:05 Author: archange Revision: 780029
upgpkg: ispc 1.15.0-1 Modified: ispc/trunk/PKGBUILD ----------+ PKGBUILD | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-12-19 20:52:15 UTC (rev 780028) +++ PKGBUILD 2020-12-19 20:58:05 UTC (rev 780029) @@ -2,7 +2,7 @@ # Maintainer: Bruno Pagani <[email protected]> pkgname=ispc -pkgver=1.14.1 +pkgver=1.15.0 pkgrel=1 pkgdesc="Compiler for high-performance SIMD programming on the CPU" arch=(x86_64) @@ -11,11 +11,9 @@ depends=(ncurses zlib llvm-libs clang) makedepends=(llvm python lib32-glibc cmake) # level-zero-headers level-zero-loader openmp spirv-llvm-translator vc-intrinsics) source=(https://github.com/ispc/ispc/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz - ispc-libclang-cpp.patch - ispc-llvm11.patch::https://github.com/ispc/ispc/commit/3753974cc19a5c065abc693d5166072837d868f1.patch) -sha256sums=('3a7ee9ab90b9e9932b7b4effc9bb3ef45ca271d60d9ec6bc8c335242b5ec097b' - 'f6a162b8b60e0a0d17526c4e70bf9bc681c0e16cfee2b8cde1d7f9a5a99b8e78' - 'a4c409ab92da556ffc475453417ba49a7009cf02c39479d88a186549c67b99fe') + ispc-libclang-cpp.patch) +sha256sums=('788f44abefa508644384307c9ea69ef311ce5d4cfcb513b89e56d08f04d0d4be' + 'f6a162b8b60e0a0d17526c4e70bf9bc681c0e16cfee2b8cde1d7f9a5a99b8e78') prepare() { cd ${pkgname}-${pkgver} @@ -22,8 +20,6 @@ patch -p1 -i ../ispc-libclang-cpp.patch # Build with unified libclang-cpp.so # Remove tests that requires DUMPS (https://github.com/ispc/ispc/issues/1752) sed -i '/debug-phase/d' tests/lit-tests/arg_parsing_errors.ispc - # https://github.com/ispc/ispc/pull/1863 - patch -p1 -i ../ispc-llvm11.patch } build() {
