gentoo-ebuilds/sci-ml/foxi/foxi-2021.05.27.ebuild
Alfredo Tupone 032b0f2fd7
sci-ml/foxi: stabilize 2021.05.27 for amd64
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
2025-03-18 08:34:13 +01:00

24 lines
523 B
Bash

# Copyright 2022-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit cmake
CommitId=c278588e34e535f0bb8f00df3880d26928038cad
DESCRIPTION="ONNXIFI with Facebook Extension"
HOMEPAGE="https://github.com/houseroad/foxi/"
SRC_URI="https://github.com/houseroad/${PN}/archive/${CommitId}.tar.gz
-> ${P}.tar.gz"
S="${WORKDIR}"/${PN}-${CommitId}
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 ~arm64"
RESTRICT="test" # No test available
PATCHES=(
"${FILESDIR}"/${P}-gentoo.patch
)