From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 finch.gentoo.org (Postfix) with ESMTPS id 615491581EE for ; Mon, 24 Mar 2025 09:01:49 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 4B7ED34327D for ; Mon, 24 Mar 2025 09:01:49 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 3ED4E1103B8; Mon, 24 Mar 2025 09:01:48 +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 bobolink.gentoo.org (Postfix) with ESMTPS id 34ABD1103B8 for ; Mon, 24 Mar 2025 09:01:48 +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 BB998343279 for ; Mon, 24 Mar 2025 09:01:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 24884122C for ; Mon, 24 Mar 2025 09:01:46 +0000 (UTC) From: "Alfredo Tupone" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alfredo Tupone" Message-ID: <1742806890.fde06c1d6af19902fa40fd1bcd18abe3e2995b66.tupone@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-ml/FP16/, sci-ml/FP16/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-ml/FP16/FP16-2024.05.27-r1.ebuild sci-ml/FP16/FP16-2024.05.27.ebuild sci-ml/FP16/files/FP16-2024.05.27-gcc14.patch X-VCS-Directories: sci-ml/FP16/files/ sci-ml/FP16/ X-VCS-Committer: tupone X-VCS-Committer-Name: Alfredo Tupone X-VCS-Revision: fde06c1d6af19902fa40fd1bcd18abe3e2995b66 X-VCS-Branch: master Date: Mon, 24 Mar 2025 09:01:46 +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: e678f9d1-b627-471d-8edc-6b8bc660e29b X-Archives-Hash: 6bfb31722f048214289ef21c98dd3de8 commit: fde06c1d6af19902fa40fd1bcd18abe3e2995b66 Author: Alfredo Tupone gentoo org> AuthorDate: Mon Mar 24 09:00:30 2025 +0000 Commit: Alfredo Tupone gentoo org> CommitDate: Mon Mar 24 09:01:30 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fde06c1d sci-ml/FP16: enable py3.13 Signed-off-by: Alfredo Tupone gentoo.org> ...2024.05.27.ebuild => FP16-2024.05.27-r1.ebuild} | 3 +- sci-ml/FP16/files/FP16-2024.05.27-gcc14.patch | 70 ++++++++++++++++++++++ 2 files changed, 72 insertions(+), 1 deletion(-) diff --git a/sci-ml/FP16/FP16-2024.05.27.ebuild b/sci-ml/FP16/FP16-2024.05.27-r1.ebuild similarity index 94% rename from sci-ml/FP16/FP16-2024.05.27.ebuild rename to sci-ml/FP16/FP16-2024.05.27-r1.ebuild index 083edbf6e0d1..4a2d8a79169e 100644 --- a/sci-ml/FP16/FP16-2024.05.27.ebuild +++ b/sci-ml/FP16/FP16-2024.05.27-r1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) inherit python-r1 cmake CommitId=95163a75c51bc8dc29f72d0d7419ec50132984ff @@ -31,6 +31,7 @@ RESTRICT="!test? ( test )" PATCHES=( "${FILESDIR}"/${PN}-2021.03.20-gentoo.patch + "${FILESDIR}"/${P}-gcc14.patch ) src_prepare() { diff --git a/sci-ml/FP16/files/FP16-2024.05.27-gcc14.patch b/sci-ml/FP16/files/FP16-2024.05.27-gcc14.patch new file mode 100644 index 000000000000..14c76aed7871 --- /dev/null +++ b/sci-ml/FP16/files/FP16-2024.05.27-gcc14.patch @@ -0,0 +1,70 @@ +--- a/test/ieee-from-fp32-value.cc 2025-03-24 09:45:52.653257251 +0100 ++++ b/test/ieee-from-fp32-value.cc 2025-03-24 09:46:09.945044617 +0100 +@@ -3,6 +3,7 @@ + #include + + #include ++#include + #include + + #if (defined(__i386__) || defined(__x86_64__)) && defined(__F16C__) +--- a/test/bitcasts.cc 2025-03-24 09:50:29.522852488 +0100 ++++ b/test/bitcasts.cc 2025-03-24 09:50:44.722665548 +0100 +@@ -1,6 +1,7 @@ + #include + + #include ++#include + + #include + +--- a/test/ieee-to-fp32-value.cc 2025-03-24 09:51:25.784160595 +0100 ++++ b/test/ieee-to-fp32-value.cc 2025-03-24 09:51:40.397980890 +0100 +@@ -2,6 +2,7 @@ + + #include + #include ++#include + + #include + #include +--- a/test/ieee-to-fp32-bits.cc 2025-03-24 09:47:04.427374626 +0100 ++++ b/test/ieee-to-fp32-bits.cc 2025-03-24 09:47:36.596979037 +0100 +@@ -1,6 +1,7 @@ + #include + + #include ++#include + + #include + #include +--- a/test/alt-to-fp32-value.cc 2025-03-24 09:52:11.425599313 +0100 ++++ b/test/alt-to-fp32-value.cc 2025-03-24 09:52:28.007395391 +0100 +@@ -2,6 +2,7 @@ + + #include + #include ++#include + + #include + #include +--- a/test/alt-to-fp32-bits.cc 2025-03-24 09:48:02.413661553 +0100 ++++ b/test/alt-to-fp32-bits.cc 2025-03-24 09:48:20.896434255 +0100 +@@ -1,6 +1,7 @@ + #include + + #include ++#include + + #include + #include +--- a/test/alt-from-fp32-value.cc 2025-03-24 09:49:31.964560292 +0100 ++++ b/test/alt-from-fp32-value.cc 2025-03-24 09:49:48.541356436 +0100 +@@ -1,6 +1,7 @@ + #include + + #include ++#include + + #include + #include