[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Gsrc-commit] trunk r5336: update root to 6.13.02
From: |
Carl Hansen |
Subject: |
[Gsrc-commit] trunk r5336: update root to 6.13.02 |
Date: |
Fri, 23 Mar 2018 22:40:14 -0400 (EDT) |
User-agent: |
Bazaar (2.7.0dev1) |
------------------------------------------------------------
revno: 5336
revision-id: address@hidden
parent: address@hidden
committer: address@hidden
branch nick: trunk
timestamp: Fri 2018-03-23 19:40:10 -0700
message:
update root to 6.13.02
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 2018-02-12 07:42:11 +0000
+++ b/pkg/other/root/Makefile 2018-03-24 02:40:10 +0000
@@ -20,7 +20,7 @@
NAME = ROOT
GARNAME = root
-GARVERSION = 6.12.06
+GARVERSION = 6.13.02
HOME_URL = https://root.cern.ch
DESCRIPTION = Scientific data framework from CERN, includes a C++ interpreter.
@@ -35,6 +35,7 @@
######################################################################
# https://root.cern.ch/download/root_v6.12.06.source.tar.gz
+# https://root.cern.ch/download/root_v6.13.02.source.tar.gz
MASTER_SITES = https://root.cern.ch/
MASTER_SUBDIR = download/
DISTFILES = $(GARNAME)_v$(GARVERSION).source.tar.gz
@@ -49,6 +50,8 @@
#MAKE_CXX_FLAGS = -D_GLIBCXX_USE_CXX11_ABI=1
# HINTS:
# apt install openssl libxpm-dev libxpm4 libxft-dev libxft2 libxext-dev
+#
+# "-Dcxx17=ON"
######################################################################
=== modified file 'pkg/other/root/config.mk'
--- a/pkg/other/root/config.mk 2018-02-23 03:47:39 +0000
+++ b/pkg/other/root/config.mk 2018-03-24 02:40:10 +0000
@@ -1,5 +1,6 @@
## Configuration options ##
+# older version needed this:
#CONFIGURE_OPTS += -DCMAKE_CXX_FLAGS=-D_GLIBCXX_USE_CXX11_ABI=0
-CONFIGURE_OPTS ?=
+CONFIGURE_OPTS += -DCMAKE_CXX_FLAGS=-Dcxx17=ON
BUILD_OPTS ?=
=== modified file 'pkg/other/root/sha256sums'
--- a/pkg/other/root/sha256sums 2018-02-12 07:42:11 +0000
+++ b/pkg/other/root/sha256sums 2018-03-24 02:40:10 +0000
@@ -1,1 +1,1 @@
-aedcfd2257806e425b9f61b483e25ba600eb0ea606e21262eafaa9dc745aa794
download/root_v6.12.06.source.tar.gz
+338a65f54ab5efb6c875372a0737497690388853b8458969cd54fb9a6b3e3ea1
download/root_v6.13.02.source.tar.gz
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Gsrc-commit] trunk r5336: update root to 6.13.02,
Carl Hansen <=