aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Savchenko <bircoph@gmail.com>2013-11-09 09:02:40 +0400
committerAndrew Savchenko <bircoph@gmail.com>2013-11-09 09:02:40 +0400
commit23ba3390b4d4287a87586013853f50d9b15f7632 (patch)
tree39d4f9d5da7f4262a87c1dfe2cde71ffc595564c /sci-physics/root/files/root-5.32.00-explicit-functions.patch
parentsci-chemistry/freeon-1.0.8: Version bump. (diff)
downloadsci-23ba3390b4d4287a87586013853f50d9b15f7632.tar.gz
sci-23ba3390b4d4287a87586013853f50d9b15f7632.tar.bz2
sci-23ba3390b4d4287a87586013853f50d9b15f7632.zip
sci-physics/root: update dependencies and eclass
- Update pythia8 dependency. - Use EAPI=5. - Migration to python-single-r1 eclass.
Diffstat (limited to 'sci-physics/root/files/root-5.32.00-explicit-functions.patch')
-rw-r--r--sci-physics/root/files/root-5.32.00-explicit-functions.patch18
1 files changed, 18 insertions, 0 deletions
diff --git a/sci-physics/root/files/root-5.32.00-explicit-functions.patch b/sci-physics/root/files/root-5.32.00-explicit-functions.patch
new file mode 100644
index 000000000..570d61e68
--- /dev/null
+++ b/sci-physics/root/files/root-5.32.00-explicit-functions.patch
@@ -0,0 +1,18 @@
+--- root/io/io/Module.mk.orig 2012-02-29 19:46:38.000000000 +0400
++++ root/io/io/Module.mk 2012-03-09 02:29:19.905665572 +0400
+@@ -67,15 +67,5 @@
+ distclean:: distclean-$(MODNAME)
+
+ ##### extra rules ######
+-#ifeq ($(GCC_VERS_FULL),gcc-4.4.0)
+-ifeq ($(GCC_VERS),gcc-4.4)
+-ifneq ($(filter -O%,$(OPT)),)
+ $(call stripsrc,$(IODIRS)/TStreamerInfoReadBuffer.o): CXXFLAGS += -DR__EXPLICIT_FUNCTION_INSTANTIATION
+-endif
+-endif
+-ifeq ($(GCC_VERS),gcc-4.5)
+-ifneq ($(filter -O%,$(OPT)),)
+ $(call stripsrc,$(IODIRS)/TStreamerInfoReadBuffer.o): CXXFLAGS += -DR__EXPLICIT_FUNCTION_INSTANTIATION
+-endif
+-endif
+-