commit:     cb3fa4a2884fc9837eb638b505bf01ccb7432864
Author:     Matthias Maier <tamiko <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 15 01:13:37 2025 +0000
Commit:     Matthias Maier <tamiko <AT> gentoo <DOT> org>
CommitDate: Sat Feb 15 01:14:28 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb3fa4a2

sci-libs/dealii: drop USE=cuda

cuda is no longer used directly. Instead, deal.II now uses kokkos as
abstraction layer. Remove the use flag.

Signed-off-by: Matthias Maier <tamiko <AT> gentoo.org>

 sci-libs/dealii/{dealii-9.6.2.ebuild => dealii-9.6.2-r1.ebuild} | 6 ++----
 sci-libs/dealii/dealii-9999.ebuild                              | 6 ++----
 2 files changed, 4 insertions(+), 8 deletions(-)

diff --git a/sci-libs/dealii/dealii-9.6.2.ebuild 
b/sci-libs/dealii/dealii-9.6.2-r1.ebuild
similarity index 96%
rename from sci-libs/dealii/dealii-9.6.2.ebuild
rename to sci-libs/dealii/dealii-9.6.2-r1.ebuild
index bdf2169689c0..9c4390f73f45 100644
--- a/sci-libs/dealii/dealii-9.6.2.ebuild
+++ b/sci-libs/dealii/dealii-9.6.2-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -32,7 +32,7 @@ LICENSE="LGPL-2.1+"
 SLOT="0"
 IUSE="
        adolc arborx assimp arpack cgal cpu_flags_x86_avx cpu_flags_x86_avx512f
-       cpu_flags_x86_sse2 cuda +debug doc +examples ginkgo gmsh +gsl hdf5
+       cpu_flags_x86_sse2 +debug doc +examples ginkgo gmsh +gsl hdf5
        +lapack metis mpi muparser opencascade p4est petsc scalapack slepc
        +sparse sundials symengine trilinos
 "
@@ -53,7 +53,6 @@ RDEPEND="dev-libs/boost:=
        arpack? ( sci-libs/arpack[mpi=] )
        assimp? ( media-libs/assimp:= )
        cgal? ( sci-mathematics/cgal )
-       cuda? ( dev-util/nvidia-cuda-toolkit )
        ginkgo? ( sci-libs/ginkgo )
        gmsh? ( sci-libs/gmsh )
        gsl? ( sci-libs/gsl:= )
@@ -115,7 +114,6 @@ src_configure() {
                -DDEAL_II_WITH_ASSIMP="$(usex assimp)"
                -DDEAL_II_WITH_ARPACK="$(usex arpack)"
                -DDEAL_II_WITH_CGAL="$(usex cgal)"
-               -DDEAL_II_WITH_CUDA="$(usex cuda)"
                -DDEAL_II_WITH_GINKGO="$(usex ginkgo)"
                -DDEAL_II_COMPONENT_DOCUMENTATION="$(usex doc)"
                -DDEAL_II_COMPONENT_EXAMPLES="$(usex examples)"

diff --git a/sci-libs/dealii/dealii-9999.ebuild 
b/sci-libs/dealii/dealii-9999.ebuild
index 26b651fea08e..2c4c7db59fc1 100644
--- a/sci-libs/dealii/dealii-9999.ebuild
+++ b/sci-libs/dealii/dealii-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -29,7 +29,7 @@ LICENSE="LGPL-2.1+"
 SLOT="0"
 IUSE="
        adolc arborx assimp arpack cgal cpu_flags_x86_avx cpu_flags_x86_avx512f
-       cpu_flags_x86_sse2 cuda +debug doc +examples ginkgo gmsh +gsl hdf5
+       cpu_flags_x86_sse2 +debug doc +examples ginkgo gmsh +gsl hdf5
        +lapack metis mpi muparser opencascade p4est petsc scalapack slepc
        +sparse sundials symengine trilinos
 "
@@ -50,7 +50,6 @@ RDEPEND="dev-libs/boost:=
        arpack? ( sci-libs/arpack[mpi=] )
        assimp? ( media-libs/assimp:= )
        cgal? ( sci-mathematics/cgal )
-       cuda? ( dev-util/nvidia-cuda-toolkit )
        ginkgo? ( sci-libs/ginkgo )
        gmsh? ( sci-libs/gmsh )
        gsl? ( sci-libs/gsl:= )
@@ -107,7 +106,6 @@ src_configure() {
                -DDEAL_II_WITH_ASSIMP="$(usex assimp)"
                -DDEAL_II_WITH_ARPACK="$(usex arpack)"
                -DDEAL_II_WITH_CGAL="$(usex cgal)"
-               -DDEAL_II_WITH_CUDA="$(usex cuda)"
                -DDEAL_II_WITH_GINKGO="$(usex ginkgo)"
                -DDEAL_II_COMPONENT_DOCUMENTATION="$(usex doc)"
                -DDEAL_II_COMPONENT_EXAMPLES="$(usex examples)"

Reply via email to