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

Konstantin Gizdov kgizdov at gemini.archlinux.org
Fri Jan 21 17:08:53 UTC 2022


    Date: Friday, January 21, 2022 @ 17:08:53
  Author: kgizdov
Revision: 1112419

upgpkg: root 6.24.06-14: cuda and cudnn update rebuild

Modified:
  root/trunk/PKGBUILD

----------+
 PKGBUILD |   10 ++--------
 1 file changed, 2 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-01-21 17:08:40 UTC (rev 1112418)
+++ PKGBUILD	2022-01-21 17:08:53 UTC (rev 1112419)
@@ -7,11 +7,12 @@
 pkgbase=root
 pkgname=('root' 'root-cuda')
 pkgver=6.24.06
-pkgrel=12
+pkgrel=14
 pkgdesc='C++ data analysis framework and interpreter from CERN'
 arch=('x86_64')
 url='https://root.cern'
 license=('LGPL2.1' 'GPL' 'custom:University of California and Stanford University License')
+options=(!lto)
 makedepends=(
     'ccache'
     'cern-vdt'
@@ -134,18 +135,11 @@
 
     # update system flags
     # don't let ROOT play around with lib paths
-    # the following is no longer necessary
-    # sed -i -e 's at SetLibraryPath();@@g' \
-    #     "${srcdir}/${pkgbase}-${pkgver}/rootx/src/rootx.cxx"
-    # now only depends on IS_RPATH_BUILD being set
-    # so pass it to GCC
     export CPPFLAGS="${CPPFLAGS} -DIS_RPATH_BUILD=1"
     # make sure pthread gets detected
     CUSTOM_COMPILER_FLAGS="${CPPFLAGS} -pthread"
     export CFLAGS="${CFLAGS} ${CUSTOM_COMPILER_FLAGS}"
     export CXXFLAGS="${CXXFLAGS} ${CUSTOM_COMPILER_FLAGS}"
-    # do not link undefined
-    CUSTOM_COMPILER_FLAGS+=" -Wl,--no-undefined"
     export LDFLAGS="${LDFLAGS} ${CUSTOM_COMPILER_FLAGS}"
 
     # go flags for built-in clang



More information about the arch-commits mailing list