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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6B14F15800A for ; Mon, 17 Jul 2023 02:58:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8AAEDE0917; Mon, 17 Jul 2023 02:58:45 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 71332E0917 for ; Mon, 17 Jul 2023 02:58:45 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8248F340D45 for ; Mon, 17 Jul 2023 02:58:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BE25069 for ; Mon, 17 Jul 2023 02:58:42 +0000 (UTC) From: "Michael Orlitzky" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Orlitzky" Message-ID: <1689562595.c730b8fb4941b27b62b776f61ced930f2fbbd64b.mjo@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/openblas/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/openblas/openblas-0.3.23.ebuild X-VCS-Directories: sci-libs/openblas/ X-VCS-Committer: mjo X-VCS-Committer-Name: Michael Orlitzky X-VCS-Revision: c730b8fb4941b27b62b776f61ced930f2fbbd64b X-VCS-Branch: master Date: Mon, 17 Jul 2023 02:58:42 +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: 38c69a03-cbdb-483f-a70e-ab8085f06084 X-Archives-Hash: 58ff74107de78269059ed0742f4b3a75 commit: c730b8fb4941b27b62b776f61ced930f2fbbd64b Author: Michael Orlitzky gentoo org> AuthorDate: Mon Jul 17 02:56:35 2023 +0000 Commit: Michael Orlitzky gentoo org> CommitDate: Mon Jul 17 02:56:35 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c730b8fb sci-libs/openblas: don't build tests in src_compile. Bug: https://bugs.gentoo.org/910415 Signed-off-by: Michael Orlitzky gentoo.org> sci-libs/openblas/openblas-0.3.23.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-libs/openblas/openblas-0.3.23.ebuild b/sci-libs/openblas/openblas-0.3.23.ebuild index 0e178b25b5a8..7664d34d5737 100644 --- a/sci-libs/openblas/openblas-0.3.23.ebuild +++ b/sci-libs/openblas/openblas-0.3.23.ebuild @@ -122,7 +122,7 @@ src_prepare() { } src_compile() { - default + emake shared use eselect-ldso && emake -C interface shared-blas-lapack if use index-64bit; then