diff options
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/dealii/dealii-8.1.0-r2.ebuild | 7 | ||||
-rw-r--r-- | sci-libs/dealii/dealii-8.2.1-r1.ebuild | 7 | ||||
-rw-r--r-- | sci-libs/dealii/dealii-8.3.0.ebuild | 7 | ||||
-rw-r--r-- | sci-libs/dealii/dealii-8.4.1.ebuild | 7 | ||||
-rw-r--r-- | 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 0e5b3d5c4..4beb1fe18 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 829de6d43..10578c21b 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 4836555bc..e4c7eac72 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 11c2c0c7d..4db725686 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 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/" |