aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Kerr <debdepba@dasganma.tk>2015-01-29 17:43:07 +0000
committerChris Kerr <debdepba@dasganma.tk>2015-01-29 17:59:13 +0000
commitb8faa24a8174cc49f97e25235d8b88c7e7266b6d (patch)
tree95f0080bbd778fe5bb3eeb3b14f0124dc11181f5 /sci-visualization/mantid/mantid-3.3.0.ebuild
parentUsing append-cppflags from flag-o-matic as suggested by @junghans (diff)
downloadsci-b8faa24a8174cc49f97e25235d8b88c7e7266b6d.tar.gz
sci-b8faa24a8174cc49f97e25235d8b88c7e7266b6d.tar.bz2
sci-b8faa24a8174cc49f97e25235d8b88c7e7266b6d.zip
Realised that BUILD_SHARED_LIBS doesn't do anything so removed the option
In the main Mantid code, BUILD_SHARED_LIBS only has any effect under Cygwin. It also appears in the test code, specifically the bundled gmock and gtest, but there is a set(BUILD_SHARED_LIBS Off) command overriding what is set on the command line anyway.
Diffstat (limited to 'sci-visualization/mantid/mantid-3.3.0.ebuild')
-rw-r--r--sci-visualization/mantid/mantid-3.3.0.ebuild3
1 files changed, 1 insertions, 2 deletions
diff --git a/sci-visualization/mantid/mantid-3.3.0.ebuild b/sci-visualization/mantid/mantid-3.3.0.ebuild
index ecb38b278..a848c4c7e 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 shared-libs tcmalloc test"
+IUSE="doc +opencascade opencl paraview tcmalloc test"
RESTRICT="test" # Testing requires sample data and X11 access
# There is a list of dependencies on the Mantid website at:
@@ -70,7 +70,6 @@ src_configure() {
$(cmake-utils_use_use doc DOT)
$(cmake-utils_use_no opencascade)
$(cmake-utils_use opencl OPENCL_BUILD)
- $(cmake-utils_use_build shared-libs SHARED_LIBS)
$(cmake-utils_use_use tcmalloc TCMALLOC)
$(cmake-utils_use paraview MAKE_VATES)
$(cmake-utils_use_build test TESTING)