sci-ml/ideep - 3.12 (gentoo)

Search

Install

Install this version:

emerge -a =sci-ml/ideep-3.12

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =sci-ml/ideep-3.12

Or alternatively:

emerge --autounmask-write -a =sci-ml/ideep-3.12

Package Information

Description:
Intel Optimization for Chainer
Homepage:
https://github.com/intel/ideep
License:
MIT

Ebuild Details

Version EAPI Keywords Slot
3.12 8 ~amd64 0
View Raw Ebuild
# 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/*
}

Manifest for 3.12

Type File Size Source URLs
DIST ideep-3.12.tar.gz 63540 bytes https://github.com/intel/ideep/archive/refs/tags/pytorch-rls-v3.12.tar.gz