mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-21 13:03:31 -04:00
dev-util/xrt: 999999, fix build, enable py3.15
Signed-off-by: Sv. Lockal <lockalsash@gmail.com>
This commit is contained in:
@@ -3,8 +3,8 @@
|
|||||||
|
|
||||||
EAPI=8
|
EAPI=8
|
||||||
|
|
||||||
PYTHON_COMPAT=( python3_{12..14} )
|
PYTHON_COMPAT=( python3_{12..15} )
|
||||||
inherit bash-completion-r1 cmake python-any-r1
|
inherit shell-completion cmake python-any-r1
|
||||||
|
|
||||||
DESCRIPTION="Runtime for AIE and FPGA based platforms"
|
DESCRIPTION="Runtime for AIE and FPGA based platforms"
|
||||||
HOMEPAGE="https://github.com/Xilinx/XRT"
|
HOMEPAGE="https://github.com/Xilinx/XRT"
|
||||||
@@ -12,11 +12,12 @@ HOMEPAGE="https://github.com/Xilinx/XRT"
|
|||||||
if [[ ${PV} == 999999 ]] ; then
|
if [[ ${PV} == 999999 ]] ; then
|
||||||
EGIT_REPO_URI="https://github.com/Xilinx/XRT.git"
|
EGIT_REPO_URI="https://github.com/Xilinx/XRT.git"
|
||||||
EGIT_SUBMODULES=(
|
EGIT_SUBMODULES=(
|
||||||
src/runtime_src/aie-rt
|
src/runtime_src/aie-codegen
|
||||||
|
src/runtime_src/aie-codegen/aie-regdb
|
||||||
src/runtime_src/core/common/aiebu
|
src/runtime_src/core/common/aiebu
|
||||||
|
src/runtime_src/core/common/aiebu/src/cpp/ELFIO
|
||||||
src/runtime_src/core/common/elf
|
src/runtime_src/core/common/elf
|
||||||
src/runtime_src/xdp
|
src/runtime_src/xdp
|
||||||
src/runtime_src/core/common/aiebu/src/cpp/ELFIO
|
|
||||||
)
|
)
|
||||||
inherit git-r3
|
inherit git-r3
|
||||||
else
|
else
|
||||||
@@ -55,8 +56,6 @@ RDEPEND="
|
|||||||
dev-libs/boost:=
|
dev-libs/boost:=
|
||||||
dev-libs/openssl:=
|
dev-libs/openssl:=
|
||||||
sys-apps/util-linux
|
sys-apps/util-linux
|
||||||
dev-cpp/abseil-cpp:=
|
|
||||||
dev-libs/protobuf:=
|
|
||||||
"
|
"
|
||||||
|
|
||||||
DEPEND="
|
DEPEND="
|
||||||
@@ -70,6 +69,7 @@ DEPEND="
|
|||||||
|
|
||||||
BDEPEND="
|
BDEPEND="
|
||||||
${PYTHON_DEPS}
|
${PYTHON_DEPS}
|
||||||
|
dev-libs/protobuf[protoc(+)]
|
||||||
$(python_gen_any_dep "
|
$(python_gen_any_dep "
|
||||||
dev-python/jinja2[\${PYTHON_USEDEP}]
|
dev-python/jinja2[\${PYTHON_USEDEP}]
|
||||||
dev-python/markdown[\${PYTHON_USEDEP}]
|
dev-python/markdown[\${PYTHON_USEDEP}]
|
||||||
|
|||||||
Reference in New Issue
Block a user