[arch-commits] Commit in tbb/repos (4 files)

Felix Yan felixonmars at gemini.archlinux.org
Tue Jul 20 05:18:32 UTC 2021


    Date: Tuesday, July 20, 2021 @ 05:18:32
  Author: felixonmars
Revision: 420161

archrelease: copy trunk to staging-x86_64

Added:
  tbb/repos/staging-x86_64/
  tbb/repos/staging-x86_64/PKGBUILD
    (from rev 420160, tbb/trunk/PKGBUILD)
  tbb/repos/testing-x86_64/
  tbb/repos/testing-x86_64/PKGBUILD
    (from rev 420159, tbb/trunk/PKGBUILD)

-------------------------+
 staging-x86_64/PKGBUILD |   40 ++++++++++++++++++++++++++++++++++++++++
 testing-x86_64/PKGBUILD |   40 ++++++++++++++++++++++++++++++++++++++++
 2 files changed, 80 insertions(+)

Copied: tbb/repos/staging-x86_64/PKGBUILD (from rev 420160, tbb/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD	                        (rev 0)
+++ staging-x86_64/PKGBUILD	2021-07-20 05:18:32 UTC (rev 420161)
@@ -0,0 +1,40 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Stéphane Gaudreault <stephane at archlinux.org>
+# Contributor: Thomas Dziedzic < gostrc at gmail >
+# Contributor: Denis Martinez <deuns.martinez AT gmail.com>
+# Contributor: Bogdan Burlacu <bogdan.burlacu AT pm.me>
+
+pkgname=tbb
+pkgver=2021.3.0
+pkgrel=1
+pkgdesc='High level abstract threading library'
+arch=('x86_64')
+url='https://www.threadingbuildingblocks.org/'
+license=('Apache')
+depends=('gcc-libs')
+makedepends=('cmake' 'inetutils' 'ninja')
+conflicts=('intel-tbb')
+provides=("intel-tbb=$pkgver")
+replaces=('intel-tbb')
+source=(https://github.com/oneapi-src/oneTBB/archive/v$pkgver/$pkgname-$pkgver.tar.gz
+        tbb-gcc-11-433.patch::https://github.com/oneapi-src/oneTBB/pull/433.patch
+        tbb-gcc-11-447.patch::https://github.com/oneapi-src/oneTBB/pull/447.patch)
+sha512sums=('969bc8d1dcf50bd12f70633d0319e46308eb1667cdc6f0503b373a35dcb2fe6b2adf59c26bd3c8e2a99a8d2d8b9f64088db5a43e784218b163b3661d12908c0e'
+            'bd6bfd46c74f45c786c20f72654b554fd20bd105c0739e2e98b17b801f07ee149581df0c4e6f8ed2111dad9da8a9361b5e532572be30604dda32d49102bdca03'
+            '756faf918c56115007241e607590d1d370d45bca9313125987d739a271e022a47043f4bd4f47633c9239e1033299876899c3769d7ae17cfaefb114a5462cda95')
+
+prepare() {
+  patch -d oneTBB-$pkgver -p1 < tbb-gcc-11-433.patch
+  patch -d oneTBB-$pkgver -p1 < tbb-gcc-11-447.patch
+}
+
+build() {
+  cd oneTBB-$pkgver
+  cmake -GNinja .
+  ninja
+}
+
+package() {
+  cd oneTBB-$pkgver
+  DESTDIR="$pkgdir" ninja install
+}

Copied: tbb/repos/testing-x86_64/PKGBUILD (from rev 420159, tbb/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2021-07-20 05:18:32 UTC (rev 420161)
@@ -0,0 +1,40 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Stéphane Gaudreault <stephane at archlinux.org>
+# Contributor: Thomas Dziedzic < gostrc at gmail >
+# Contributor: Denis Martinez <deuns.martinez AT gmail.com>
+# Contributor: Bogdan Burlacu <bogdan.burlacu AT pm.me>
+
+pkgname=tbb
+pkgver=2021.3.0
+pkgrel=1
+pkgdesc='High level abstract threading library'
+arch=('x86_64')
+url='https://www.threadingbuildingblocks.org/'
+license=('Apache')
+depends=('gcc-libs')
+makedepends=('cmake' 'inetutils' 'ninja')
+conflicts=('intel-tbb')
+provides=("intel-tbb=$pkgver")
+replaces=('intel-tbb')
+source=(https://github.com/oneapi-src/oneTBB/archive/v$pkgver/$pkgname-$pkgver.tar.gz
+        tbb-gcc-11-433.patch::https://github.com/oneapi-src/oneTBB/pull/433.patch
+        tbb-gcc-11-447.patch::https://github.com/oneapi-src/oneTBB/pull/447.patch)
+sha512sums=('969bc8d1dcf50bd12f70633d0319e46308eb1667cdc6f0503b373a35dcb2fe6b2adf59c26bd3c8e2a99a8d2d8b9f64088db5a43e784218b163b3661d12908c0e'
+            'bd6bfd46c74f45c786c20f72654b554fd20bd105c0739e2e98b17b801f07ee149581df0c4e6f8ed2111dad9da8a9361b5e532572be30604dda32d49102bdca03'
+            '756faf918c56115007241e607590d1d370d45bca9313125987d739a271e022a47043f4bd4f47633c9239e1033299876899c3769d7ae17cfaefb114a5462cda95')
+
+prepare() {
+  patch -d oneTBB-$pkgver -p1 < tbb-gcc-11-433.patch
+  patch -d oneTBB-$pkgver -p1 < tbb-gcc-11-447.patch
+}
+
+build() {
+  cd oneTBB-$pkgver
+  cmake -GNinja .
+  ninja
+}
+
+package() {
+  cd oneTBB-$pkgver
+  DESTDIR="$pkgdir" ninja install
+}




More information about the arch-commits mailing list