commit:     03d95aedbfe3fad37cc724e72e847dcdad0b4a90
Author:     Chris Kerr <debdepba <AT> dasganma <DOT> tk>
AuthorDate: Thu Jan 29 08:56:45 2015 +0000
Commit:     Christoph Junghans <ottxor <AT> gentoo <DOT> org>
CommitDate: Thu Jan 29 08:56:45 2015 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=03d95aed

Added the dependencies listed on the Mantid website

---
 sci-visualization/mantid/mantid-3.3.0.ebuild | 12 ++++++++++--
 1 file changed, 10 insertions(+), 2 deletions(-)

diff --git a/sci-visualization/mantid/mantid-3.3.0.ebuild 
b/sci-visualization/mantid/mantid-3.3.0.ebuild
index 52d953f..27a77d3 100644
--- a/sci-visualization/mantid/mantid-3.3.0.ebuild
+++ b/sci-visualization/mantid/mantid-3.3.0.ebuild
@@ -20,21 +20,26 @@ KEYWORDS="~amd64"
 IUSE="doc opencl paraview shared-libs tcmalloc test"
 RESTRICT="test" # Testing requires sample data and X11 access
 
+# There is a list of dependencies on the Mantid website at:
+# http://www.mantidproject.org/Mantid_Prerequisites
 RDEPEND="
        ${PYTHON_DEPS}
        >=sci-libs/nexus-4.2[${PYTHON_USEDEP}]
        >=dev-libs/poco-1.4.2
        dev-libs/boost[python,${PYTHON_USEDEP}]
+       >=dev-qt/qthelp-4.6:4
+       >=dev-qt/qtwebkit-4.6:4
+       doc?            ( >=dev-qt/assistant-4.6:4 )
        opencl?         ( virtual/opencl )
        tcmalloc?       ( dev-util/google-perftools )
        paraview?       ( 
>=sci-visualization/paraview-4[python,${PYTHON_USEDEP}] )
        virtual/opengl
-       dev-qt/qthelp
        x11-libs/qscintilla
        x11-libs/qwt:5
        x11-libs/qwtplot3d
        dev-python/PyQt4[${PYTHON_USEDEP}]
        sci-libs/gsl
+       dev-python/sip[${PYTHON_USEDEP}]
        dev-python/ipython[qt4,${PYTHON_USEDEP}]
        dev-python/numpy[${PYTHON_USEDEP}]
        sci-libs/scipy[${PYTHON_USEDEP}]
@@ -48,7 +53,10 @@ DEPEND="${RDEPEND}
        dev-python/sphinx
        doc?    ( app-doc/doxygen[dot]
                  dev-python/sphinx[${PYTHON_USEDEP}]
-                 dev-python/sphinx-bootstrap-theme[${PYTHON_USEDEP}] )
+                 dev-python/sphinx-bootstrap-theme[${PYTHON_USEDEP}]
+                 app-text/dvipng
+                 dev-texlive/texlive-latex
+                 dev-texlive/texlive-latexextra )
        test?   ( dev-util/cppcheck )
 "
 

Reply via email to