Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/scalapack/
Date: Mon, 16 Oct 2017 03:35:01
Message-Id: 1508123192.0dcebb889da00bdb1f99446cc455fb7536465293.soap@gentoo
1 commit: 0dcebb889da00bdb1f99446cc455fb7536465293
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Mon Oct 16 03:06:32 2017 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Mon Oct 16 03:06:32 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0dcebb88
7
8 sci-libs/scalapack: [QA] Add cmake-utils_src_prepare
9
10 Package-Manager: Portage-2.3.11, Repoman-2.3.3
11
12 sci-libs/scalapack/scalapack-2.0.2.ebuild | 4 +++-
13 1 file changed, 3 insertions(+), 1 deletion(-)
14
15 diff --git a/sci-libs/scalapack/scalapack-2.0.2.ebuild b/sci-libs/scalapack/scalapack-2.0.2.ebuild
16 index fadcb6568bd..68ade1f4a1b 100644
17 --- a/sci-libs/scalapack/scalapack-2.0.2.ebuild
18 +++ b/sci-libs/scalapack/scalapack-2.0.2.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2014 Gentoo Foundation
21 +# Copyright 1999-2017 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=5
25 @@ -21,6 +21,8 @@ DEPEND="${RDEPEND}
26 virtual/pkgconfig"
27
28 src_prepare() {
29 + cmake-utils_src_prepare
30 +
31 use static-libs && mkdir "${WORKDIR}/${PN}_static"
32 # mpi does not have a pc file
33 sed -i -e 's/mpi//' scalapack.pc.in || die