aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Kerr <debdepba@dasganma.tk>2015-01-29 18:00:43 +0000
committerChris Kerr <debdepba@dasganma.tk>2015-01-29 18:00:43 +0000
commit85d64673078ff32eb26eccfab1806ffb491fc062 (patch)
treec85820c64cef035c897fa86c10151fd71c3f44bd /sci-visualization/mantid
parentEnable DOCS_HTML with USE=doc (diff)
downloadsci-85d64673078ff32eb26eccfab1806ffb491fc062.tar.gz
sci-85d64673078ff32eb26eccfab1806ffb491fc062.tar.bz2
sci-85d64673078ff32eb26eccfab1806ffb491fc062.zip
Switch USE_PRECOMPILED_HEADERS with pch USE flag
Diffstat (limited to 'sci-visualization/mantid')
-rw-r--r--sci-visualization/mantid/mantid-3.3.0.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/sci-visualization/mantid/mantid-3.3.0.ebuild b/sci-visualization/mantid/mantid-3.3.0.ebuild
index 609cedef4..053c55979 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}"
)