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 5DC39138359 for ; Wed, 30 Sep 2020 00:19:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 896B6E0ADB; Wed, 30 Sep 2020 00:19:42 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 6DC94E0ADB for ; Wed, 30 Sep 2020 00:19:42 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 3C9B133BEBC for ; Wed, 30 Sep 2020 00:19:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DCEA937F for ; Wed, 30 Sep 2020 00:19:39 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1601425168.2eed2da849b1b4d2cac23b9e913259450957ce6e.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/lapack/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/lapack/lapack-3.9.0.ebuild X-VCS-Directories: sci-libs/lapack/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 2eed2da849b1b4d2cac23b9e913259450957ce6e X-VCS-Branch: master Date: Wed, 30 Sep 2020 00:19:39 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: b939c88f-2cfc-4e7d-97a1-a338ad19bd9b X-Archives-Hash: 4825ee4247b79d6eb47672198223be51 commit: 2eed2da849b1b4d2cac23b9e913259450957ce6e Author: Sam James gentoo org> AuthorDate: Wed Sep 30 00:18:44 2020 +0000 Commit: Sam James gentoo org> CommitDate: Wed Sep 30 00:19:28 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2eed2da8 sci-libs/lapack: build tests conditionally This significantly reduces build time on non-test builds. Fixes: 1a9d2a5e0166770db4aefdd7f688e332a32f858a Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Sam James gentoo.org> sci-libs/lapack/lapack-3.9.0.ebuild | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/sci-libs/lapack/lapack-3.9.0.ebuild b/sci-libs/lapack/lapack-3.9.0.ebuild index cc1fc963b7c..87c344ba13b 100644 --- a/sci-libs/lapack/lapack-3.9.0.ebuild +++ b/sci-libs/lapack/lapack-3.9.0.ebuild @@ -30,6 +30,10 @@ RDEPEND=" DEPEND="${RDEPEND} virtual/pkgconfig" +PATCHES=( + "${FILESDIR}/${PN}-3.9.0-build-tests.patch" +) + src_configure() { local mycmakeargs=( -DCBLAS=ON