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

Felix Yan felixonmars at archlinux.org
Mon Jun 29 08:34:20 UTC 2020


    Date: Monday, June 29, 2020 @ 08:34:19
  Author: felixonmars
Revision: 390571

archrelease: copy trunk to extra-x86_64

Added:
  tbb/repos/extra-x86_64/PKGBUILD
    (from rev 390570, tbb/trunk/PKGBUILD)
Deleted:
  tbb/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   70 +++++++++++++++++++++++++++++++------------------------------
 1 file changed, 36 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-06-29 08:34:10 UTC (rev 390570)
+++ PKGBUILD	2020-06-29 08:34:19 UTC (rev 390571)
@@ -1,34 +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=intel-tbb
-pkgver=2020.2
-pkgrel=1
-pkgdesc='High level abstract threading library'
-arch=(x86_64)
-url='https://www.threadingbuildingblocks.org/'
-license=(GPL)
-depends=(gcc-libs)
-makedepends=(cmake inetutils)
-source=($pkgname-$pkgver.tar.gz::https://github.com/intel/tbb/archive/v$pkgver.tar.gz)
-sha256sums=('4804320e1e6cbe3a5421997b52199e3c1a3829b2ecb6489641da4b8e32faf500')
-
-build() {
-  cd oneTBB-$pkgver
-  make
-}
-
-package() {
-  cd oneTBB-$pkgver
-  install -d "$pkgdir"/usr/lib
-  install -m755 build/linux_*/*.so* "$pkgdir"/usr/lib
-  install -d "$pkgdir"/usr/include
-  cp -a include/tbb "$pkgdir"/usr/include
-  cmake \
-    -DINSTALL_DIR="$pkgdir"/usr/lib/cmake/TBB \
-    -DSYSTEM_NAME=Linux -DTBB_VERSION_FILE="$pkgdir"/usr/include/tbb/tbb_stddef.h \
-    -P cmake/tbb_config_installer.cmake
-}

Copied: tbb/repos/extra-x86_64/PKGBUILD (from rev 390570, tbb/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-06-29 08:34:19 UTC (rev 390571)
@@ -0,0 +1,36 @@
+# 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=2020.2
+pkgrel=1
+pkgdesc='High level abstract threading library'
+arch=('x86_64')
+url='https://www.threadingbuildingblocks.org/'
+license=('Apache')
+depends=('gcc-libs')
+makedepends=('cmake' 'inetutils')
+conflicts=('intel-tbb')
+provides=("intel-tbb=$pkgver")
+replaces=('intel-tbb')
+source=(https://github.com/oneapi-src/oneTBB/archive/v$pkgver/$pkgname-$pkgver.tar.gz)
+sha256sums=('4804320e1e6cbe3a5421997b52199e3c1a3829b2ecb6489641da4b8e32faf500')
+
+build() {
+  cd oneTBB-$pkgver
+  make
+}
+
+package() {
+  cd oneTBB-$pkgver
+  install -Dm755 build/linux_*/*.so* -t "$pkgdir"/usr/lib
+  install -d "$pkgdir"/usr/include
+  cp -a include/tbb "$pkgdir"/usr/include
+  cmake \
+    -DINSTALL_DIR="$pkgdir"/usr/lib/cmake/TBB \
+    -DSYSTEM_NAME=Linux -DTBB_VERSION_FILE="$pkgdir"/usr/include/tbb/tbb_stddef.h \
+    -P cmake/tbb_config_installer.cmake
+}



More information about the arch-commits mailing list