From 05644e4ce4886d97a712fcdca7d4144a7ced4191 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Tue, 12 Dec 2023 23:32:21 +0000 Subject: gentoo auto-resync : 12:12:2023 - 23:32:21 --- sci-libs/Manifest.gz | Bin 45123 -> 45126 bytes sci-libs/onnx/Manifest | 2 +- sci-libs/onnx/onnx-1.14.1-r1.ebuild | 61 ++++++++++++++++++++++++++++++++++++ sci-libs/onnx/onnx-1.14.1.ebuild | 60 ----------------------------------- 4 files changed, 62 insertions(+), 61 deletions(-) create mode 100644 sci-libs/onnx/onnx-1.14.1-r1.ebuild delete mode 100644 sci-libs/onnx/onnx-1.14.1.ebuild (limited to 'sci-libs') diff --git a/sci-libs/Manifest.gz b/sci-libs/Manifest.gz index 83fab1e63062..f27e14178753 100644 Binary files a/sci-libs/Manifest.gz and b/sci-libs/Manifest.gz differ diff --git a/sci-libs/onnx/Manifest b/sci-libs/onnx/Manifest index 7b4f5c466f71..344f67bbf06e 100644 --- a/sci-libs/onnx/Manifest +++ b/sci-libs/onnx/Manifest @@ -8,5 +8,5 @@ EBUILD onnx-1.11.0-r2.ebuild 822 BLAKE2B bd238d6e73ec27dee4419095752ff2ebd226155 EBUILD onnx-1.12.0.ebuild 822 BLAKE2B bd238d6e73ec27dee4419095752ff2ebd2261557ce300cadfe7658a7107695309e893919c72a755eef7c872c640e4d3ceba32440e71facc918fabb8171c3423d SHA512 b5cf92465cd93eaee8568a6732920a7f73765672f81d3dea14e69879845bb67577e054e5ef69e06d9c9801f75b55d6e8fa3be0e96abca5d90fa34efa910ea6dd EBUILD onnx-1.13.1-r1.ebuild 654 BLAKE2B c2c8c47303a994fd110a2a1bc376a9dc1859293cbfaf1c0689834d671111cb899bcfabd98746d2eeff5ceaa2c0d79b97d12f7cfd0fcdd5d03dce72dc764917cc SHA512 210406457327445cd54adf070737a80268c5432d1cd145a4a68d41d25d447c319274fd80aeb862e21389984b2d05934f8de6667dfc64ce9d3aaaa6097c482722 EBUILD onnx-1.14.0-r2.ebuild 1207 BLAKE2B 7d5e78e616c50d7c39eda2904adbe2563b836a0234857fb0334d3f94c3a5d9411e55ed16b8a804e13051a1b2319598e41f3a39a07ab59c18300639aef7d0f1f3 SHA512 5e5b5cd6085844c8f61ac5803e1e5ca4cc84df82bcb7a6fcb9fae2a59cfc9db04cd5611f914e312979766923a2b4ff8131c781990d7c28a3976fdd52772dac0b -EBUILD onnx-1.14.1.ebuild 1215 BLAKE2B 8513b2c21cc0bcaa0d403f1e5642d59954eb80414eed6188803cc98fc69a86decd126361400e890a2ea0e7e425430e64f01b7f46407bcfd3dc2957e1f9cb56a7 SHA512 d18075b57b3073915c26e186b252844daaaa0583fc4e9bc324b154580124464d84ae4476a0a4610ff5a1075f1be4ea080f89e3aaf4c3aeeef9c05b8b52860f78 +EBUILD onnx-1.14.1-r1.ebuild 1255 BLAKE2B 83f79421d55787aaf7709a36587c80d019e91bb3450f721dc8f5baf3956a856641ca289d86bf1b5d6236ea3d6c8bdf342a94532761d95ed99695c0f79627cc79 SHA512 91eb64990a78672b3e1d301714555415aaed49e8c31b65c4f7dfc8bf34f853f58f4d084acf874ba7fe6fd918f09b8cf094dcd192d43633cd5764609bca8d16bd MISC metadata.xml 322 BLAKE2B a78b6feffba2cf354154448a0e0cef5e866ec51ff0158939e7a5be1f3c4cb9bb3b29ae88ae06540627946fc3e0f6e9a63ef4d8951385e840a7a87ada99e1d50a SHA512 9d81e8e43822232c8c8cf690b6bdb9939f04adeb9230f8225a5b0b10083f9555304768901c46cc5d29c41038397bbb3b12e0111c3d0443f4c0003e99b99fc50f diff --git a/sci-libs/onnx/onnx-1.14.1-r1.ebuild b/sci-libs/onnx/onnx-1.14.1-r1.ebuild new file mode 100644 index 000000000000..331b32483cf4 --- /dev/null +++ b/sci-libs/onnx/onnx-1.14.1-r1.ebuild @@ -0,0 +1,61 @@ +# Copyright 2022-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 +DISTUTILS_USE_PEP517=setuptools +DISTUTILS_OPTIONAL=1 +DISTUTILS_EXT=1 +PYTHON_COMPAT=( python3_{9..11} ) +inherit distutils-r1 cmake + +DESCRIPTION="Open Neural Network Exchange (ONNX)" +HOMEPAGE="https://github.com/onnx/onnx" +SRC_URI="https://github.com/onnx/${PN}/archive/refs/tags/v${PV}.tar.gz + -> ${P}.tar.gz" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64 ~riscv" +IUSE="python" +RESTRICT="test" +REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" + +RDEPEND=" + python? ( + ${PYTHON_DEPS} + dev-python/protobuf-python[${PYTHON_USEDEP}] + dev-python/pybind11[${PYTHON_USEDEP}] + ) + dev-libs/protobuf:= +" +DEPEND="${RDEPEND}" + +BDEPEND="python? ( + ${DISTUTILS_DEPS} +)" + +PATCHES=( "${FILESDIR}"/${PN}-1.14.0-cxx_14.patch ) + +src_prepare() { + cmake_src_prepare + use python && distutils-r1_src_prepare +} + +src_configure() { + mycmakeargs=( + -DONNX_USE_PROTOBUF_SHARED_LIBS=ON + -DONNX_USE_LITE_PROTO=ON + ) + cmake_src_configure + use python && distutils-r1_src_configure +} + +src_compile() { + cmake_src_compile + use python && CMAKE_ARGS="${mycmakeargs[@]}" distutils-r1_src_compile +} + +src_install() { + cmake_src_install + use python && distutils-r1_src_install +} diff --git a/sci-libs/onnx/onnx-1.14.1.ebuild b/sci-libs/onnx/onnx-1.14.1.ebuild deleted file mode 100644 index 79cd66b3ad82..000000000000 --- a/sci-libs/onnx/onnx-1.14.1.ebuild +++ /dev/null @@ -1,60 +0,0 @@ -# Copyright 2022-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 -DISTUTILS_USE_PEP517=setuptools -DISTUTILS_OPTIONAL=1 -DISTUTILS_EXT=1 -PYTHON_COMPAT=( python3_{9..11} ) -inherit distutils-r1 cmake - -DESCRIPTION="Open Neural Network Exchange (ONNX)" -HOMEPAGE="https://github.com/onnx/onnx" -SRC_URI="https://github.com/onnx/${PN}/archive/refs/tags/v${PV}.tar.gz - -> ${P}.tar.gz" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="~amd64 ~riscv" -IUSE="python" -RESTRICT="test" -REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" - -RDEPEND=" - python? ( - ${PYTHON_DEPS} - dev-python/protobuf-python[${PYTHON_USEDEP}] - ) - dev-libs/protobuf:= -" -DEPEND="${RDEPEND}" - -BDEPEND="python? ( - ${DISTUTILS_DEPS} -)" - -PATCHES=( "${FILESDIR}"/${PN}-1.14.0-cxx_14.patch ) - -src_prepare() { - cmake_src_prepare - use python && distutils-r1_src_prepare -} - -src_configure() { - mycmakeargs=( - -DONNX_USE_PROTOBUF_SHARED_LIBS=ON - -DONNX_USE_LITE_PROTO=ON - ) - cmake_src_configure - use python && distutils-r1_src_configure -} - -src_compile() { - cmake_src_compile - use python && CMAKE_ARGS="${mycmakeargs[@]}" distutils-r1_src_compile -} - -src_install() { - cmake_src_install - use python && distutils-r1_src_install -} -- cgit v1.2.3