commit:     85d64673078ff32eb26eccfab1806ffb491fc062
Author:     Chris Kerr <debdepba <AT> dasganma <DOT> tk>
AuthorDate: Thu Jan 29 18:00:43 2015 +0000
Commit:     Christoph Junghans <ottxor <AT> gentoo <DOT> org>
CommitDate: Thu Jan 29 18:00:43 2015 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=85d64673

Switch USE_PRECOMPILED_HEADERS with pch USE flag

---
 sci-visualization/mantid/mantid-3.3.0.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/sci-visualization/mantid/mantid-3.3.0.ebuild 
b/sci-visualization/mantid/mantid-3.3.0.ebuild
index 609cede..053c559 100644
--- a/sci-visualization/mantid/mantid-3.3.0.ebuild
+++ b/sci-visualization/mantid/mantid-3.3.0.ebuild
@@ -17,7 +17,7 @@ 
SRC_URI="mirror://sourceforge/project/${PN}/${MAJOR_PV}/${P}-Source.tar.gz"
 LICENSE="GPL-3+"
 SLOT="0"
 KEYWORDS="~amd64"
-IUSE="doc +opencascade opencl paraview tcmalloc test"
+IUSE="doc +opencascade opencl paraview pch tcmalloc test"
 RESTRICT="test" # Testing requires sample data and X11 access
 
 # There is a list of dependencies on the Mantid website at:
@@ -73,6 +73,7 @@ src_configure() {
                        $(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)
                        -DCMAKE_PREFIX_PATH="${CASROOT}"
                )

Reply via email to