From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 1EDE0138208 for ; Sat, 23 Apr 2016 23:21:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6BA3F21C007; Sat, 23 Apr 2016 23:21:40 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6AB0921C004 for ; Sat, 23 Apr 2016 23:21:39 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E42FE340CF6 for ; Sat, 23 Apr 2016 23:21:37 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 72EDE95E for ; Sat, 23 Apr 2016 23:21:35 +0000 (UTC) From: "Christoph Junghans" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Christoph Junghans" Message-ID: <1461372241.a9332332ca6ff033bc84fc882ead86f0c9a6eb59.ottxor@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-libs/dealii/ X-VCS-Repository: proj/sci X-VCS-Files: sci-libs/dealii/dealii-8.1.0-r2.ebuild sci-libs/dealii/dealii-8.2.1-r1.ebuild sci-libs/dealii/dealii-8.3.0.ebuild sci-libs/dealii/dealii-8.4.1.ebuild sci-libs/dealii/dealii-9999.ebuild X-VCS-Directories: sci-libs/dealii/ X-VCS-Committer: ottxor X-VCS-Committer-Name: Christoph Junghans X-VCS-Revision: a9332332ca6ff033bc84fc882ead86f0c9a6eb59 X-VCS-Branch: master Date: Sat, 23 Apr 2016 23:21:35 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 43239b2b-a4a1-4288-a615-150953bf73f8 X-Archives-Hash: 0835dd09f532d580093081a50c8e0b65 commit: a9332332ca6ff033bc84fc882ead86f0c9a6eb59 Author: Matthias Maier gentoo org> AuthorDate: Sat Apr 23 00:44:01 2016 +0000 Commit: Christoph Junghans gentoo 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/"