Jakub Klinkovský pushed to branch main at Arch Linux / Packaging / Packages / root
Commits: 171d1ec4 by Jakub Klinkovský at 2025-02-04T19:36:41+01:00 upgpkg: 6.34.02-4: rebuild for cudnn 9.7 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,7 +1,7 @@ pkgbase = root pkgdesc = C++ data analysis framework and interpreter from CERN pkgver = 6.34.02 - pkgrel = 3 + pkgrel = 4 url = https://root.cern arch = x86_64 license = LGPL-2.1-or-later ===================================== PKGBUILD ===================================== @@ -8,7 +8,7 @@ pkgbase=root pkgname=(root root-cuda) pkgver=6.34.02 -pkgrel=3 +pkgrel=4 pkgdesc='C++ data analysis framework and interpreter from CERN' arch=(x86_64) url='https://root.cern' @@ -164,7 +164,7 @@ build() { # In general, we want to list all real archs (sm_XX) and the latest virtual arch (compute_XX) for future PTX compatibility. # Valid values can be discovered from nvcc --help - local cuda_archs="50;52;53;60;61;62;70;72;75;80;86;87;89;90;90a;90a-virtual" + local cuda_archs="50;52;53;60;61;62;70;72;75;80;86;87;89;90;90a;100;101;120;120-virtual" local cuda_cmake_options=( -Dcuda=ON View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/root/-/commit/171d1ec405df5e239607e5d7299b8b76d92866e4 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/root/-/commit/171d1ec405df5e239607e5d7299b8b76d92866e4 You're receiving this email because of your account on gitlab.archlinux.org.