Date: Monday, May 16, 2022 @ 09:08:37 Author: foutrelis Revision: 1207532
upgpkg: ispc 1.18.0-2: llvm 13.0.1-3 rebuild New llvm broke ABI likely due to the new libstdc++ from GCC 12: undefined symbol: _ZNKSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE7compareEPKc, version LLVM_13 Modified: ispc/trunk/PKGBUILD ----------+ PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-05-16 09:08:13 UTC (rev 1207531) +++ PKGBUILD 2022-05-16 09:08:37 UTC (rev 1207532) @@ -3,7 +3,7 @@ pkgname=ispc pkgver=1.18.0 -pkgrel=1 +pkgrel=2 pkgdesc="Compiler for high-performance SIMD programming on the CPU" arch=(x86_64) url="https://ispc.github.io/"
