[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Gsrc-commit] trunk r4074: root from CERN, almost correct
From: |
Carl Hansen |
Subject: |
[Gsrc-commit] trunk r4074: root from CERN, almost correct |
Date: |
Tue, 25 Oct 2016 06:37:41 +0000 (UTC) |
User-agent: |
Bazaar (2.6b2) |
------------------------------------------------------------
revno: 4074
revision-id: address@hidden
parent: address@hidden
committer: address@hidden
branch nick: trunk
timestamp: Mon 2016-10-24 23:37:36 -0700
message:
root from CERN, almost correct
added:
pkg/other/root/ root-20161025063657-4wx3eeqz615u34a7-1
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
=== added directory 'pkg/other/root'
=== added file 'pkg/other/root/Makefile'
--- a/pkg/other/root/Makefile 1970-01-01 00:00:00 +0000
+++ b/pkg/other/root/Makefile 2016-10-25 06:37:36 +0000
@@ -0,0 +1,56 @@
+# Copyright © 2016 Carl Hansen <address@hidden>
+# #
+# This file is part of GSRC.
+#
+# GSRC is free software: you can redistribute it and/or modify it
+# under the terms of the GNU General Public License as published by
+# the Free Software Foundation, either version 3 of the License, or
+# (at your option) any later version.
+#
+# GSRC is distributed in the hope that it will be useful, but WITHOUT
+# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+# or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public
+# License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with GSRC. If not, see <http://www.gnu.org/licenses/>.
+
+NAME = root
+GARNAME = root
+GARVERSION = 6.06.08
+HOME_URL = https://root.cern.ch
+DESCRIPTION = Scientific framework used at CERN, includes a C++ interpreter.
+define BLURB
+ROOT is a modular scientific software framework. It provides all the
+functionalities needed to deal with big data processing, statistical
+analysis, visualisation and storage. It is mainly written in C++ but
+integrated with other languages such as Python and R. Include a C++
+interpreter. Source code is 104 megabytes.
+endef
+
+######################################################################
+#https://root.cern.ch/download/root_v6.06.08.source.tar.gz
+MASTER_SITES = https://root.cern.ch/
+MASTER_SUBDIR = download/
+DISTFILES = $(GARNAME)_v$(GARVERSION).source.tar.gz
+SIGFILES =
+LICENSE = LGPL 2.1, GSL under GPL, RooFit under UC/Stanford free license, see
https://root.cern.ch/license
+CONFIGURE_SCRIPTS = $(WORKSRC)/CMakeLists.txt
+BUILDDEPS =
+LIBDEPS =
+
+WORKOBJ = $(WORKDIR)/$(DISTNAME)-build
+MAKE_CXX_FLAGS = -D_GLIBCXX_USE_CXX11_ABI=0
+######################################################################
+
+CONFIGURE_OPTS += -DCMAKE_CXX_FLAGS=-D_GLIBCXX_USE_CXX11_ABI=0
+include ../../../gar/gar.lib/cmake.mk
+include ../../../gar/gar.lib/auto.mk
+
+include config.mk
+
+pre-configure:
+ mkdir -p $(WORKOBJ)
+ (cd $(WORKOBJ); cmake ../$(DISTNAME) -Dgnuinstall=ON
-DCMAKE_CXX_FLAGS=-D_GLIBCXX_USE_CXX11_ABI=0 )
+
+
=== added file 'pkg/other/root/config.mk'
--- a/pkg/other/root/config.mk 1970-01-01 00:00:00 +0000
+++ b/pkg/other/root/config.mk 2016-10-25 06:37:36 +0000
@@ -0,0 +1,5 @@
+## Configuration options ##
+
+CONFIGURE_OPTS += -DCMAKE_CXX_FLAGS=-D_GLIBCXX_USE_CXX11_ABI=0
+#CONFIGURE_OPTS ?=
+BUILD_OPTS ?=
=== added file 'pkg/other/root/sha256sums'
--- a/pkg/other/root/sha256sums 1970-01-01 00:00:00 +0000
+++ b/pkg/other/root/sha256sums 2016-10-25 06:37:36 +0000
@@ -0,0 +1,1 @@
+7cb836282014cce822ef589cad27811eb7a86d7fad45a871fa6b0e6319ec201a
download/root_v6.06.08.source.tar.gz
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Gsrc-commit] trunk r4074: root from CERN, almost correct,
Carl Hansen <=