Gentoo Archives: gentoo-commits

From: Christoph Junghans <ottxor@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: sci-visualization/mantid/
Date: Sat, 31 Jan 2015 20:19:25
Message-Id: 1422521805.03d95aedbfe3fad37cc724e72e847dcdad0b4a90.ottxor@gentoo
1 commit: 03d95aedbfe3fad37cc724e72e847dcdad0b4a90
2 Author: Chris Kerr <debdepba <AT> dasganma <DOT> tk>
3 AuthorDate: Thu Jan 29 08:56:45 2015 +0000
4 Commit: Christoph Junghans <ottxor <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 29 08:56:45 2015 +0000
6 URL: http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=03d95aed
7
8 Added the dependencies listed on the Mantid website
9
10 ---
11 sci-visualization/mantid/mantid-3.3.0.ebuild | 12 ++++++++++--
12 1 file changed, 10 insertions(+), 2 deletions(-)
13
14 diff --git a/sci-visualization/mantid/mantid-3.3.0.ebuild b/sci-visualization/mantid/mantid-3.3.0.ebuild
15 index 52d953f..27a77d3 100644
16 --- a/sci-visualization/mantid/mantid-3.3.0.ebuild
17 +++ b/sci-visualization/mantid/mantid-3.3.0.ebuild
18 @@ -20,21 +20,26 @@ KEYWORDS="~amd64"
19 IUSE="doc opencl paraview shared-libs tcmalloc test"
20 RESTRICT="test" # Testing requires sample data and X11 access
21
22 +# There is a list of dependencies on the Mantid website at:
23 +# http://www.mantidproject.org/Mantid_Prerequisites
24 RDEPEND="
25 ${PYTHON_DEPS}
26 >=sci-libs/nexus-4.2[${PYTHON_USEDEP}]
27 >=dev-libs/poco-1.4.2
28 dev-libs/boost[python,${PYTHON_USEDEP}]
29 + >=dev-qt/qthelp-4.6:4
30 + >=dev-qt/qtwebkit-4.6:4
31 + doc? ( >=dev-qt/assistant-4.6:4 )
32 opencl? ( virtual/opencl )
33 tcmalloc? ( dev-util/google-perftools )
34 paraview? ( >=sci-visualization/paraview-4[python,${PYTHON_USEDEP}] )
35 virtual/opengl
36 - dev-qt/qthelp
37 x11-libs/qscintilla
38 x11-libs/qwt:5
39 x11-libs/qwtplot3d
40 dev-python/PyQt4[${PYTHON_USEDEP}]
41 sci-libs/gsl
42 + dev-python/sip[${PYTHON_USEDEP}]
43 dev-python/ipython[qt4,${PYTHON_USEDEP}]
44 dev-python/numpy[${PYTHON_USEDEP}]
45 sci-libs/scipy[${PYTHON_USEDEP}]
46 @@ -48,7 +53,10 @@ DEPEND="${RDEPEND}
47 dev-python/sphinx
48 doc? ( app-doc/doxygen[dot]
49 dev-python/sphinx[${PYTHON_USEDEP}]
50 - dev-python/sphinx-bootstrap-theme[${PYTHON_USEDEP}] )
51 + dev-python/sphinx-bootstrap-theme[${PYTHON_USEDEP}]
52 + app-text/dvipng
53 + dev-texlive/texlive-latex
54 + dev-texlive/texlive-latexextra )
55 test? ( dev-util/cppcheck )
56 "