Install this version:
emerge -a =sci-libs/fastflowlm-9999
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =sci-libs/fastflowlm-9999
Or alternatively:
emerge --autounmask-write -a =sci-libs/fastflowlm-9999
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 9999 | 8 | -* ~amd64 | 0 |
EAPI=8
inherit cmake git-r3
DESCRIPTION="NPU-first runtime built exclusively for Ryzen AI"
HOMEPAGE="https://github.com/ROCm/FastFlowLM"
EGIT_REPO_URI="https://github.com/ROCm/FastFlowLM.git"
EGIT_SUBMODULES=( '*' )
LICENSE="MIT"
SLOT="0"
KEYWORDS="-* ~amd64"
DEPEND="
dev-libs/boost:=
net-misc/curl
media-video/ffmpeg:=
sci-libs/fftw:=
sys-libs/readline:=
sys-libs/ncurses:=
dev-libs/xrt
"
RDEPEND="${DEPEND}"
BDEPEND="
virtual/pkgconfig
dev-lang/rust
"
RESTRICT="network-sandbox"
CMAKE_USE_DIR="${S}/src"
src_configure() {
local mycmakeargs=(
-DFLM_VERSION="9999"
-DNPU_VERSION="9999"
-DFLM_PORTABLE_BUILD=OFF
)
cmake_src_configure
}
dev-libs/boost:= net-misc/curl media-video/ffmpeg:= sci-libs/fftw:= sys-libs/readline:= sys-libs/ncurses:= dev-libs/xrt
dev-libs/boost:= net-misc/curl media-video/ffmpeg:= sci-libs/fftw:= sys-libs/readline:= sys-libs/ncurses:= dev-libs/xrt
virtual/pkgconfig dev-lang/rust