Added dev-libs/cudnn-9.7.1.26
This commit is contained in:
parent
8ad54a216f
commit
54542aac5e
@ -1 +1,2 @@
|
|||||||
DIST cudnn-linux-x86_64-9.6.0.74_cuda12-archive.tar.xz 662367552 BLAKE2B 2f4b99825bf57b07580daf6bbf6ea3abbec94ab9942a645f3eafe67ee24e6b9a1acb1b9ae725345a5dbf7a0634c247907394727670b604fa6199bb40cee61f00 SHA512 8e69603af614e12439883d0a5bd4927abc66e03739151ecaa485d340ab02e426a4cce568a556be445223cee8a6a926a8ed821708e9e61e79db5817ddcd3066d5
|
DIST cudnn-linux-x86_64-9.6.0.74_cuda12-archive.tar.xz 662367552 BLAKE2B 2f4b99825bf57b07580daf6bbf6ea3abbec94ab9942a645f3eafe67ee24e6b9a1acb1b9ae725345a5dbf7a0634c247907394727670b604fa6199bb40cee61f00 SHA512 8e69603af614e12439883d0a5bd4927abc66e03739151ecaa485d340ab02e426a4cce568a556be445223cee8a6a926a8ed821708e9e61e79db5817ddcd3066d5
|
||||||
|
DIST cudnn-linux-x86_64-9.7.1.26_cuda12-archive.tar.xz 969539424 BLAKE2B 5192911cfbb6386d97326aeb05f7102376c80ad3a293b1e4f525d4da35524fb0173ac48ce4d13aa2591181acd559c90852c1620c13a041f6935452483d6687dc SHA512 1f20b07d95d9d1d823bad7266460203b20f2c4ccd95be9856506580072c18437436e105eb07d6ca0de529186145e0ced168a6982eedfe8874bf0856edaa4b9a6
|
||||||
|
28
dev-libs/cudnn/cudnn-9.7.1.26.ebuild
Normal file
28
dev-libs/cudnn/cudnn-9.7.1.26.ebuild
Normal file
@ -0,0 +1,28 @@
|
|||||||
|
# Copyright 1999-2024 Gentoo Authors
|
||||||
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
|
EAPI=8
|
||||||
|
|
||||||
|
inherit unpacker
|
||||||
|
|
||||||
|
CUDA_V="12"
|
||||||
|
|
||||||
|
DESCRIPTION="NVIDIA Accelerated Deep Learning on GPU library"
|
||||||
|
HOMEPAGE="https://developer.nvidia.com/cudnn"
|
||||||
|
SRC_URI="https://developer.download.nvidia.com/compute/cudnn/redist/cudnn/linux-x86_64/cudnn-linux-x86_64-${PV}_cuda${CUDA_V}-archive.tar.xz"
|
||||||
|
S="${WORKDIR}/cudnn-linux-x86_64-${PV%%_*}_cuda${CUDA_V}-archive"
|
||||||
|
|
||||||
|
LICENSE="NVIDIA-cuDNN"
|
||||||
|
SLOT="0/$(ver_cut 1)"
|
||||||
|
KEYWORDS="-* ~amd64 ~amd64-linux"
|
||||||
|
RESTRICT="mirror"
|
||||||
|
|
||||||
|
RDEPEND="=dev-util/nvidia-cuda-toolkit-${CUDA_V}*"
|
||||||
|
|
||||||
|
QA_PREBUILT="/opt/cuda/targets/x86_64-linux/lib/*"
|
||||||
|
|
||||||
|
src_install() {
|
||||||
|
insinto /opt/cuda/targets/x86_64-linux
|
||||||
|
|
||||||
|
doins -r include lib
|
||||||
|
}
|
13
metadata/md5-cache/dev-libs/cudnn-9.7.1.26
Normal file
13
metadata/md5-cache/dev-libs/cudnn-9.7.1.26
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
DEFINED_PHASES=install unpack
|
||||||
|
DESCRIPTION=NVIDIA Accelerated Deep Learning on GPU library
|
||||||
|
EAPI=8
|
||||||
|
HOMEPAGE=https://developer.nvidia.com/cudnn
|
||||||
|
INHERIT=unpacker
|
||||||
|
KEYWORDS=-* ~amd64 ~amd64-linux
|
||||||
|
LICENSE=NVIDIA-cuDNN
|
||||||
|
RDEPEND==dev-util/nvidia-cuda-toolkit-12*
|
||||||
|
RESTRICT=mirror
|
||||||
|
SLOT=0/9
|
||||||
|
SRC_URI=https://developer.download.nvidia.com/compute/cudnn/redist/cudnn/linux-x86_64/cudnn-linux-x86_64-9.7.1.26_cuda12-archive.tar.xz
|
||||||
|
_eclasses_=multiprocessing 1e32df7deee68372153dca65f4a7c21f toolchain-funcs 14648d8795f7779e11e1bc7cf08b7536 multilib b2a329026f2e404e9e371097dda47f96 unpacker fb4b84181244b3b9990fa0bf40232dd2
|
||||||
|
_md5_=c3d0794b82e576897961ec2ff1b72724
|
Loading…
x
Reference in New Issue
Block a user