| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 3.10.2 | 8 | ~amd64 | 0 |
# Copyright 2024-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
MYP=pytorch-rls-v${PV/_p/-}
DESCRIPTION="Intel Optimization for Chainer"
HOMEPAGE="https://github.com/intel/ideep"
SRC_URI="https://github.com/intel/${PN}/archive/refs/tags/${MYP}.tar.gz
-> ${P}.tar.gz"
S="${WORKDIR}"/ideep-${MYP}
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
src_install() {
doheader -r include/*
}
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | ideep-3.10.2.tar.gz | 63554 bytes | https://github.com/intel/ideep/archive/refs/tags/pytorch-rls-v${PV/_p/-}.tar.gz |