[arch-commits] Commit in nccl/repos (3 files)

Lukas Fleischer lfleischer at archlinux.org
Sun Dec 15 18:23:55 UTC 2019


    Date: Sunday, December 15, 2019 @ 18:23:55
  Author: lfleischer
Revision: 537789

db-move: moved nccl from [community-testing] to [community] (x86_64)

Added:
  nccl/repos/community-x86_64/PKGBUILD
    (from rev 537788, nccl/repos/community-testing-x86_64/PKGBUILD)
Deleted:
  nccl/repos/community-testing-x86_64/
  nccl/repos/community-x86_64/PKGBUILD

---------------------------+
 /PKGBUILD                 |   44 ++++++++++++++++++++++++++++++++++++++++++++
 community-x86_64/PKGBUILD |   43 -------------------------------------------
 2 files changed, 44 insertions(+), 43 deletions(-)

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2019-12-15 18:23:44 UTC (rev 537788)
+++ community-x86_64/PKGBUILD	2019-12-15 18:23:55 UTC (rev 537789)
@@ -1,43 +0,0 @@
-# Maintainer: Sven-Hendrik Haase <svenstaro at gmail.com>
-# Contributor: Daniel Bermond < yahoo-com: danielbermond >
-
-pkgname=nccl
-pkgver=2.5.6
-pkgrel=1
-pkgdesc='Library for NVIDIA multi-GPU and multi-node collective communication primitives'
-arch=('x86_64')
-url='https://developer.nvidia.com/nccl/'
-license=('BSD')
-depends=('glibc')
-makedepends=('git' 'cuda')
-source=("$pkgname"::"git+https://github.com/NVIDIA/nccl.git#tag=v${pkgver}-1")
-sha256sums=('SKIP')
-
-prepare() {
-  cd "$pkgname"
-
-  # rename BUILDDIR Makefile variable to avoid conflict with makepkg's one
-  local _file
-  local _filelist
-  _filelist="$(find . -type f -exec grep 'BUILDDIR' {} + | awk -F':' '{ print $1 }' | uniq)"
-  for _file in $_filelist
-  do
-    sed -i 's/BUILDDIR/_BUILDPATH/g' "$_file"
-  done
-}
-
-build() {
-  cd "$pkgname"
-
-  make CUDA_HOME='/opt/cuda' src.build
-}
-
-package() {
-  cd "${pkgname}/build"
-
-  install -Dm644 include/nccl.h "${pkgdir}/usr/include/nccl.h"
-  mkdir -p "${pkgdir}/usr/lib"
-  cp -a lib/* "${pkgdir}/usr/lib"
-
-  install -Dm644  "${srcdir}/${pkgname}"/LICENSE.txt "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: nccl/repos/community-x86_64/PKGBUILD (from rev 537788, nccl/repos/community-testing-x86_64/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2019-12-15 18:23:55 UTC (rev 537789)
@@ -0,0 +1,44 @@
+# Maintainer: Sven-Hendrik Haase <svenstaro at gmail.com>
+# Contributor: Daniel Bermond < yahoo-com: danielbermond >
+
+pkgname=nccl
+pkgver=2.5.6
+_upstr_pkgrel=2
+pkgrel=3
+pkgdesc='Library for NVIDIA multi-GPU and multi-node collective communication primitives'
+arch=('x86_64')
+url='https://developer.nvidia.com/nccl/'
+license=('BSD')
+depends=('glibc')
+makedepends=('git' 'cuda')
+source=("$pkgname"::"git+https://github.com/NVIDIA/nccl.git#tag=v${pkgver}-${_upstr_pkgrel}")
+sha256sums=('SKIP')
+
+prepare() {
+  cd "$pkgname"
+
+  # rename BUILDDIR Makefile variable to avoid conflict with makepkg's one
+  local _file
+  local _filelist
+  _filelist="$(find . -type f -exec grep 'BUILDDIR' {} + | awk -F':' '{ print $1 }' | uniq)"
+  for _file in $_filelist
+  do
+    sed -i 's/BUILDDIR/_BUILDPATH/g' "$_file"
+  done
+}
+
+build() {
+  cd "$pkgname"
+
+  make CUDA_HOME='/opt/cuda' src.build
+}
+
+package() {
+  cd "${pkgname}/build"
+
+  install -Dm644 include/nccl.h "${pkgdir}/usr/include/nccl.h"
+  mkdir -p "${pkgdir}/usr/lib"
+  cp -a lib/* "${pkgdir}/usr/lib"
+
+  install -Dm644  "${srcdir}/${pkgname}"/LICENSE.txt "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}



More information about the arch-commits mailing list