[arch-commits] Commit in tbb/repos/staging-x86_64 (PKGBUILD PKGBUILD)

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


    Date: Tuesday, July 20, 2021 @ 05:28:05
  Author: felixonmars
Revision: 420163

archrelease: copy trunk to staging-x86_64

Added:
  tbb/repos/staging-x86_64/PKGBUILD
    (from rev 420162, tbb/trunk/PKGBUILD)
Deleted:
  tbb/repos/staging-x86_64/PKGBUILD

----------+
 PKGBUILD |   80 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 40 insertions(+), 40 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-07-20 05:27:44 UTC (rev 420162)
+++ PKGBUILD	2021-07-20 05:28:05 UTC (rev 420163)
@@ -1,40 +0,0 @@
-# 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/staging-x86_64/PKGBUILD (from rev 420162, tbb/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-07-20 05:28:05 UTC (rev 420163)
@@ -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=2
+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 -DCMAKE_INSTALL_PREFIX=/usr .
+  ninja
+}
+
+package() {
+  cd oneTBB-$pkgver
+  DESTDIR="$pkgdir" ninja install
+}




More information about the arch-commits mailing list