Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 534750 - sci-libs/vtk-6.1.0 lacks VTKConfig.cmake
Summary: sci-libs/vtk-6.1.0 lacks VTKConfig.cmake
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-01-05 09:29 UTC by Andreas Schäfer
Modified: 2015-01-05 15:03 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
patch (vtk-6.1.0.ebuild.patch,385 bytes, patch)
2015-01-05 09:29 UTC, Andreas Schäfer
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Andreas Schäfer 2015-01-05 09:29:06 UTC
Created attachment 393206 [details, diff]
patch

VTKConfig.cmake is required by FindVTK.cmake. All CMake-Based packages which require VTK fail to install if VTK's config is not available (e.g. VisIt). The current ebuild inhibits its installation by setting VTK_INSTALL_NO_DEVELOPMENT. Unsetting the flag fixes this behavior.
Comment 1 Alexis Ballier gentoo-dev 2015-01-05 15:03:25 UTC
+*vtk-6.1.0-r1 (05 Jan 2015)
+
+  05 Jan 2015; Alexis Ballier <aballier@gentoo.org> +vtk-6.1.0-r1.ebuild:
+  Add missing dep on jsoncpp, bug #533606 by Stephen Bosch; do not set
+  VTK_INSTALL_NO_DEVELOPMENT=ON as this makes it installs only libraries, not
+  headers nor cmake helpers, bug #534750 by Andreas Schäfer; override
+  webapp.eclass exported functions as we want webapp support optional, bug
+  #534036
+


thanks!