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

Konstantin Gizdov kgizdov at gemini.archlinux.org
Mon Aug 16 12:25:35 UTC 2021


    Date: Monday, August 16, 2021 @ 12:25:34
  Author: kgizdov
Revision: 1000970

upgpkg: root 6.24.02-3: cuda 11.4.1 rebuild

Modified:
  root/trunk/PKGBUILD

----------+
 PKGBUILD |   11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-08-16 11:42:12 UTC (rev 1000969)
+++ PKGBUILD	2021-08-16 12:25:34 UTC (rev 1000970)
@@ -7,7 +7,7 @@
 pkgbase=root
 pkgname=('root' 'root-cuda')
 pkgver=6.24.02
-pkgrel=2
+pkgrel=3
 pkgdesc='C++ data analysis framework and interpreter from CERN'
 arch=('x86_64')
 url='https://root.cern'
@@ -21,7 +21,6 @@
     'cuda'
     'cudnn'
     'gcc-fortran'
-    'gcc10-fortran'
     'git'
     'go'
     'libxml2'
@@ -177,9 +176,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 \
+    CC=/usr/bin/gcc \
+    CXX=/usr/bin/g++ \
+    FC=/usr/bin/f95 \
     cmake -C "${srcdir}/settings-cuda.cmake" \
         ${CUSTOM_CMAKE_FLAGS} \
         ${CUSTOM_CUDA_ARCH} \
@@ -298,6 +297,6 @@
     provides=('root')
     conflicts=('root')
     depends+=('cuda' 'cudnn')
-    optdepends+=('gcc10-fortran: Enable the Fortran components of ROOT')
+    optdepends+=('gcc-fortran: Enable the Fortran components of ROOT')
     _package build-cuda
 }



More information about the arch-commits mailing list