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 374D515800F for ; Sun, 8 Jan 2023 05:18:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7EFF0E0809; Sun, 8 Jan 2023 05:17: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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 65B99E0809 for ; Sun, 8 Jan 2023 05:17: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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A8BA434106B for ; Sun, 8 Jan 2023 05:17:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 494337F4 for ; Sun, 8 Jan 2023 05:17:57 +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: <1673155046.b33a038cbac1a238d184e8c387b2b6fc7a7d6150.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/octave/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-mathematics/octave/octave-6.4.0-r4.ebuild sci-mathematics/octave/octave-6.4.0-r5.ebuild sci-mathematics/octave/octave-7.3.0-r1.ebuild sci-mathematics/octave/octave-7.3.0-r2.ebuild X-VCS-Directories: sci-mathematics/octave/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: b33a038cbac1a238d184e8c387b2b6fc7a7d6150 X-VCS-Branch: master Date: Sun, 8 Jan 2023 05:17:57 +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: a6413004-813a-443c-bf64-f6fd7c60eb99 X-Archives-Hash: 3fc61db333faca30ec2d6d918ba1f66c commit: b33a038cbac1a238d184e8c387b2b6fc7a7d6150 Author: Sam James gentoo org> AuthorDate: Sun Jan 8 05:12:58 2023 +0000 Commit: Sam James gentoo org> CommitDate: Sun Jan 8 05:17:26 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b33a038c sci-mathematics/octave: disable GLIBCXX_ASSERTIONS (libstdc++ bug) It's not a test-only issue so could cause SIGABRT at runtime, so revbump. The libstdc++ issue is reported upstream at https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107538. Closes: https://bugs.gentoo.org/887815 Signed-off-by: Sam James gentoo.org> .../octave/{octave-6.4.0-r4.ebuild => octave-6.4.0-r5.ebuild} | 5 ++++- .../octave/{octave-7.3.0-r1.ebuild => octave-7.3.0-r2.ebuild} | 7 +++++-- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/sci-mathematics/octave/octave-6.4.0-r4.ebuild b/sci-mathematics/octave/octave-6.4.0-r5.ebuild similarity index 98% rename from sci-mathematics/octave/octave-6.4.0-r4.ebuild rename to sci-mathematics/octave/octave-6.4.0-r5.ebuild index 4bc8ceb0934f..b3eb587fad29 100644 --- a/sci-mathematics/octave/octave-6.4.0-r4.ebuild +++ b/sci-mathematics/octave/octave-6.4.0-r5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -119,6 +119,9 @@ src_prepare() { } src_configure() { + # libstdc++ bug, bug #887815 + append-cxxflags -U_GLIBCXX_ASSERTIONS + # unfortunate dependency on mpi from hdf5 (bug #302621) use hdf5 && has_version sci-libs/hdf5[mpi] && \ export CXX=mpicxx CC=mpicc FC=mpif77 F77=mpif77 diff --git a/sci-mathematics/octave/octave-7.3.0-r1.ebuild b/sci-mathematics/octave/octave-7.3.0-r2.ebuild similarity index 96% rename from sci-mathematics/octave/octave-7.3.0-r1.ebuild rename to sci-mathematics/octave/octave-7.3.0-r2.ebuild index 50d77f9706b7..2d09264e6440 100644 --- a/sci-mathematics/octave/octave-7.3.0-r1.ebuild +++ b/sci-mathematics/octave/octave-7.3.0-r2.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -inherit autotools fortran-2 java-pkg-opt-2 pax-utils qmake-utils toolchain-funcs xdg +inherit autotools flag-o-matic fortran-2 java-pkg-opt-2 pax-utils qmake-utils toolchain-funcs xdg DESCRIPTION="High-level interactive language for numerical computations" HOMEPAGE="https://www.gnu.org/software/octave/" @@ -144,6 +144,9 @@ src_prepare() { } src_configure() { + # libstdc++ bug, bug #887815 + append-cxxflags -U_GLIBCXX_ASSERTIONS + # Unfortunate dependency on mpi from hdf5 (bug #302621) use hdf5 && has_version sci-libs/hdf5[mpi] && \ export CXX=mpicxx CC=mpicc FC=mpif77 F77=mpif77