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 0401315812D for ; Wed, 01 Jan 2025 22:41:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4940CE07F0; Wed, 01 Jan 2025 22:41:01 +0000 (UTC) Received: from mail-40131.protonmail.ch (mail-40131.protonmail.ch [185.70.40.131]) (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 83092E07A9 for ; Wed, 01 Jan 2025 22:41:00 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=pm.me; s=protonmail3; t=1735771258; x=1736030458; bh=wsQiyusDj/A/gCaXLvoCeYr9r8LHBbb9ZgfMsdlVUm0=; h=Date:To:From:Cc:Subject:Message-ID:In-Reply-To:References: Feedback-ID:From:To:Cc:Date:Subject:Reply-To:Feedback-ID: Message-ID:BIMI-Selector:List-Unsubscribe:List-Unsubscribe-Post; b=qmIzyQHUP3Lca4xmaGduq0S5BSYUHL5QR/m08YXttFvArXcZBNItJe4/q+vpRlnR7 tf+uQQHA23wwEao3N/pbIjhvDtt05H8gNZhF5cISU8vrklfbz3SACTgBCJ/IO8Ih6z rGZ8wcQ8sPbh9wb9+PU6f+IHuhWykOse50QJylEdFD/iWf+KfS3OF0yAGkWxwz6qe7 pnTlFS334ZkUFkQ4GO/9uYRJRoGNoKM0b+fsoBEhfhq+yzYcBk6f3p5yh0lz2k2ykA r1SvYU2hQ3L0nsWKBJt7N9CaHgPfxQGJCLEjsA2twgOdbq8B9IT1/v27iTOt8wTfXe owb0FGQbF0QPA== Date: Wed, 01 Jan 2025 22:40:54 +0000 To: gentoo-dev@lists.gentoo.org From: Filip Kobierski Cc: Filip Kobierski Subject: [gentoo-dev] [PATCH 1/3] sci-physics/root: rename uring USE flag to io-uring Message-ID: <20250101224031.15263-3-fkobi@pm.me> In-Reply-To: <20250101224031.15263-1-fkobi@pm.me> References: <20250101224031.15263-1-fkobi@pm.me> Feedback-ID: 115236665:user:proton X-Pm-Message-ID: 8fc0c6ec8f73ff9a986f7481b19ebb7a81f68316 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-dev@lists.gentoo.org Reply-to: gentoo-dev@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply MIME-Version: 1.0 Content-Type: multipart/signed; protocol="application/pgp-signature"; micalg=pgp-sha256; boundary="------6904c09b62a5977a4be1ede135e7f27c457372516a9a29a58124ed7c3c4e5d7d"; charset=utf-8 X-Archives-Salt: a76cd7eb-f5da-4a3a-ac28-4d256bc6f7ba X-Archives-Hash: dc10c2c7b380e6764c35301a4c71190e This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --------6904c09b62a5977a4be1ede135e7f27c457372516a9a29a58124ed7c3c4e5d7d Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit From: Filip Kobierski To: gentoo-dev@lists.gentoo.org Cc: Filip Kobierski Subject: [PATCH 1/3] sci-physics/root: rename uring USE flag to io-uring Date: Wed, 1 Jan 2025 23:24:11 +0100 Message-ID: <20250101224031.15263-3-fkobi@pm.me> X-Mailer: git-send-email 2.45.2 In-Reply-To: <20250101224031.15263-1-fkobi@pm.me> References: <20250101224031.15263-1-fkobi@pm.me> MIME-Version: 1.0 Signed-off-by: Filip Kobierski --- sci-physics/root/metadata.xml | 2 +- sci-physics/root/root-6.30.08.ebuild | 8 ++++---- sci-physics/root/root-6.32.06.ebuild | 8 ++++---- sci-physics/root/root-6.32.08.ebuild | 8 ++++---- sci-physics/root/root-6.34.02.ebuild | 8 ++++---- sci-physics/root/root-6.34.9999.ebuild | 8 ++++---- sci-physics/root/root-9999.ebuild | 8 ++++---- 7 files changed, 25 insertions(+), 25 deletions(-) diff --git a/sci-physics/root/metadata.xml b/sci-physics/root/metadata.xml index 43f73697047..6708cbdd75a 100644 --- a/sci-physics/root/metadata.xml +++ b/sci-physics/root/metadata.xml @@ -42,7 +42,7 @@ Enable implicit multi-threading (IMT) with dev-cpp/tbb Built TMVA (ROOT's multi-variate analysis toolkit for machine learning) Enable support for sci-mathematics/unuran - Enabl e support for sys-libs/liburing in RNTuple + Enable support for sys-libs/liburing in RNTuple Enable support for dev-libs/vc with VecCore Build the interface for net-libs/xrootd diff --git a/sci-physics/root/root-6.30.08.ebuild b/sci-physics/root/root-6.30.08.ebuild index 652ded3c9a3..f74125bb1ba 100644 --- a/sci-physics/root/root-6.30.08.ebuild +++ b/sci-physics/root/root-6.30.08.ebuild @@ -17,7 +17,7 @@ LICENSE="LGPL-2.1 freedist MSttfEULA LGPL-3 libpng UoI-NCSA" IUSE="+X aqua +asimage cuda cudnn +davix debug +examples fits fftw fortran +gdml graphviz +gsl +http jupyter libcxx +minuit mpi mysql odbc +opengl oracle postgres pythia6 pythia8 +python qt5 qt6 R +roofit +root7 shadow - sqlite +ssl +tbb test +tmva +unuran uring vc +xml xrootd" + sqlite +ssl +tbb test +tmva +unuran io-uring vc +xml xrootd" if [[ ${PV} =~ "9999" ]] ; then inherit git-r3 @@ -48,7 +48,7 @@ REQUIRED_USE=" qt6? ( root7 http ) roofit? ( minuit ) tmva? ( gsl python ) - uring? ( root7 ) + io-uring? ( root7 ) " CDEPEND=" @@ -120,7 +120,7 @@ CDEPEND=" dev-python/numpy[${PYTHON_USEDEP}] ') ) - uring? ( sys-libs/liburing:= ) + io-uring? ( sys-libs/liburing:= ) vc? ( >=dev-libs/vc-1.4.4:= ) xml? ( dev-libs/libxml2:2= ) xrootd? ( net-libs/xrootd:0= ) @@ -308,7 +308,7 @@ src_configure() { -Dtmva-rmva=$(usex R) -Dtmva-sofie=OFF -Dunuran=$(usex unuran) - -During=$(usex uring) + -During=$(usex io-uring) -Dvc=$(usex vc) -Dvdt=OFF -Dveccore=OFF diff --git a/sci-physics/root/root-6.32.06.ebuild b/sci-physics/root/root-6.32.06.ebuild index 44fcdf275fd..9d098d14d07 100644 --- a/sci-physics/root/root-6.32.06.ebuild +++ b/sci-physics/root/root-6.32.06.ebuild @@ -17,7 +17,7 @@ LICENSE="LGPL-2.1 freedist MSttfEULA LGPL-3 libpng UoI-NCSA" IUSE="+X aqua +asimage cuda cudnn +davix debug +examples fits fftw fortran +gdml graphviz +gsl +http jupyter libcxx +minuit mpi mysql odbc +opengl postgres pythia8 +python qt5 qt6 R +roofit +root7 shadow sqlite +ssl - +tbb test +tmva +unuran uring vc +xml xrootd" + +tbb test +tmva +unuran io-uring vc +xml xrootd" if [[ ${PV} =~ "9999" ]] ; then inherit git-r3 @@ -48,7 +48,7 @@ REQUIRED_USE=" qt6? ( root7 http ) roofit? ( minuit ) tmva? ( gsl python ) - uring? ( root7 ) + io-uring? ( root7 ) " CDEPEND=" @@ -117,7 +117,7 @@ CDEPEND=" dev-python/numpy[${PYTHON_USEDEP}] ') ) - uring? ( sys-libs/liburing:= ) + io-uring? ( sys-libs/liburing:= ) vc? ( >=dev-libs/vc-1.4.4:= ) xml? ( dev-libs/libxml2:2= ) xrootd? ( net-libs/xrootd:0= ) @@ -295,7 +295,7 @@ src_configure() { -Dtmva-rmva=$(usex R) -Dtmva-sofie=OFF -Dunuran=$(usex unuran) - -During=$(usex uring) + -During=$(usex io-uring) -Dvc=$(usex vc) -Dvdt=OFF -Dveccore=OFF diff --git a/sci-physics/root/root-6.32.08.ebuild b/sci-physics/root/root-6.32.08.ebuild index 44fcdf275fd..9d098d14d07 100644 --- a/sci-physics/root/root-6.32.08.ebuild +++ b/sci-physics/root/root-6.32.08.ebuild @@ -17,7 +17,7 @@ LICENSE="LGPL-2.1 freedist MSttfEULA LGPL-3 libpng UoI-NCSA" IUSE="+X aqua +asimage cuda cudnn +davix debug +examples fits fftw fortran +gdml graphviz +gsl +http jupyter libcxx +minuit mpi mysql odbc +opengl postgres pythia8 +python qt5 qt6 R +roofit +root7 shadow sqlite +ssl - +tbb test +tmva +unuran uring vc +xml xrootd" + +tbb test +tmva +unuran io-uring vc +xml xrootd" if [[ ${PV} =~ "9999" ]] ; then inherit git-r3 @@ -48,7 +48,7 @@ REQUIRED_USE=" qt6? ( root7 http ) roofit? ( minuit ) tmva? ( gsl python ) - uring? ( root7 ) + io-uring? ( root7 ) " CDEPEND=" @@ -117,7 +117,7 @@ CDEPEND=" dev-python/numpy[${PYTHON_USEDEP}] ') ) - uring? ( sys-libs/liburing:= ) + io-uring? ( sys-libs/liburing:= ) vc? ( > =dev-libs/vc-1.4.4:= ) xml? ( dev-libs/libxml2:2= ) xrootd? ( net-libs/xrootd:0= ) @@ -295,7 +295,7 @@ src_configure() { -Dtmva-rmva=$(usex R) -Dtmva-sofie=OFF -Dunuran=$(usex unuran) - -During=$(usex uring) + -During=$(usex io-uring) -Dvc=$(usex vc) -Dvdt=OFF -Dveccore=OFF diff --git a/sci-physics/root/root-6.34.02.ebuild b/sci-physics/root/root-6.34.02.ebuild index 453459c31cf..e73a5fb1cc6 100644 --- a/sci-physics/root/root-6.34.02.ebuild +++ b/sci-physics/root/root-6.34.02.ebuild @@ -17,7 +17,7 @@ LICENSE="LGPL-2.1 freedist MSttfEULA LGPL-3 libpng UoI-NCSA" IUSE="+X aqua +asimage cuda cudnn +davix debug +examples fits fftw fortran +gdml graphviz +gsl +http jupyter libcxx +minuit mpi mysql odbc +opengl postgres pythia8 +python qt6 R +roofit +root7 shadow sqlite +ssl - +tbb test +tmva +unuran uring vc +xml xrootd" + +tbb test +tmva +unuran io-uring vc +xml xrootd" if [[ ${PV} =~ "9999" ]] ; then inherit git-r3 @@ -47,7 +47,7 @ @ REQUIRED_USE=" qt6? ( root7 http ) roofit? ( minuit ) tmva? ( gsl python ) - uring? ( root7 ) + io-uring? ( root7 ) " CDEPEND=" @@ -112,7 +112,7 @@ CDEPEND=" dev-python/numpy[${PYTHON_USEDEP}] ') ) - uring? ( sys-libs/liburing:= ) + io-uring? ( sys-libs/liburing:= ) vc? ( >=dev-libs/vc-1.4.4:= ) xml? ( dev-libs/libxml2:2= ) xrootd? ( net-libs/xrootd:0= ) @@ -290,7 +290,7 @@ src_configure() { -Dtmva-rmva=$(usex R) -Dtmva-sofie=OFF -Dunuran=$(usex unuran) - -During=$(usex uring) + -During=$(usex io-uring) -Dvc=$(usex vc) -Dvdt=OFF -Dveccore=OFF diff --git a/sci-physics/root/root-6.34.9999.ebuild b/sci-physics/root/root-6.34.9999.ebuild index 453459c31cf..e73a5fb1cc6 100644 --- a/sci-physics/root/root-6.34.9999.ebuild +++ b/sci-physics/root/root-6.34.9999.ebuild @@ -17,7 +17,7 @@ LICENSE="LGPL-2.1 freedist MSttfEULA LGPL-3 libpng UoI-NCSA" IUSE="+X aqua +asimage cuda cudnn +davix debug +examples fits fftw fort ran +gdml graphviz +gsl +http jupyter libcxx +minuit mpi mysql odbc +opengl postgres pythia8 +python qt6 R +roofit +root7 shadow sqlite +ssl - +tbb test +tmva +unuran uring vc +xml xrootd" + +tbb test +tmva +unuran io-uring vc +xml xrootd" if [[ ${PV} =~ "9999" ]] ; then inherit git-r3 @@ -47,7 +47,7 @@ REQUIRED_USE=" qt6? ( root7 http ) roofit? ( minuit ) tmva? ( gsl python ) - uring? ( root7 ) + io-uring? ( root7 ) " CDEPEND=" @@ -112,7 +112,7 @@ CDEPEND=" dev-python/numpy[${PYTHON_USEDEP}] ') ) - uring? ( sys-libs/liburing:= ) + io-uring? ( sys-libs/liburing:= ) vc? ( >=dev-libs/vc-1.4.4:= ) xml? ( dev-libs/libxml2:2= ) xrootd? ( net-libs/xrootd:0= ) @@ -290,7 +290,7 @@ src_configure() { -Dtmva-rmva=$(usex R) -Dtmva-sofie=OFF -Dunuran=$(usex unuran) - -During=$(usex uring) + -During=$(usex io-uring) -Dvc=$(usex vc) -Dvdt=OFF -Dveccore=OFF diff --git a/sci-physics/root/root-9999.ebuild b/sci-phys ics/root/root-9999.ebuild index 453459c31cf..e73a5fb1cc6 100644 --- a/sci-physics/root/root-9999.ebuild +++ b/sci-physics/root/root-9999.ebuild @@ -17,7 +17,7 @@ LICENSE="LGPL-2.1 freedist MSttfEULA LGPL-3 libpng UoI-NCSA" IUSE="+X aqua +asimage cuda cudnn +davix debug +examples fits fftw fortran +gdml graphviz +gsl +http jupyter libcxx +minuit mpi mysql odbc +opengl postgres pythia8 +python qt6 R +roofit +root7 shadow sqlite +ssl - +tbb test +tmva +unuran uring vc +xml xrootd" + +tbb test +tmva +unuran io-uring vc +xml xrootd" if [[ ${PV} =~ "9999" ]] ; then inherit git-r3 @@ -47,7 +47,7 @@ REQUIRED_USE=" qt6? ( root7 http ) roofit? ( minuit ) tmva? ( gsl python ) - uring? ( root7 ) + io-uring? ( root7 ) " CDEPEND=" @@ -112,7 +112,7 @@ CDEPEND=" dev-python/numpy[${PYTHON_USEDEP}] ') ) - uring? ( sys-libs/liburing:= ) + io-uring? ( sys-libs/liburing:= ) vc? ( >=dev-libs/vc-1.4.4:= ) xml? ( dev-libs/libxml2:2= ) xrootd? ( net-libs/xrootd:0= ) @@ -290,7 +290,7 @@ src_configure() { -Dtmva-rmva=$(usex R) -Dtmva-sofie=OFF -Dunuran=$(usex unuran) - -During=$(usex uring) + -During=$(usex io-uring) -Dvc=$(usex vc) -Dvdt=OFF -Dveccore=OFF -- 2.45.2 --------6904c09b62a5977a4be1ede135e7f27c457372516a9a29a58124ed7c3c4e5d7d Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: ProtonMail wnUEARYIACcFAmd1xHUJEAUVAewu4JXrFiEEDDuAKD1tNsX0bzf/BRUB7C7g lesAAKEnAP4t2EgmlUMGoKntz0hjm86kVBXXB+EBKUAMG0ZPPqa9wgD/axpO 59rMUgxn8fB5lJi4SdcVA1cA3enDJrL+KsTF1wE= =eVHq -----END PGP SIGNATURE----- --------6904c09b62a5977a4be1ede135e7f27c457372516a9a29a58124ed7c3c4e5d7d--