From c2dadd7ce0c5d73c3d92a52bf9ed5f9f6ee1c4a8 Mon Sep 17 00:00:00 2001 From: Alessandro-Barbieri <lssndrbarbieri@gmail.com> Date: Mon, 16 Sep 2019 15:13:44 +0200 Subject: [PATCH] sci-libs/vtk: removed xkaapi dependency and kaapi useflag MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Closes: https://bugs.gentoo.org/693046 Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/12940 Signed-off-by: MichaŠGórny <mgorny@gentoo.org> --- sci-libs/vtk/vtk-8.1.0-r3.ebuild | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/sci-libs/vtk/vtk-8.1.0-r3.ebuild b/sci-libs/vtk/vtk-8.1.0-r3.ebuild index bfe60457d8c5..cf30b696b29f 100644 --- a/sci-libs/vtk/vtk-8.1.0-r3.ebuild +++ b/sci-libs/vtk/vtk-8.1.0-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -26,7 +26,7 @@ LICENSE="BSD LGPL-2" KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" SLOT="0" IUSE=" - all-modules aqua boost doc examples imaging ffmpeg gdal java json kaapi mpi + all-modules aqua boost doc examples imaging ffmpeg gdal java json mpi mysql odbc offscreen postgres python qt5 rendering tbb theora tk tcl video_cards_nvidia views web R +X xdmf2" @@ -69,7 +69,6 @@ RDEPEND=" ffmpeg? ( virtual/ffmpeg ) gdal? ( sci-libs/gdal ) java? ( >=virtual/jdk-1.7:* ) - kaapi? ( <sci-libs/xkaapi-3 ) mpi? ( virtual/mpi[cxx,romio] python? ( dev-python/mpi4py[${PYTHON_USEDEP}] ) @@ -225,9 +224,7 @@ src_configure() { mycmakeargs+=( -DJAVAC_OPTIONS=${javacargs// /;} ) fi - if use kaapi; then - mycmakeargs+=( -DVTK_SMP_IMPLEMENTATION_TYPE="Kaapi" ) - elif use tbb; then + if use tbb; then mycmakeargs+=( -DVTK_SMP_IMPLEMENTATION_TYPE="TBB" ) else mycmakeargs+=( -DVTK_SMP_IMPLEMENTATION_TYPE="Sequential" ) -- 2.26.2