2026-04-26 19:01:20 UTC

This commit is contained in:
Repository mirror & CI
2026-04-26 19:01:20 +00:00
parent 6a9e8cf827
commit 7170be452f
46 changed files with 301 additions and 140 deletions

View File

@@ -1,17 +0,0 @@
BDEPEND=python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 ) test? ( dev-cpp/gtest python? ( dev-python/pytest[python_targets_python3_12(-)?,python_targets_python3_13(-)?] ) ) app-alternatives/ninja >=dev-build/cmake-3.28.5
DEFINED_PHASES=compile configure install prepare test
DEPEND=dev-cpp/abseil-cpp:= dev-libs/cpuinfo dev-libs/protobuf:= dev-libs/re2:= sci-ml/onnx[disableStaticReg] python? ( python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 ) dev-python/coloredlogs[python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/flatbuffers[python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/numpy-2[python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/packaging[python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/protobuf[python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/sympy[python_targets_python3_12(-)?,python_targets_python3_13(-)?] ) dev-cpp/ms-gsl dev-cpp/nlohmann_json dev-cpp/safeint dev-libs/boost dev-libs/date dev-libs/flatbuffers python? ( dev-python/pybind11[python_targets_python3_12(-)?,python_targets_python3_13(-)?] sci-libs/dlpack )
DESCRIPTION=Cross-platform, high performance ML inferencing and training accelerator
EAPI=8
HOMEPAGE=https://onnxruntime.ai https://github.com/microsoft/onnxruntime
INHERIT=cmake edo flag-o-matic python-r1
IUSE=python test python_targets_python3_12 python_targets_python3_13
KEYWORDS=~amd64
LICENSE=MIT
RDEPEND=dev-cpp/abseil-cpp:= dev-libs/cpuinfo dev-libs/protobuf:= dev-libs/re2:= sci-ml/onnx[disableStaticReg] python? ( python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 ) dev-python/coloredlogs[python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/flatbuffers[python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/numpy-2[python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/packaging[python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/protobuf[python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/sympy[python_targets_python3_12(-)?,python_targets_python3_13(-)?] )
REQUIRED_USE=|| ( python_targets_python3_12 python_targets_python3_13 )
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=https://github.com/microsoft/onnxruntime/archive/refs/tags/v1.24.3.tar.gz -> onnxruntime-1.24.3.tar.gz https://gitlab.com/libeigen/eigen/-/archive/1d8b82b0740839c0de7f1242a3585e3390ff5f33/eigen-1d8b82b0740839c0de7f1242a3585e3390ff5f33.tar.bz2 -> eigen-3.4.0_p20250216.tar.bz2
_eclasses_=toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 flag-o-matic fd3558f73f6503093adee69adf41020d multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 cmake 3395ce6618fc5c7af03335471b896644 edo a5e294016aa84979fcb2459749eb80b2 out-of-source-utils 8e5093bd27b7f541a1913271f25d633a multibuild 83db098a835f71feb71761f72a694aa2 eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd python-utils-r1 9c4180f103a0e8340bc993fc85dbdadd python-r1 5fdca77e34fc9af7d6eb47689f33f6bf
_md5_=41c8366393fe4a142397a20747b291e8

View File

@@ -0,0 +1,17 @@
BDEPEND=python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 ) python_targets_python3_14? ( dev-lang/python:3.14 ) test? ( dev-cpp/gtest python? ( dev-python/pytest[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] ) ) app-alternatives/ninja >=dev-build/cmake-3.28.5
DEFINED_PHASES=compile configure install prepare test
DEPEND=dev-cpp/abseil-cpp:= dev-libs/cpuinfo dev-libs/protobuf:= dev-libs/re2:= sci-ml/onnx[disableStaticReg] python? ( python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 ) python_targets_python3_14? ( dev-lang/python:3.14 ) dev-python/coloredlogs[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/flatbuffers[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/numpy-2[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/packaging[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/protobuf[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/sympy[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] ) dev-cpp/ms-gsl dev-cpp/nlohmann_json dev-cpp/safeint dev-libs/boost dev-libs/date dev-libs/flatbuffers python? ( dev-python/pybind11[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] sci-libs/dlpack )
DESCRIPTION=Cross-platform, high performance ML inferencing and training accelerator
EAPI=8
HOMEPAGE=https://onnxruntime.ai https://github.com/microsoft/onnxruntime
INHERIT=cmake edo flag-o-matic python-r1
IUSE=python test python_targets_python3_12 python_targets_python3_13 python_targets_python3_14
KEYWORDS=~amd64
LICENSE=MIT
RDEPEND=dev-cpp/abseil-cpp:= dev-libs/cpuinfo dev-libs/protobuf:= dev-libs/re2:= sci-ml/onnx[disableStaticReg] python? ( python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 ) python_targets_python3_14? ( dev-lang/python:3.14 ) dev-python/coloredlogs[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/flatbuffers[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/numpy-2[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/packaging[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/protobuf[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/sympy[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] )
REQUIRED_USE=|| ( python_targets_python3_12 python_targets_python3_13 python_targets_python3_14 )
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=https://github.com/microsoft/onnxruntime/archive/refs/tags/v1.25.0.tar.gz -> onnxruntime-1.25.0.tar.gz https://gitlab.com/libeigen/eigen/-/archive/1d8b82b0740839c0de7f1242a3585e3390ff5f33/eigen-1d8b82b0740839c0de7f1242a3585e3390ff5f33.tar.bz2 -> eigen-3.4.0_p20250216.tar.bz2
_eclasses_=toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 flag-o-matic fd3558f73f6503093adee69adf41020d multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 cmake 3395ce6618fc5c7af03335471b896644 edo a5e294016aa84979fcb2459749eb80b2 out-of-source-utils 8e5093bd27b7f541a1913271f25d633a multibuild 83db098a835f71feb71761f72a694aa2 eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd python-utils-r1 9c4180f103a0e8340bc993fc85dbdadd python-r1 5fdca77e34fc9af7d6eb47689f33f6bf
_md5_=082939185c2819eac04ccb9960d7639f