aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Maier <tamiko@gentoo.org>2016-04-22 19:44:01 -0500
committerMatthias Maier <tamiko@gentoo.org>2016-04-22 19:44:01 -0500
commita9332332ca6ff033bc84fc882ead86f0c9a6eb59 (patch)
tree2b2650f8cd8e1cd857d7d6cbb4d60c1d56a3f728 /sci-libs/dealii/dealii-9999.ebuild
parentsci-libs/trilinos: Version bump to 12.6.2 (diff)
downloadsci-a9332332ca6ff033bc84fc882ead86f0c9a6eb59.tar.gz
sci-a9332332ca6ff033bc84fc882ead86f0c9a6eb59.tar.bz2
sci-a9332332ca6ff033bc84fc882ead86f0c9a6eb59.zip
sci-libs/dealii: do not remove FindLAPACK.cmake module from build environment
deal.II uses a FindLAPACK.cmake file to call into the system FindLAPACK.cmake module and to do additional setup - do not remove it during the prepare stage. Package-Manager: portage-2.2.26
Diffstat (limited to 'sci-libs/dealii/dealii-9999.ebuild')
-rw-r--r--sci-libs/dealii/dealii-9999.ebuild7
1 files changed, 6 insertions, 1 deletions
diff --git a/sci-libs/dealii/dealii-9999.ebuild b/sci-libs/dealii/dealii-9999.ebuild
index 11c2c0c7d..4db725686 100644
--- a/sci-libs/dealii/dealii-9999.ebuild
+++ b/sci-libs/dealii/dealii-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -6,6 +6,11 @@ EAPI=5
inherit cmake-utils eutils multilib
+# deal.II uses its own FindLAPACK.cmake file that calls into the system
+# FindLAPACK.cmake module and does additional internal setup. Do not remove
+# any of these modules:
+CMAKE_REMOVE_MODULES_LIST=""
+
DESCRIPTION="Solving partial differential equations with the finite element method"
HOMEPAGE="http://www.dealii.org/"