diff options
author | Sam James <sam@gentoo.org> | 2021-06-02 01:23:23 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-06-02 01:23:23 +0000 |
commit | 4342b5087bd84cbe64de318c152b5425ec7f8d7b (patch) | |
tree | 1834816da4521686083cb405a1ec30edeb2ac160 /sci-libs/vtk | |
parent | net-analyzer/ostinato: add missing qtnetwork, qtxml deps (diff) | |
download | gentoo-4342b5087bd84cbe64de318c152b5425ec7f8d7b.tar.gz gentoo-4342b5087bd84cbe64de318c152b5425ec7f8d7b.tar.bz2 gentoo-4342b5087bd84cbe64de318c152b5425ec7f8d7b.zip |
sci-libs/vtk: delete README from bundled vtkm for now
Avoids collision with paraview. We'll ideally try to get paraview
building with system VTK again but VTK takes a while to build so
anything to prevent collisions for users now is important while
we investigate that possibility.
Bug: https://bugs.gentoo.org/253881
Bug: https://bugs.gentoo.org/793221
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sci-libs/vtk')
-rw-r--r-- | sci-libs/vtk/vtk-9.0.1.ebuild | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sci-libs/vtk/vtk-9.0.1.ebuild b/sci-libs/vtk/vtk-9.0.1.ebuild index 848e2fce63de..8c86ad38458b 100644 --- a/sci-libs/vtk/vtk-9.0.1.ebuild +++ b/sci-libs/vtk/vtk-9.0.1.ebuild @@ -515,6 +515,11 @@ src_install() { doenvd "${T}"/40${PN} use web && webapp_src_install + + # Temporary! + # Avoid collision with paraview. + # bug #793221 + rm -rf "${ED}"/usr/share/vtkm-1.5/VTKm{LICENSE.txt,README.md} || die } # webapp.eclass exports these but we want it optional #534036 |