From e82ddbcd244c71eaaaca26a0ca608107ade24d97 Mon Sep 17 00:00:00 2001 From: J0WI Date: Mon, 25 Mar 2024 22:20:39 +0100 Subject: [PATCH] community/libdispatch: upgrade to 5.10 --- community/libdispatch/APKBUILD | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/community/libdispatch/APKBUILD b/community/libdispatch/APKBUILD index 1896c3e163b3..b3aad826635e 100644 --- a/community/libdispatch/APKBUILD +++ b/community/libdispatch/APKBUILD @@ -1,13 +1,11 @@ # Contributor: Patrycja Rosa # Maintainer: Patrycja Rosa pkgname=libdispatch -pkgver=5.9.2 +pkgver=5.10 pkgrel=0 pkgdesc="Comprehensive support for concurrent code execution on multicore hardware" url="https://apple.github.io/swift-corelibs-libdispatch" -# armhf: fatal error: error in backend: Cannot select: intrinsic %llvm.arm.clrex -# riscv64: failing tests -arch="all !armhf !riscv64" +arch="all" license="Apache-2.0" depends_dev="$pkgname bsd-compat-headers" makedepends="$depends_dev clang cmake samurai linux-headers" @@ -35,7 +33,7 @@ build() { check() { ctest --output-on-failure -j $JOBS --test-dir build \ - -E dispatch_select # timeout + -E dispatch_select # fail } package() { @@ -43,7 +41,7 @@ package() { } sha512sums=" -43a1ffd2c113cde3fb8683444a43b5b8b577d3002e9b1a09ba5f9bcd15fd9ff02cb9e3c9f9e860079901b8bfa493341192cf1567d47a03492b17da3b19fd0b5d libdispatch-5.9.2.tar.gz +95e697b95a1adab00f6634ffbb9a0214a05dac55df10e05f253813d513f3a198ff37eb136d0562dddfb8dc5a7cab8465a26d78f21f70fdfcda7614d6ff27d0b9 libdispatch-5.10.tar.gz f446969a2ccd6368b8ae994712019271438b050659e6a600f1d542516981ff9879d65ba48c5c0c2664ed9961aa61edb6c8f5febe447bdeb0ad71b0d9fcd426df avoid-libkqueue.patch 28d74bee58c1db1ed6d865dfea7e6aca18435b5ccfa77bd172fed17bda93b8ed997b614c40b728e3412a3a61531f01ce1f2ce636dc08a21d1606a7099da7a90f remove-werror.patch 148da81026badd7999c2317dfcfe274e544562a5ef294253738add68d203e450d430a16f43eb6674c3b3b3f18a6b82799bce3f5aebcbe3f80ee460dbb38e4663 getprogname-musl.patch