Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 236713 Details for
Bug 325833
dev-util/nvidia-cuda-sdk-3.1: Version bump
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Ebuild for nvidia-cuda-sdk-3.1
nvidia-cuda-sdk-3.1.ebuild (text/plain), 1.44 KB, created by
Clemens Rabe
on 2010-06-27 10:59:41 UTC
(
hide
)
Description:
Ebuild for nvidia-cuda-sdk-3.1
Filename:
MIME Type:
Creator:
Clemens Rabe
Created:
2010-06-27 10:59:41 UTC
Size:
1.44 KB
patch
obsolete
># Copyright 1999-2010 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header$ > >EAPI=2 > >inherit eutils toolchain-funcs > >DESCRIPTION="NVIDIA CUDA Software Development Kit" >HOMEPAGE="http://developer.nvidia.com/cuda" > >CUDA_V=${PV//_/-} >DIR_V=${CUDA_V//./_} >DIR_V=${DIR_V//beta/Beta} > >SRC_URI="http://developer.download.nvidia.com/compute/cuda/${DIR_V}/sdk/gpucomputingsdk_${CUDA_V}_linux.run" >LICENSE="CUDPP" >SLOT="0" >KEYWORDS="~amd64 ~x86" >IUSE="debug +doc +examples opencl +cuda" > >RDEPEND=">=dev-util/nvidia-cuda-toolkit-3.1 > examples? ( >=x11-drivers/nvidia-drivers-256.35 ) > virtual/glut" >DEPEND="${RDEPEND}" > >S="${WORKDIR}" > >RESTRICT="binchecks" > >src_unpack() { > unpack_makeself >} > >src_compile() { > if ! use examples; then > return > fi > local myopts="" > > if use debug; then > myopts="${myopts} dbg=1" > fi > > cd "${S}/sdk" > > if use cuda; then > cd C > emake cuda-install=/opt/cuda ${myopts} || die > cd .. > fi > > if use opencl; then > cd OpenCL > emake || die > cd .. > fi >} > >src_install() { > cd "${S}/sdk" > > if ! use doc; then > rm -rf *.txt doc */doc */Samples.htm */releaseNotesData > fi > > if ! use examples; then > rm -rf bin */bin */tools > fi > > for f in $(find .); do > local t="$(dirname ${f})" > if [[ "${t/obj\/}" != "${t}" || "${t##*.}" == "a" ]]; then > continue > fi > > if [[ -x "${f}" && ! -d "${f}" ]]; then > exeinto "/opt/cuda/sdk/${t}" > doexe "${f}" > else > insinto "/opt/cuda/sdk/${t}" > doins "${f}" > fi > done >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 325833
: 236713