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

Konstantin Gizdov kgizdov at archlinux.org
Mon Jun 14 13:27:52 UTC 2021


    Date: Monday, June 14, 2021 @ 13:27:51
  Author: kgizdov
Revision: 963436

upgpkg: root 6.24.00-5: CUDA 11.3.1 rebuild

Modified:
  root/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-06-14 12:52:05 UTC (rev 963435)
+++ PKGBUILD	2021-06-14 13:27:51 UTC (rev 963436)
@@ -7,7 +7,7 @@
 pkgbase=root
 pkgname=('root' 'root-cuda')
 pkgver=6.24.00
-pkgrel=4
+pkgrel=5
 pkgdesc='C++ data analysis framework and interpreter from CERN'
 arch=('x86_64')
 url='https://root.cern'
@@ -21,6 +21,7 @@
     'cuda'
     'cudnn'
     'gcc-fortran'
+    'gcc10-fortran'
     'git'
     'go'
     'libxml2'
@@ -53,7 +54,6 @@
     'graphviz'
     'gsl'
     'hicolor-icon-theme'
-    'intel-tbb'
     'libafterimage'
     'librsvg'
     'libxpm'
@@ -60,6 +60,7 @@
     'nlohmann-json'
     'python'
     'python-numpy'
+    'tbb'
     'tex-gyre-fonts'
     'unixodbc'
     'xxhash>=0.6.5-1'
@@ -176,6 +177,9 @@
     mkdir -p "${srcdir}/build-cuda"
     cd "${srcdir}/build-cuda"
 
+    CC=/usr/bin/gcc-10 \
+    CXX=/usr/bin/g++-10 \
+    FC=/usr/bin/f95_10 \
     cmake -C "${srcdir}/settings-cuda.cmake" \
         ${CUSTOM_CMAKE_FLAGS} \
         ${CUSTOM_CUDA_ARCH} \
@@ -294,6 +298,6 @@
     provides=('root')
     conflicts=('root')
     depends+=('cuda' 'cudnn')
-    optdepends+=('gcc-fortran: Enable the Fortran components of ROOT')
+    optdepends+=('gcc10-fortran: Enable the Fortran components of ROOT')
     _package build-cuda
 }



More information about the arch-commits mailing list