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:36
Message-Id: 1422554443.85d64673078ff32eb26eccfab1806ffb491fc062.ottxor@gentoo
1 commit: 85d64673078ff32eb26eccfab1806ffb491fc062
2 Author: Chris Kerr <debdepba <AT> dasganma <DOT> tk>
3 AuthorDate: Thu Jan 29 18:00:43 2015 +0000
4 Commit: Christoph Junghans <ottxor <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 29 18:00:43 2015 +0000
6 URL: http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=85d64673
7
8 Switch USE_PRECOMPILED_HEADERS with pch USE flag
9
10 ---
11 sci-visualization/mantid/mantid-3.3.0.ebuild | 3 ++-
12 1 file changed, 2 insertions(+), 1 deletion(-)
13
14 diff --git a/sci-visualization/mantid/mantid-3.3.0.ebuild b/sci-visualization/mantid/mantid-3.3.0.ebuild
15 index 609cede..053c559 100644
16 --- a/sci-visualization/mantid/mantid-3.3.0.ebuild
17 +++ b/sci-visualization/mantid/mantid-3.3.0.ebuild
18 @@ -17,7 +17,7 @@ SRC_URI="mirror://sourceforge/project/${PN}/${MAJOR_PV}/${P}-Source.tar.gz"
19 LICENSE="GPL-3+"
20 SLOT="0"
21 KEYWORDS="~amd64"
22 -IUSE="doc +opencascade opencl paraview tcmalloc test"
23 +IUSE="doc +opencascade opencl paraview pch tcmalloc test"
24 RESTRICT="test" # Testing requires sample data and X11 access
25
26 # There is a list of dependencies on the Mantid website at:
27 @@ -73,6 +73,7 @@ src_configure() {
28 $(cmake-utils_use opencl OPENCL_BUILD)
29 $(cmake-utils_use_use tcmalloc TCMALLOC)
30 $(cmake-utils_use paraview MAKE_VATES)
31 + $(cmake-utils_use_use pch PRECOMPILED_HEADERS)
32 $(cmake-utils_use_build test TESTING)
33 -DCMAKE_PREFIX_PATH="${CASROOT}"
34 )