gsrc-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gsrc-commit] trunk r9037: update root to 6.28.00


From: Carl Hansen
Subject: [Gsrc-commit] trunk r9037: update root to 6.28.00
Date: Fri, 3 Mar 2023 19:56:01 -0500 (EST)
User-agent: Bazaar (2.7.0dev1)

------------------------------------------------------------
revno: 9037
revision-id: carlhansen@gnu.org-20230304005552-9rwgnnyjj07aw3vq
parent: carlhansen@gnu.org-20230303061750-os8f1wr1bkcrtmrh
committer: Carl Hansen <carlhansen@gnu.org>
branch nick: trunk
timestamp: Fri 2023-03-03 16:55:52 -0800
message:
  update root to 6.28.00
modified:
  pkg/other/root/Makefile        makefile-20161025063657-4wx3eeqz615u34a7-3
  pkg/other/root/config.mk       config.mk-20161025063657-4wx3eeqz615u34a7-2
  pkg/other/root/sha256sums      sha256sums-20161025063657-4wx3eeqz615u34a7-4
=== modified file 'pkg/other/root/Makefile'
--- a/pkg/other/root/Makefile   2022-11-18 23:30:05 +0000
+++ b/pkg/other/root/Makefile   2023-03-04 00:55:52 +0000
@@ -1,4 +1,4 @@
-# Copyright ©2016, 2017, 2018, 2019, 2020, 2021, 2022 Carl Hansen 
<carlhansen@gnu.org>
+# Copyright ©2016-2023 Carl Hansen <carlhansen@gnu.org>
 # 
 # This file is part of GSRC, the GNU Source Release Collection.
 # http://www.gnu.org/software/gsrc
@@ -21,7 +21,7 @@
 
 NAME = ROOT
 GARNAME = root
-GARVERSION = 6.26.10
+GARVERSION = 6.28.00
 
 HOME_URL = https://root.cern.ch 
 DESCRIPTION = Scientific data framework from CERN, includes a C++ interpreter.
@@ -45,9 +45,6 @@
 BUILDDEPS =
 LIBDEPS =
 
-# not typical gsrc practice:
-WORKOBJ = $(WORKSRC)/build
-
 # previously needed:
 #MAKE_CXX_FLAGS = -D_GLIBCXX_USE_CXX11_ABI=1
 # HINTS:
@@ -56,13 +53,15 @@
 # "-Dcxx17=ON"
 #
 
-# HINT, before upgrading : make uninstall
+# HINT, before build upgraded version : make uninstall
 # uninstall the old version before building, so doesn't look at
 # old include files..
 
 ######################################################################
 
-#CONFIGURE_OPTS +=  -DCMAKE_CXX_FLAGS=-D_GLIBCXX_USE_CXX11_ABI=1
+#CONFIGURE_ARGS +=  -DCMAKE_CXX_FLAGS=-D_GLIBCXX_USE_CXX11_ABI=1
+
+BUILD_ARGS +=  LDFLAGS+=-Wl,--rpath-link=$$(pwd)/$(WORKOBJ)/lib
 
 include ../../../gar/gar.lib/cmake.mk
 include config.mk

=== modified file 'pkg/other/root/config.mk'
--- a/pkg/other/root/config.mk  2022-04-25 02:44:45 +0000
+++ b/pkg/other/root/config.mk  2023-03-04 00:55:52 +0000
@@ -3,9 +3,12 @@
 # older version needed this:
 #CONFIGURE_OPTS +=  -DCMAKE_CXX_FLAGS=-D_GLIBCXX_USE_CXX11_ABI=0
 #CONFIGURE_OPTS +=  -DCMAKE_CXX_FLAGS=-Dcxx17=ON
+
 CONFIGURE_OPTS ?= 
-BUILD_OPTS ?= CC=$(HOME)/bin/gcc  CFLAGS+=" -pthread -fpermissive" CXXFLAGS+=" 
-pthread -fpermissive" 
-#BUILD_OPTS ?= 
+#BUILD_OPTS ?=   CFLAGS+=" -pthread -fpermissive" CXXFLAGS+=" -pthread 
-fpermissive" 
+#BUILD_OPTS ?=  LDFLAGS+=--rpath-link=$(WORKOBJ)/lib
+
+BUILD_OPTS ?=
 # on GNU/Linux:
 
 #LDFLAGS=-L/home/carl/build/gsrc/pkg/other/root/work/root-6.22.00-build/lib 
-rpath-link=/home/carl/build/gsrc/pkg/other/root/work/root-6.22.00-build/lib

=== modified file 'pkg/other/root/sha256sums'
--- a/pkg/other/root/sha256sums 2022-11-18 23:30:05 +0000
+++ b/pkg/other/root/sha256sums 2023-03-04 00:55:52 +0000
@@ -1,1 +1,1 @@
-8e56bec397104017aa54f9eb554de7a1a134474fe0b3bb0f43a70fc4fabd625f  
download/root_v6.26.10.source.tar.gz
+afa1c5c06d0915411cb9492e474ea9ab12b09961a358e7e559013ed63b5d8084  
download/root_v6.28.00.source.tar.gz


reply via email to

[Prev in Thread] Current Thread [Next in Thread]