mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-28 17:50:58 +02:00
please, don't just delete stuff without leaving a standard use flag to re-enable :-P nvidia-cuda-sdk cleaning complete
This commit is contained in:
parent
4bb9a57b9f
commit
942b10a503
2 changed files with 12 additions and 3 deletions
|
|
@ -1,2 +1,2 @@
|
|||
DIST cuda-sdk-linux-2.10.1215.2015-3233425.run 46618139 RMD160 bfbadee2b669d72e038abf34cb200343a3826465 SHA1 3ef64ffd9d1bc0afe351c80f07d5c2a87e7e044a SHA256 5d9521f049312fc00fef9e9ed6fa2bd8475e0d309dab109da4b663461d9855bb
|
||||
EBUILD nvidia-cuda-sdk-2.10.1215.2015.ebuild 1391 RMD160 3570a4a5941384c34b8096fd5b8daeca525a515c SHA1 986277e5d8d6ce6244ff78ef6301017610ec270e SHA256 faa6df177a16b86f3b4a13e212ac9a0c4afb37568eece9abe8f1dee8623096e8
|
||||
EBUILD nvidia-cuda-sdk-2.10.1215.2015.ebuild 1501 RMD160 94e84392e3fbf9487f5bf97a844e910c1e0535e6 SHA1 1475427ac11856a2ca69dffaa44d30686d81ce50 SHA256 a63c27f3ce3d6327234a6cf11b3d1f21e8eaf32caa4e24bea3e4bd1aab215c7a
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ SRC_URI="http://developer.download.nvidia.com/compute/cuda/2_1/SDK/cuda-sdk-linu
|
|||
LICENSE="CUDPP"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE="debug emulation livecd"
|
||||
IUSE="debug doc emulation examples livecd"
|
||||
|
||||
RDEPEND=">=dev-util/nvidia-cuda-toolkit-2.1
|
||||
!livecd? ( >=x11-drivers/nvidia-drivers-180.22 )
|
||||
|
|
@ -38,7 +38,16 @@ src_compile() {
|
|||
fi
|
||||
|
||||
cd "${S}/sdk"
|
||||
rm -rf projects bin tools doc
|
||||
if use doc ; then
|
||||
dodoc doc
|
||||
else
|
||||
rm -rf doc
|
||||
fi
|
||||
if use examples ; then
|
||||
echo blah
|
||||
else
|
||||
rm -rf projects bin tools
|
||||
fi
|
||||
emake cuda-install=/opt/cuda ${myopts} || die
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue