commit:     5e8ba7eeb84d2e60072f69d7dcfb11ac55357ce2
Author:     Pavel Sobolev <contact <AT> paveloom <DOT> dev>
AuthorDate: Sat Mar  7 10:50:00 2026 +0000
Commit:     Pavel Sobolev <contact <AT> paveloom <DOT> dev>
CommitDate: Sat Mar  7 12:21:51 2026 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5e8ba7ee

sci-libs/onnxruntime: add 1.24.3, drop 1.24.2

Signed-off-by: Pavel Sobolev <contact <AT> paveloom.dev>

 sci-libs/onnxruntime/Manifest                                    | 2 +-
 ...aries.patch => onnxruntime-1.24.3-use-system-libraries.patch} | 9 ++++-----
 .../{onnxruntime-1.24.2.ebuild => onnxruntime-1.24.3.ebuild}     | 2 +-
 3 files changed, 6 insertions(+), 7 deletions(-)

diff --git a/sci-libs/onnxruntime/Manifest b/sci-libs/onnxruntime/Manifest
index 42ff76c6ee..9570730864 100644
--- a/sci-libs/onnxruntime/Manifest
+++ b/sci-libs/onnxruntime/Manifest
@@ -1,2 +1,2 @@
 DIST eigen-3.4.0_p20250216.tar.bz2 2272941 BLAKE2B 
c86764a5c31b978d09f9f8f458a982fb16c2cdfd053e0c7a371fbe5b9c64bead42c25fb7d4cb795eb5ee7ff1800bb51fac6783ad0881dd69dee5d463ccd213e3
 SHA512 
3c9fab41bde1ee4b8f5ba21c991a75cc73e104cdb48f3377b5fc51afae8cbb5e891c39e4fd998c5263178a8962b09d9d907b9d125dfddc50bc2ec5171917d6b8
-DIST onnxruntime-1.24.2.tar.gz 283599066 BLAKE2B 
f30a46c74b2ed3b9c67b18053e88d7c48f90a7b79c44f8bb67686678747e8eb661acb71282245d1e128e2ac851b1b8539ae2e7525ebf950aab59d40ea6e30aba
 SHA512 
9f634692c0edb1910616c05b08e12ac20e393f637ca14d41fa46849dfd70a3719e1952af238fe862a2d77a3f0c66d03d1201b1739c85e193e102626413d6a041
+DIST onnxruntime-1.24.3.tar.gz 283631211 BLAKE2B 
14de894e0d69fb51679186756bf2d0cbb8e5429f7553866d8aedebdc0fabae76fd7ea5f95c9da8b449a7411dc6d91a5974717a98f67cf445ef893285f7614c95
 SHA512 
1c4108d0a2cbcbbc24186914f954751afdac347c36a3a97b95b3daf0c9cf4b98d07d1fde4dfbc37a107acbdd658f88eff310c22fe8dd73266c6a9a7817af3c49

diff --git 
a/sci-libs/onnxruntime/files/onnxruntime-1.24.1-use-system-libraries.patch 
b/sci-libs/onnxruntime/files/onnxruntime-1.24.3-use-system-libraries.patch
similarity index 97%
rename from 
sci-libs/onnxruntime/files/onnxruntime-1.24.1-use-system-libraries.patch
rename to 
sci-libs/onnxruntime/files/onnxruntime-1.24.3-use-system-libraries.patch
index 142d4f026d..13a01a0dc0 100644
--- a/sci-libs/onnxruntime/files/onnxruntime-1.24.1-use-system-libraries.patch
+++ b/sci-libs/onnxruntime/files/onnxruntime-1.24.3-use-system-libraries.patch
@@ -7,7 +7,7 @@ Signed-off-by: Pavel Sobolev <[email protected]>
 
 --- a/cmake/external/abseil-cpp.cmake
 +++ b/cmake/external/abseil-cpp.cmake
-@@ -36,7 +36,7 @@ onnxruntime_fetchcontent_declare(
+@@ -41,7 +41,7 @@ onnxruntime_fetchcontent_declare(
      URL_HASH SHA1=${DEP_SHA1_abseil_cpp}
      EXCLUDE_FROM_ALL
      PATCH_COMMAND ${ABSL_PATCH_COMMAND}
@@ -187,15 +187,14 @@ Signed-off-by: Pavel Sobolev <[email protected]>
    set(CXXOPTS_BUILD_TESTS OFF CACHE BOOL "" FORCE)
 --- a/cmake/external/pybind11.cmake
 +++ b/cmake/external/pybind11.cmake
-@@ -6,7 +6,7 @@ onnxruntime_fetchcontent_declare(
+@@ -6,6 +6,6 @@ onnxruntime_fetchcontent_declare(
      URL ${DEP_URL_pybind11}
      URL_HASH SHA1=${DEP_SHA1_pybind11}
      EXCLUDE_FROM_ALL
--    FIND_PACKAGE_ARGS 2.13 NAMES pybind11
-+    FIND_PACKAGE_ARGS 2.13 NAMES pybind11 REQUIRED
+-    FIND_PACKAGE_ARGS 3.0 NAMES pybind11
++    FIND_PACKAGE_ARGS 3.0 NAMES pybind11 REQUIRED
  )
  onnxruntime_fetchcontent_makeavailable(pybind11_project)
- 
 --- a/cmake/external/wil.cmake
 +++ b/cmake/external/wil.cmake
 @@ -8,7 +8,7 @@ onnxruntime_fetchcontent_declare(

diff --git a/sci-libs/onnxruntime/onnxruntime-1.24.2.ebuild 
b/sci-libs/onnxruntime/onnxruntime-1.24.3.ebuild
similarity index 98%
rename from sci-libs/onnxruntime/onnxruntime-1.24.2.ebuild
rename to sci-libs/onnxruntime/onnxruntime-1.24.3.ebuild
index dd952239c4..95957b2b3e 100644
--- a/sci-libs/onnxruntime/onnxruntime-1.24.2.ebuild
+++ b/sci-libs/onnxruntime/onnxruntime-1.24.3.ebuild
@@ -70,7 +70,7 @@ BDEPEND="
 
 PATCHES=(
        "${FILESDIR}/${PN}-1.22.2-relax-the-dependency-on-flatbuffers.patch"
-       "${FILESDIR}/${PN}-1.24.1-use-system-libraries.patch"
+       "${FILESDIR}/${PN}-1.24.3-use-system-libraries.patch"
 )
 
 CMAKE_USE_DIR="${S}/cmake"

Reply via email to