From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1QiVXO-0002B4-PX for garchives@archives.gentoo.org; Sun, 17 Jul 2011 17:53:55 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7C46521C114; Sun, 17 Jul 2011 17:53:47 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 47CF121C165 for ; Sun, 17 Jul 2011 17:53:47 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B61D61B400F for ; Sun, 17 Jul 2011 17:53:46 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 139B48003F for ; Sun, 17 Jul 2011 17:53:46 +0000 (UTC) From: "Andreas Hüttel" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Hüttel" Message-ID: <1e67819a8ac755a1ccd8e78d834227edb6b60fc0.dilfridge@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: eclass/ X-VCS-Repository: proj/sci X-VCS-Files: eclass/cmake-utils.eclass X-VCS-Directories: eclass/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas Hüttel X-VCS-Revision: 1e67819a8ac755a1ccd8e78d834227edb6b60fc0 Date: Sun, 17 Jul 2011 17:53:46 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: b48eec4070dab928e02cf0defed6a5fd commit: 1e67819a8ac755a1ccd8e78d834227edb6b60fc0 Author: Andreas K. Huettel (dilfridge) gentoo o= rg> AuthorDate: Sun Jul 17 17:51:40 2011 +0000 Commit: Andreas H=C3=BCttel gentoo org> CommitDate: Sun Jul 17 17:53:27 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/sci.git;a=3Dc= ommit;h=3D1e67819a Same magic for LAPACK --- eclass/cmake-utils.eclass | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/eclass/cmake-utils.eclass b/eclass/cmake-utils.eclass index 041b636..20bbf82 100644 --- a/eclass/cmake-utils.eclass +++ b/eclass/cmake-utils.eclass @@ -37,7 +37,7 @@ CMAKE_MIN_VERSION=3D"${CMAKE_MIN_VERSION:-2.8.1}" # @DESCRIPTION: # Space-separated list of CMake modules that will be removed in $S durin= g src_prepare,=20 # in order to force packages to use the system version. -CMAKE_REMOVE_MODULES=3D"${CMAKE_REMOVE_MODULES:-FindBLAS}" +CMAKE_REMOVE_MODULES=3D"${CMAKE_REMOVE_MODULES:-FindBLAS FindLAPACK}" =20 CMAKEDEPEND=3D"" case ${WANT_CMAKE} in