Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 582950

Summary: sci-libs/vtk - Enable installation alongside >=x11-drivers/nvidia-settings-361.28
Product: Gentoo Linux Reporter: Samuel Loewen <samuellwn>
Component: New packagesAssignee: Gentoo Science Related Packages <sci>
Status: RESOLVED DUPLICATE    
Severity: enhancement CC: java
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: Updated ebuild installable alongside recent nvidia-drivers versions
Updated ebuild installable alongside recent nvidia-drivers versions
The changes I made

Description Samuel Loewen 2016-05-13 23:59:09 UTC
Created attachment 434224 [details]
Updated ebuild installable alongside recent nvidia-drivers versions

Updates the ebuilds to allow installing sci-libs/vtk alongside recent versions of nvidia-drivers. I did not test sci-libs/vtk-6.0.0-r1.ebuild on my system, but I can if requested. I also included a patch which shows the changes I made.
Comment 1 Samuel Loewen 2016-05-14 00:00:08 UTC
Created attachment 434226 [details]
Updated ebuild installable alongside recent nvidia-drivers versions
Comment 2 Samuel Loewen 2016-05-14 00:06:43 UTC
Created attachment 434228 [details, diff]
The changes I made

The contents of the patch are small enough to put here.

--- vtk-6.1.0-r2.ebuild 2016-05-13 16:40:42.200872805 -0700                                                                                                                                                                                                                   
+++ vtk-6.1.0-r3.ebuild 2016-05-13 12:49:07.636023004 -0700                                                                                                                                                                                                                   
@@ -99,7 +99,7 @@
        tbb? ( dev-cpp/tbb )                                                                                                                                                                                                                                                  
        tcl? ( dev-lang/tcl:0= )                                                                                                                                                                                                                                              
        tk? ( dev-lang/tk:0= )                                                                                                                                                                                                                                                
-       video_cards_nvidia? ( media-video/nvidia-settings )                                                                                                                                                                                                                   
+       video_cards_nvidia? ( || ( x11-drivers/nvidia-drivers[tools(-)] media-video/nvidia-settings ) )                                                                                                                                                                       
        web? (                                                                                                                                                                                                                                                                
                ${WEBAPP_DEPEND}                                                                                                                                                                                                                                              
                python? (
Comment 3 Pacho Ramos gentoo-dev 2016-05-23 14:32:37 UTC

*** This bug has been marked as a duplicate of bug 563750 ***