Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 582950 - sci-libs/vtk - Enable installation alongside >=x11-drivers/nvidia-settings-361.28
Summary: sci-libs/vtk - Enable installation alongside >=x11-drivers/nvidia-settings-3...
Status: RESOLVED DUPLICATE of bug 563750
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal enhancement
Assignee: Gentoo Science Related Packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-05-13 23:59 UTC by Samuel Loewen
Modified: 2016-05-23 14:32 UTC (History)
1 user (show)

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


Attachments
Updated ebuild installable alongside recent nvidia-drivers versions (vtk-6.1.0-r3.ebuild,10.24 KB, text/plain)
2016-05-13 23:59 UTC, Samuel Loewen
Details
Updated ebuild installable alongside recent nvidia-drivers versions (vtk-6.0.0-r1.ebuild,8.72 KB, text/plain)
2016-05-14 00:00 UTC, Samuel Loewen
Details
The changes I made (support-recent-nvidia-drivers.patch,407 bytes, patch)
2016-05-14 00:06 UTC, Samuel Loewen
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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 ***