Source: libnccl-2.29.7-1+cuda13.2.aarch64.rpm.tgz # rpmrebuild autogenerated specfile #to build from spec using rpmbuild : #ln -s / /tmp/buildroot #rpmbuild --buildroot /tmp/buildroot -bb specfile #rm /tmp/builroot %define defaultbuildroot / AutoProv: no %undefine __find_provides AutoReq: no %undefine __find_requires # Do not try autogenerate prereq/conflicts/obsoletes and check files %undefine __check_files %undefine __find_prereq %undefine __find_conflicts %undefine __find_obsoletes # Be sure buildpolicy set to do nothing %define __spec_install_post %{nil} # Something that need for rpm-4.1 %define _missing_doc_files_terminate_build 0 #dummy #dummy #BUILDHOST: 90163ab462f8 #BUILDTIME: Fri Feb 27 08:05:50 2026 #SOURCERPM: libnccl-2.29.7-1+cuda13.2.src.rpm #RPMVERSION: 4.19.1.1 #COOKIE: 90163ab462f8 1772172350 #OS: linux #SIZE: 237988358 #ARCHIVESIZE: 237988912 #ARCH: aarch64 #BuildArch: aarch64 Name: libnccl Version: 2.29.7 Release: 2+cuda13.2 License: Proprietary Group: Unspecified Summary: NVIDIA Collective Communication Library (NCCL) URL: https://developer.nvidia.com/nccl Provides: libnccl = 2.29.7 Provides: libnccl = 2.29.7-1+cuda13.2 Provides: libnccl(aarch-64) = 2.29.7-1+cuda13.2 Requires(post): /sbin/ldconfig Requires(postun): /sbin/ldconfig Requires: glibc Requires: libgcc Requires: libstdc++ #Requires: rpmlib(CompressedFileNames) <= 3.0.4-1 #Requires: rpmlib(FileDigests) <= 4.6.0-1 #Requires: rpmlib(PayloadFilesHavePrefix) <= 4.0-1 %description NCCL (pronounced "Nickel") is a stand-alone library of standard collective communication routines for GPUs, implementing all-reduce, all-gather, reduce, broadcast, and reduce-scatter. It has been optimized to achieve high bandwidth on any platform using PCIe, NVLink, NVswitch, as well as networking using InfiniBand Verbs or TCP/IP sockets. This package contains the runtime libraries. %files "/usr/lib64/libnccl.so.2" %attr(0755, root, root) "/usr/lib64/libnccl.so.2.29.7" %doc %attr(0644, root, root) "/usr/share/doc/libnccl/LICENSE.txt" %post -p /sbin/ldconfig %postun -p /sbin/ldconfig %changelog * Wed Jul 08 2015 Andy Dick - Initial cuda RPM repackaging %package static Summary: NVIDIA Collective Communication Library (NCCL) %description static %install rm -rf %{buildroot} mkdir -p %{buildroot} tar -zxvf %{SOURCE0} -C %{buildroot}