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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6A94B158232 for ; Fri, 6 Dec 2024 17:56:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 62D13E07FA; Fri, 6 Dec 2024 17:56:11 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 A8F49E07FA for ; Fri, 6 Dec 2024 17:56:09 +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 56668340C43 for ; Fri, 6 Dec 2024 17:56:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B520C11DF for ; Fri, 6 Dec 2024 17:56:06 +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: <1733507738.58d7f1c241cc2bd10fee709cefc20b47d763d5ca.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/scalapack/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/scalapack/scalapack-2.2.0_p20240704.ebuild X-VCS-Directories: sci-libs/scalapack/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 58d7f1c241cc2bd10fee709cefc20b47d763d5ca X-VCS-Branch: master Date: Fri, 6 Dec 2024 17:56:06 +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: 59ea6d8f-17f7-49ef-84a8-668e9f269307 X-Archives-Hash: c61fcb63b49e257843f320bde6eeb161 commit: 58d7f1c241cc2bd10fee709cefc20b47d763d5ca Author: Sam James gentoo org> AuthorDate: Fri Dec 6 17:54:40 2024 +0000 Commit: Sam James gentoo org> CommitDate: Fri Dec 6 17:55:38 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58d7f1c2 sci-libs/scalapack: build w/ -std=gnu89 Seems like there's no activity upstream on the bug. Closes: https://bugs.gentoo.org/898290 Closes: https://bugs.gentoo.org/944856 Signed-off-by: Sam James gentoo.org> sci-libs/scalapack/scalapack-2.2.0_p20240704.ebuild | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sci-libs/scalapack/scalapack-2.2.0_p20240704.ebuild b/sci-libs/scalapack/scalapack-2.2.0_p20240704.ebuild index ce98c63fc31a..c9f54e5d32df 100644 --- a/sci-libs/scalapack/scalapack-2.2.0_p20240704.ebuild +++ b/sci-libs/scalapack/scalapack-2.2.0_p20240704.ebuild @@ -47,6 +47,9 @@ src_configure() { append-flags -fno-strict-aliasing filter-lto + # https://github.com/Reference-ScaLAPACK/scalapack/issues/31 + append-cflags -std=gnu89 + scalapack_configure() { local mycmakeargs=( -DUSE_OPTIMIZED_LAPACK_BLAS=ON