Skip to content

Commit

Permalink
community/libdispatch: upgrade to 5.10
Browse files Browse the repository at this point in the history
  • Loading branch information
J0WI authored and ptrcnull committed Apr 10, 2024
1 parent 17b73a0 commit e82ddbc
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions community/libdispatch/APKBUILD
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
# Contributor: Patrycja Rosa <[email protected]>
# Maintainer: Patrycja Rosa <[email protected]>
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"
Expand Down Expand Up @@ -35,15 +33,15 @@ build() {

check() {
ctest --output-on-failure -j $JOBS --test-dir build \
-E dispatch_select # timeout
-E dispatch_select # fail
}

package() {
DESTDIR="$pkgdir" cmake --install build
}

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
Expand Down

0 comments on commit e82ddbc

Please sign in to comment.