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 0C68A138A1A for ; Wed, 18 Feb 2015 16:41:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6A57AE0992; Wed, 18 Feb 2015 16:41:30 +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 96396E0992 for ; Wed, 18 Feb 2015 16:41:29 +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 746F93408C7 for ; Wed, 18 Feb 2015 16:41:28 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1763C120A9 for ; Wed, 18 Feb 2015 16:41:25 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1424272509.0485ea999b29a523390c46e1a26d3278d0384fa7.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-visualization/mantid/ X-VCS-Repository: proj/sci X-VCS-Files: sci-visualization/mantid/ChangeLog sci-visualization/mantid/mantid-3.3.0.ebuild sci-visualization/mantid/metadata.xml X-VCS-Directories: sci-visualization/mantid/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 0485ea999b29a523390c46e1a26d3278d0384fa7 X-VCS-Branch: master Date: Wed, 18 Feb 2015 16:41:25 +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: 86123955-a6e1-4d72-bc74-4ab298674ed6 X-Archives-Hash: eafb48082e1ad789dc7a9056fb9c5997 commit: 0485ea999b29a523390c46e1a26d3278d0384fa7 Author: Justin Lecher gentoo org> AuthorDate: Wed Feb 18 15:15:09 2015 +0000 Commit: Justin Lecher gentoo org> CommitDate: Wed Feb 18 15:15:09 2015 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=0485ea99 sci-visualization/mantid: fix SLOT operators; fix whitespaces Package-Manager: portage-2.2.17 --- sci-visualization/mantid/ChangeLog | 7 ++++ sci-visualization/mantid/mantid-3.3.0.ebuild | 56 ++++++++++++++++------------ sci-visualization/mantid/metadata.xml | 28 +++++++------- 3 files changed, 53 insertions(+), 38 deletions(-) diff --git a/sci-visualization/mantid/ChangeLog b/sci-visualization/mantid/ChangeLog new file mode 100644 index 0000000..642a8f2 --- /dev/null +++ b/sci-visualization/mantid/ChangeLog @@ -0,0 +1,7 @@ +# ChangeLog for sci-visualization/mantid +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: $ + + 18 Feb 2015; Justin Lecher mantid-3.3.0.ebuild, + metadata.xml: + sci-visualization/mantid: fix SLOT operators; fix whitespaces diff --git a/sci-visualization/mantid/mantid-3.3.0.ebuild b/sci-visualization/mantid/mantid-3.3.0.ebuild index 4e756e6..16225c1 100644 --- a/sci-visualization/mantid/mantid-3.3.0.ebuild +++ b/sci-visualization/mantid/mantid-3.3.0.ebuild @@ -5,7 +5,9 @@ EAPI=5 FORTRAN_STANDARD=90 -PYTHON_COMPAT=python2_7 + +PYTHON_COMPAT=( python2_7 ) + inherit eutils cmake-utils versionator python-single-r1 multilib flag-o-matic MAJOR_PV=$(get_version_component_range 1-2) @@ -18,6 +20,9 @@ LICENSE="GPL-3+" SLOT="0" KEYWORDS="~amd64" IUSE="doc +opencascade opencl paraview pch tcmalloc test" + +REQUIRED_USE="${PYTHON_REQUIRED_USE}" + RESTRICT="test" # Testing requires sample data and X11 access # There is a list of dependencies on the Mantid website at: @@ -29,10 +34,10 @@ RDEPEND=" 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}] ) + 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 x11-libs/qscintilla x11-libs/qwt:5 @@ -45,36 +50,39 @@ RDEPEND=" sci-libs/scipy[${PYTHON_USEDEP}] dev-cpp/muParser dev-libs/jsoncpp - dev-libs/openssl - opencascade? ( sci-libs/opencascade[qt4] ) + dev-libs/openssl:0 + opencascade? ( sci-libs/opencascade:=[qt4] ) " DEPEND="${RDEPEND} dev-python/sphinx - doc? ( app-doc/doxygen[dot] - dev-python/sphinx[${PYTHON_USEDEP}] - dev-python/sphinx-bootstrap-theme[${PYTHON_USEDEP}] - app-text/dvipng - dev-texlive/texlive-latex - dev-texlive/texlive-latexextra ) - test? ( dev-util/cppcheck ) + doc? ( + app-doc/doxygen[dot] + dev-python/sphinx[${PYTHON_USEDEP}] + dev-python/sphinx-bootstrap-theme[${PYTHON_USEDEP}] + app-text/dvipng + dev-texlive/texlive-latex + dev-texlive/texlive-latexextra + ) + test? ( dev-util/cppcheck ) " S="${WORKDIR}/${P}-Source" -PATCHES=( "${FILESDIR}/${P}-minigzip-OF.patch" ) +PATCHES=( "${FILESDIR}"/${P}-minigzip-OF.patch ) src_configure() { append-cppflags -DHAVE_IOSTREAM -DHAVE_LIMITS -DHAVE_IOMANIP - mycmakeargs=( $(cmake-utils_use_enable doc QTASSISTANT) - $(cmake-utils_use_use doc DOT) - $(cmake-utils_use doc DOCS_HTML) - $(cmake-utils_use_no opencascade) - $(cmake-utils_use opencl OPENCL_BUILD) - $(cmake-utils_use_use tcmalloc TCMALLOC) - $(cmake-utils_use paraview MAKE_VATES) - $(cmake-utils_use_use pch PRECOMPILED_HEADERS) - $(cmake-utils_use_build test TESTING) + mycmakeargs=( + $(cmake-utils_use_enable doc QTASSISTANT) + $(cmake-utils_use_use doc DOT) + $(cmake-utils_use doc DOCS_HTML) + $(cmake-utils_use_no opencascade) + $(cmake-utils_use opencl OPENCL_BUILD) + $(cmake-utils_use_use tcmalloc TCMALLOC) + $(cmake-utils_use paraview MAKE_VATES) + $(cmake-utils_use_use pch PRECOMPILED_HEADERS) + $(cmake-utils_use_build test TESTING) ) if use opencascade then diff --git a/sci-visualization/mantid/metadata.xml b/sci-visualization/mantid/metadata.xml index 184c922..52e887f 100644 --- a/sci-visualization/mantid/metadata.xml +++ b/sci-visualization/mantid/metadata.xml @@ -1,23 +1,23 @@ -sci - - cjk34@cam.ac.uk - Chris Kerr - I don't develop this software, I'm just a Gentoo user who wanted to install it - -The Mantid project provides a framework that supports + sci + + cjk34@cam.ac.uk + Chris Kerr + I don't develop this software, I'm just a Gentoo user who wanted to install it + + The Mantid project provides a framework that supports high-performance computing and visualisation of scientific data. Mantid has been created to manipulate and analyse neutron scattering and muon spectroscopy data, but could be applied to many other techniques. - - Generate documentation with app-doc/doxygen, QT Assistant etc - Use OpenCascade to show 3D models of instruments - Use OpenCL to accelerate calculations - Enable the Visualisation and Analysis Toolkit ExtensionS (VATES) - Use thread-caching malloc - + + Generate documentation with app-doc/doxygen, QT Assistant etc + Use OpenCascade to show 3D models of instruments + Use OpenCL to accelerate calculations + Enable the Visualisation and Analysis Toolkit ExtensionS (VATES) + Use thread-caching malloc +