[arch-commits] Commit in nccl/trunk (PKGBUILD)

Sven-Hendrik Haase svenstaro at gemini.archlinux.org
Sat Jan 1 18:27:24 UTC 2022


    Date: Saturday, January 1, 2022 @ 18:27:23
  Author: svenstaro
Revision: 1091903

upgpkg: nccl 2.11.4-3: Fix fat LTO

Modified:
  nccl/trunk/PKGBUILD

----------+
 PKGBUILD |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-01-01 17:58:29 UTC (rev 1091902)
+++ PKGBUILD	2022-01-01 18:27:23 UTC (rev 1091903)
@@ -1,4 +1,4 @@
-# Maintainer: Sven-Hendrik Haase <svenstaro at gmail.com>
+# Maintainer: Sven-Hendrik Haase <svenstaro at archlinux.org>
 # Maintainer: Konstantin Gizdov <arch at kge dot pw>
 # Contributor: Daniel Bermond < yahoo-com: danielbermond >
 
@@ -5,7 +5,7 @@
 pkgname=nccl
 pkgver=2.11.4
 _upstr_pkgrel=1
-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/'
@@ -50,6 +50,7 @@
                        -gencode=arch=compute_86,code=sm_86 \
                        -gencode=arch=compute_86,code=compute_86"
 
+  export CXXFLAGS+=" -ffat-lto-objects"
   make CUDA_HOME=/opt/cuda PREFIX=/usr src.build
 }
 



More information about the arch-commits mailing list