diff options
author | Alessandro-Barbieri <lssndrbarbieri@gmail.com> | 2019-09-16 15:13:44 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-10-25 11:21:47 +0200 |
commit | c2dadd7ce0c5d73c3d92a52bf9ed5f9f6ee1c4a8 (patch) | |
tree | c52c7e93eb287310976cee1db36e4fb40eb87df7 /sci-libs/vtk | |
parent | net-libs/libircclient: x86 stable wrt bug #697038 (diff) | |
download | gentoo-c2dadd7ce0c5d73c3d92a52bf9ed5f9f6ee1c4a8.tar.gz gentoo-c2dadd7ce0c5d73c3d92a52bf9ed5f9f6ee1c4a8.tar.bz2 gentoo-c2dadd7ce0c5d73c3d92a52bf9ed5f9f6ee1c4a8.zip |
sci-libs/vtk: removed xkaapi dependency and kaapi useflag
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>
Diffstat (limited to 'sci-libs/vtk')
-rw-r--r-- | sci-libs/vtk/vtk-8.1.0-r3.ebuild | 9 |
1 files 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" ) |