sci-libs/onnxruntime-bin - 1.22.0 (kzd)

Search

Package Information

Description:
cross-platform, high performance ML inferencing and training accelerator
Homepage:
https://onnxruntime.ai/
License:
MIT

Ebuild Details

Version EAPI Keywords Slot
1.22.0 8 ~amd64 0
View Raw Ebuild
# Copyright 2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DESCRIPTION="cross-platform, high performance ML inferencing and training accelerator"
HOMEPAGE="https://onnxruntime.ai/"

SRC_URI="
	https://github.com/microsoft/onnxruntime/releases/download/v${PV}/onnxruntime-linux-x64-gpu-${PV}.tgz
"

LICENSE="MIT"

SLOT="0"

KEYWORDS="~amd64"

DOCS="
	README.md
	Privacy.md
	ThirdPartyNotices.txt
	LICENSE
"

QA_PREBUILT="
	lib*/lib*.so*
"

src_unpack() {
	unpack ${A}
	cd "${WORKDIR}" || die
	mv onnxruntime-linux-* ${P} || die
}

src_install() {
	dodir /usr/include
	cp -R include/. "${ED}"/usr/include/. || die

	dodir $(get_libdir)
	cp -R lib/. "${ED}"/$(get_libdir)/. || die

	einstalldocs
}

Manifest for 1.22.0

Type File Size Source URLs
DIST onnxruntime-linux-x64-gpu-1.22.0.tgz 227317516 bytes https://github.com/microsoft/onnxruntime/releases/download/v1.22.0/onnxruntime-linux-x64-gpu-1.22.0.tgz