Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 374467 - app-emulation/wine-1.3.23 [opencl] requires >=dev-util/nvidia-cuda-toolkit-3.0 [opencl] but only 3.0 has an opencl use flag.
Summary: app-emulation/wine-1.3.23 [opencl] requires >=dev-util/nvidia-cuda-toolkit-3....
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Wine Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-07-08 17:22 UTC by Shannon
Modified: 2011-12-20 18:59 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Shannon 2011-07-08 17:22:19 UTC
The changelog for nvidia-cuda-toolkit says:

12 Dec 2010; Michał Januszewski <spock@gentoo.org>
nvidia-cuda-toolkit-3.0.ebuild, nvidia-cuda-toolkit-3.1.ebuild,
nvidia-cuda-toolkit-3.2.ebuild:
Install a /usr/include/CL symlink for the NVIDIA OpenCL headers.

So opencl depend line in the wine ebuild should say something like:

opencl? ( x11-drivers/nvidia-drivers
    || ( =dev-util/nvidia-cuda-toolkit-3.0[opencl]
        >dev-util/nvidia-cuda-toolkit-3.0 
    )
)


Reproducible: Always
Comment 1 SpanKY gentoo-dev 2011-07-08 19:25:02 UTC
it forces 3.1+ now
Comment 2 Ben 2011-12-18 12:54:56 UTC
Please change ebuilds to this:

    opencl? ( video_cards_nvidia? ( 
        x11-drivers/nvidia-drivers 
        >=dev-util/nvidia-cuda-toolkit-3.1 
    ) )
Comment 3 SpanKY gentoo-dev 2011-12-20 18:59:41 UTC
no.  read bug 374145.