[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#57675] [PATCH 07/10] gnu: Add libdispatch.
From: |
Hilton Chain |
Subject: |
[bug#57675] [PATCH 07/10] gnu: Add libdispatch. |
Date: |
Mon, 26 Sep 2022 21:32:49 +0800 |
* gnu/packages/c.scm (libdispatch): New variable.
---
gnu/packages/c.scm | 26 ++++++++++++++++++++++++++
1 file changed, 26 insertions(+)
diff --git a/gnu/packages/c.scm b/gnu/packages/c.scm
index 10275970b1..4c183e3b95 100644
--- a/gnu/packages/c.scm
+++ b/gnu/packages/c.scm
@@ -55,6 +55,7 @@ (define-module (gnu packages c)
#:use-module (gnu packages perl)
#:use-module (gnu packages texinfo)
#:use-module (gnu packages guile)
+ #:use-module (gnu packages llvm)
#:use-module (gnu packages lua)
#:use-module (gnu packages multiprecision)
#:use-module (gnu packages pcre)
@@ -1258,3 +1259,28 @@ (define-public utest-h
(description
"This package provides a header-only unit testing library for C/C++.")
(license license:unlicense))))
+
+(define-public libdispatch
+ (package
+ (name "libdispatch")
+ (version "5.7")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/apple/swift-corelibs-libdispatch")
+ (commit (string-append "swift-" version "-RELEASE"))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
+ "0skg1azbhbg7y0ql2a5sx6lmfip8l1rajqm95zzf9xv45n4dg9nn"))))
+ (build-system cmake-build-system)
+ (native-inputs (list clang-toolchain))
+ (home-page "https://apple.github.io/swift-corelibs-libdispatch/")
+ (synopsis
+ "Comprehensive support for concurrent code execution on multicore
+hardware")
+ (description
+ "Grand Central Dispatch (GCD or libdispatch) provides comprehensive
+support for concurrent code execution on multicore hardware.")
+ (license license:asl2.0)))
--
2.37.3
[bug#57675] [PATCH 00/10] gnu: telegram-desktop: Update to 4.2.2., Hilton Chain, 2022/09/26
- [bug#57675] [PATCH 01/10] gnu: kcoreaddons: Update to 5.98.0., Hilton Chain, 2022/09/26
- [bug#57675] [PATCH 02/10] gnu: Add abseil-cpp-cxxstd17., Hilton Chain, 2022/09/26
- [bug#57675] [PATCH 03/10] gnu: Add crc32c., Hilton Chain, 2022/09/26
- [bug#57675] [PATCH 04/10] gnu: webrtc-for-telegram-desktop: Update to 621f3da5., Hilton Chain, 2022/09/26
- [bug#57675] [PATCH 05/10] gnu: webrtc-for-telegram-desktop: Order inputs alphabetically., Hilton Chain, 2022/09/26
- [bug#57675] [PATCH 06/10] gnu: Remove libvpx-for-telegram-desktop., Hilton Chain, 2022/09/26
- [bug#57675] [PATCH 07/10] gnu: Add libdispatch.,
Hilton Chain <=
- [bug#57675] [PATCH 08/10] gnu: telegram-desktop: Update to 4.2.2., Hilton Chain, 2022/09/26
- [bug#57675] [PATCH 09/10] gnu: telegram-desktop: Order inputs alphabetically., Hilton Chain, 2022/09/26
- [bug#57675] [PATCH 10/10] gnu: telegram: Remove unused variables., Hilton Chain, 2022/09/26
- [bug#57675] [PATCH 08/10] gnu: telegram-desktop: Update to 4.2.2., Liliana Marie Prikler, 2022/09/27
- bug#57675: [PATCH 08/10] gnu: telegram-desktop: Update to 4.2.2., Liliana Marie Prikler, 2022/09/28
- [bug#57675] [PATCH 08/10] gnu: telegram-desktop: Update to 4.2.2., Hilton Chain, 2022/09/29
[bug#57675] [PATCH 07/10] gnu: Add libdispatch., Liliana Marie Prikler, 2022/09/27
[bug#57675] [PATCH 01/10] gnu: kcoreaddons: Update to 5.98.0., Liliana Marie Prikler, 2022/09/26