nvidia-apex-bin: outdated, source version newer

This commit is contained in:
Rick Farina (Zero_Chaos) 2024-04-03 14:00:58 -04:00
parent 81c2400153
commit 5685763270
No known key found for this signature in database
GPG key ID: A29433C0AA431DDC
3 changed files with 0 additions and 47 deletions

View file

@ -1 +0,0 @@
DIST nvidia-apex-bin-22.8.zip 3247310 BLAKE2B ef1d8ff2933d5b9866b137645769e9f1ccda2091e1dfd73b5a86e6556ef5af927e652e36181b425e2d0406f8dcd51ce0a65be86eb4d2deb278cfaf83e8d63d43 SHA512 0b92db6858f075b007fc46ce794cb015d4ad018e787850d2c25e0669f4f39ef67d1efbf5baa14d139ef747fae94ffbbf1673c62652a038fcde983178701e740d

View file

@ -1,8 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<upstream>
<remote-id type="pypi">nvidia-apex-bin</remote-id>
<remote-id type="github">NVIDIA/apex</remote-id>
</upstream>
</pkgmetadata>

View file

@ -1,38 +0,0 @@
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{10..12} )
#inherit distutils-r1
inherit python-any-r1
#22.08 -> 22.8
MY_P="apex-${PV}-py3.10-linux-x86_64.egg"
DESCRIPTION="NVIDIA-maintained utilities to streamline mixed precision and distributed training in Pytorch"
HOMEPAGE="https://github.com/NVIDIA/apex"
SRC_URI="https://dev.pentoo.ch/~blshkv/distfiles/nvidia-${MY_P} -> ${P}.zip"
LICENSE="BSD"
SLOT="0"
#KEYWORDS="amd64 ~arm64 x86"
IUSE=""
RDEPEND="${PYTHON_DEPS}
>=dev-python/tqdm-4.28.1
>=dev-python/numpy-1.15.3
>=dev-python/pyyaml-5.1
"
DEPEND="${RDEPEND}"
BDEPEND="app-arch/unzip"
RESTRICT="test"
S=${WORKDIR}
src_install() {
insinto "$(python_get_sitedir)/${MY_P}"
doins -r "./"
}