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 A1669158041 for ; Mon, 4 Mar 2024 05:21:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 95B57E29D5; Mon, 4 Mar 2024 05:20:59 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 745D4E29D5 for ; Mon, 4 Mar 2024 05:20:59 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8FACC33EB78 for ; Mon, 4 Mar 2024 05:20:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EAFA2119 for ; Mon, 4 Mar 2024 05:20:56 +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: <1709529640.fb7d223bb97be7db2af28d511e2342d45d59211e.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.12.0-r1.ebuild X-VCS-Directories: sci-libs/lapack/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: fb7d223bb97be7db2af28d511e2342d45d59211e X-VCS-Branch: master Date: Mon, 4 Mar 2024 05:20:56 +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: 28b506ff-5adb-4c9e-b49c-8785a879b8d5 X-Archives-Hash: b02557d2cf5854e6badd3a8546d6b656 commit: fb7d223bb97be7db2af28d511e2342d45d59211e Author: Sam James gentoo org> AuthorDate: Mon Mar 4 05:20:07 2024 +0000 Commit: Sam James gentoo org> CommitDate: Mon Mar 4 05:20:40 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb7d223b sci-libs/lapack: restore filter-lto In 58d080c1bad9b1c0d307f2cf2d0251d60025efb1, we dropped filter-lto, but the testsuite still fails to build with LTO, so put it back. Bug: https://bugs.gentoo.org/878891 Signed-off-by: Sam James gentoo.org> sci-libs/lapack/lapack-3.12.0-r1.ebuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/sci-libs/lapack/lapack-3.12.0-r1.ebuild b/sci-libs/lapack/lapack-3.12.0-r1.ebuild index 9ccdd64e8562..b1b9e9824637 100644 --- a/sci-libs/lapack/lapack-3.12.0-r1.ebuild +++ b/sci-libs/lapack/lapack-3.12.0-r1.ebuild @@ -5,7 +5,7 @@ EAPI=8 # Some additional tests are run if Python is found PYTHON_COMPAT=( python3_{10..11} ) -inherit cmake fortran-2 python-any-r1 +inherit cmake flag-o-matic fortran-2 python-any-r1 DESCRIPTION="BLAS, CBLAS, LAPACK, LAPACKE reference implementations" HOMEPAGE="https://www.netlib.org/lapack/" @@ -47,6 +47,9 @@ pkg_setup() { } src_configure() { + # bug #878891 + filter-lto + local mycmakeargs=( -DCBLAS=ON -DLAPACKE=$(usex lapacke)