commit: a9332332ca6ff033bc84fc882ead86f0c9a6eb59 Author: Matthias Maier <tamiko <AT> gentoo <DOT> org> AuthorDate: Sat Apr 23 00:44:01 2016 +0000 Commit: Christoph Junghans <ottxor <AT> gentoo <DOT> org> CommitDate: Sat Apr 23 00:44:01 2016 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=a9332332
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 sci-libs/dealii/dealii-8.1.0-r2.ebuild | 7 ++++++- sci-libs/dealii/dealii-8.2.1-r1.ebuild | 7 ++++++- sci-libs/dealii/dealii-8.3.0.ebuild | 7 ++++++- sci-libs/dealii/dealii-8.4.1.ebuild | 7 ++++++- sci-libs/dealii/dealii-9999.ebuild | 7 ++++++- 5 files changed, 30 insertions(+), 5 deletions(-) diff --git a/sci-libs/dealii/dealii-8.1.0-r2.ebuild b/sci-libs/dealii/dealii-8.1.0-r2.ebuild index 0e5b3d5..4beb1fe 100644 --- a/sci-libs/dealii/dealii-8.1.0-r2.ebuild +++ b/sci-libs/dealii/dealii-8.1.0-r2.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/" diff --git a/sci-libs/dealii/dealii-8.2.1-r1.ebuild b/sci-libs/dealii/dealii-8.2.1-r1.ebuild index 829de6d..10578c2 100644 --- a/sci-libs/dealii/dealii-8.2.1-r1.ebuild +++ b/sci-libs/dealii/dealii-8.2.1-r1.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/" diff --git a/sci-libs/dealii/dealii-8.3.0.ebuild b/sci-libs/dealii/dealii-8.3.0.ebuild index 4836555..e4c7eac 100644 --- a/sci-libs/dealii/dealii-8.3.0.ebuild +++ b/sci-libs/dealii/dealii-8.3.0.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/" diff --git a/sci-libs/dealii/dealii-8.4.1.ebuild b/sci-libs/dealii/dealii-8.4.1.ebuild index 11c2c0c..4db7256 100644 --- a/sci-libs/dealii/dealii-8.4.1.ebuild +++ b/sci-libs/dealii/dealii-8.4.1.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/" diff --git a/sci-libs/dealii/dealii-9999.ebuild b/sci-libs/dealii/dealii-9999.ebuild index 11c2c0c..4db7256 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/"
