summaryrefslogtreecommitdiff
path: root/sci-libs/ideep/ideep-3.5.3_p2.ebuild
blob: b8203c85ce6ea783b0215c6259ddbfbf18cf24e8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Copyright 2024 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/*
}