From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 72752138334 for ; Thu, 21 Jun 2018 19:47:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 77B89E08F6; Thu, 21 Jun 2018 19:47:16 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2FFEEE08F4 for ; Thu, 21 Jun 2018 19:47:16 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 615B0335CA8 for ; Thu, 21 Jun 2018 19:47:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3FA2A2EB for ; Thu, 21 Jun 2018 19:47:11 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1529607961.d5dd592716fd81b3d93d57bf5c7b415b055d647f.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-libs/lapack-reference/ X-VCS-Repository: proj/sci X-VCS-Files: sci-libs/lapack-reference/lapack-reference-3.8.0-r100.ebuild sci-libs/lapack-reference/lapack-reference-9999.ebuild X-VCS-Directories: sci-libs/lapack-reference/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: d5dd592716fd81b3d93d57bf5c7b415b055d647f X-VCS-Branch: master Date: Thu, 21 Jun 2018 19:47:11 +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: 53edc6fe-499a-4a27-aa96-17d70ec6adb9 X-Archives-Hash: b27a500009e02e855628231e25f1c3eb commit: d5dd592716fd81b3d93d57bf5c7b415b055d647f Author: Justin Lecher gentoo org> AuthorDate: Thu Jun 21 19:06:01 2018 +0000 Commit: Justin Lecher gentoo org> CommitDate: Thu Jun 21 19:06:01 2018 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=d5dd5927 sci-libs/lapack-reference: Run cmake-utils_src_prepare Signed-off-by: Justin Lecher gentoo.org> Package-Manager: Portage-2.3.40, Repoman-2.3.9 sci-libs/lapack-reference/lapack-reference-3.8.0-r100.ebuild | 2 +- sci-libs/lapack-reference/lapack-reference-9999.ebuild | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/sci-libs/lapack-reference/lapack-reference-3.8.0-r100.ebuild b/sci-libs/lapack-reference/lapack-reference-3.8.0-r100.ebuild index e5adb3ced..32b0cd5db 100644 --- a/sci-libs/lapack-reference/lapack-reference-3.8.0-r100.ebuild +++ b/sci-libs/lapack-reference/lapack-reference-3.8.0-r100.ebuild @@ -35,7 +35,7 @@ S="${WORKDIR}/${MYP}" src_prepare() { numeric-int64_ensure_blas_int_support - default + cmake-utils_src_prepare # rename library to avoid collision with other lapack implementations # ${PROFNAME}, ${LIBNAME} and ${BLAS_REQUIRES} are not defined here, they diff --git a/sci-libs/lapack-reference/lapack-reference-9999.ebuild b/sci-libs/lapack-reference/lapack-reference-9999.ebuild index 9404e65c3..a22d2d722 100644 --- a/sci-libs/lapack-reference/lapack-reference-9999.ebuild +++ b/sci-libs/lapack-reference/lapack-reference-9999.ebuild @@ -40,6 +40,8 @@ S="${WORKDIR}/${MYP}" src_prepare() { numeric-int64_ensure_blas_int_support + cmake-utils_src_prepare + # rename library to avoid collision with other lapack implementations # ${PROFNAME}, ${LIBNAME} and ${BLAS_REQUIRES} are not defined here, they # are in single quotes in the following seds. They are set later by