aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Maier <tamiko@gentoo.org>2017-03-15 13:25:59 -0500
committerMatthias Maier <tamiko@gentoo.org>2017-03-15 14:00:38 -0500
commit45fc975669d7146aa26dd83c960afd018029efd3 (patch)
treec9f518f9fc7855219fa992065ea47e7e7417e643
parentnet-misc/cernbox-client: Bump to 2.3.0, (#754) (diff)
downloadsci-45fc975669d7146aa26dd83c960afd018029efd3.tar.gz
sci-45fc975669d7146aa26dd83c960afd018029efd3.tar.bz2
sci-45fc975669d7146aa26dd83c960afd018029efd3.zip
sci-libs/dealii: do not compile examples (only source gets installed)
Package-Manager: Portage-2.3.3, Repoman-2.3.2
-rw-r--r--sci-libs/dealii/dealii-9999.ebuild11
1 files changed, 6 insertions, 5 deletions
diff --git a/sci-libs/dealii/dealii-9999.ebuild b/sci-libs/dealii/dealii-9999.ebuild
index 6523b9621..4053d8a38 100644
--- a/sci-libs/dealii/dealii-9999.ebuild
+++ b/sci-libs/dealii/dealii-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -71,15 +71,16 @@ src_configure() {
local mycmakeargs=(
-DDEAL_II_PACKAGE_VERSION=9999
+ -DCMAKE_INSTALL_RPATH_USE_LINK_PATH=OFF
-DDEAL_II_ALLOW_AUTODETECTION=OFF
-DDEAL_II_ALLOW_BUNDLED=OFF
-DDEAL_II_ALLOW_PLATFORM_INTROSPECTION=OFF
- -DCMAKE_INSTALL_RPATH_USE_LINK_PATH=OFF
- -DDEAL_II_LIBRARY_RELDIR="$(get_libdir)"
- -DDEAL_II_SHARE_RELDIR="share/${PN}"
- -DDEAL_II_DOCREADME_RELDIR="share/doc/${P}"
+ -DDEAL_II_COMPILE_EXAMPLES=OFF
-DDEAL_II_DOCHTML_RELDIR="share/doc/${P}/html"
+ -DDEAL_II_DOCREADME_RELDIR="share/doc/${P}"
-DDEAL_II_EXAMPLES_RELDIR="share/doc/${P}/examples"
+ -DDEAL_II_LIBRARY_RELDIR="$(get_libdir)"
+ -DDEAL_II_SHARE_RELDIR="share/${PN}"
-DDEAL_II_WITH_BZIP2=ON
-DDEAL_II_WITH_ZLIB=ON
$(cmake-utils_use arpack DEAL_II_WITH_ARPACK)