commit: 0dcebb889da00bdb1f99446cc455fb7536465293
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 16 03:06:32 2017 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Mon Oct 16 03:06:32 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0dcebb88
sci-libs/scalapack: [QA] Add cmake-utils_src_prepare
Package-Manager: Portage-2.3.11, Repoman-2.3.3
sci-libs/scalapack/scalapack-2.0.2.ebuild | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/sci-libs/scalapack/scalapack-2.0.2.ebuild
b/sci-libs/scalapack/scalapack-2.0.2.ebuild
index fadcb6568bd..68ade1f4a1b 100644
--- a/sci-libs/scalapack/scalapack-2.0.2.ebuild
+++ b/sci-libs/scalapack/scalapack-2.0.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -21,6 +21,8 @@ DEPEND="${RDEPEND}
virtual/pkgconfig"
src_prepare() {
+ cmake-utils_src_prepare
+
use static-libs && mkdir "${WORKDIR}/${PN}_static"
# mpi does not have a pc file
sed -i -e 's/mpi//' scalapack.pc.in || die