From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 7ABCD138A1A for ; Sat, 31 Jan 2015 20:19:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5F2EEE08F9; Sat, 31 Jan 2015 20:19:24 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id AC5ECE08F9 for ; Sat, 31 Jan 2015 20:19:23 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0895E3407F9 for ; Sat, 31 Jan 2015 20:19:23 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 99187E49F for ; Sat, 31 Jan 2015 20:19:15 +0000 (UTC) From: "Christoph Junghans" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Christoph Junghans" Message-ID: <1422521805.03d95aedbfe3fad37cc724e72e847dcdad0b4a90.ottxor@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-visualization/mantid/ X-VCS-Repository: proj/sci X-VCS-Files: sci-visualization/mantid/mantid-3.3.0.ebuild X-VCS-Directories: sci-visualization/mantid/ X-VCS-Committer: ottxor X-VCS-Committer-Name: Christoph Junghans X-VCS-Revision: 03d95aedbfe3fad37cc724e72e847dcdad0b4a90 X-VCS-Branch: master Date: Sat, 31 Jan 2015 20:19:15 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: f52c787a-e516-4761-be2c-9345657e7593 X-Archives-Hash: be284a5053337fba7fd17ae0080ffe12 commit: 03d95aedbfe3fad37cc724e72e847dcdad0b4a90 Author: Chris Kerr dasganma tk> AuthorDate: Thu Jan 29 08:56:45 2015 +0000 Commit: Christoph Junghans gentoo 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 ) "