public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Piotr Karbowski" <slashbeast@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/ncnn/
Date: Sun, 26 Apr 2020 20:09:10 +0000 (UTC)	[thread overview]
Message-ID: <1587931742.b96ea139e1d9fdf014fab6482fb859689a9599bf.slashbeast@gentoo> (raw)

commit:     b96ea139e1d9fdf014fab6482fb859689a9599bf
Author:     Piotr Karbowski <slashbeast <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 26 19:57:20 2020 +0000
Commit:     Piotr Karbowski <slashbeast <AT> gentoo <DOT> org>
CommitDate: Sun Apr 26 20:09:02 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b96ea139

dev-libs/ncnn-20200413: version bump.

Tests disabled due to fact that they actually uses real GPU, which is
bad on itself, and libsnadbox does not allow it too.

Closes: https://bugs.gentoo.org/716154
Signed-off-by: Piotr Karbowski <slashbeast <AT> gentoo.org>

 dev-libs/ncnn/Manifest             |  1 +
 dev-libs/ncnn/ncnn-20200413.ebuild | 37 +++++++++++++++++++++++++++++++++++++
 2 files changed, 38 insertions(+)

diff --git a/dev-libs/ncnn/Manifest b/dev-libs/ncnn/Manifest
index bc627b79369..093df946f8a 100644
--- a/dev-libs/ncnn/Manifest
+++ b/dev-libs/ncnn/Manifest
@@ -1 +1,2 @@
 DIST ncnn-20200226.tar.gz 10363010 BLAKE2B 3f5e22ecffc7d36d7babb8c316eb95785f60b2938672cc2fc4a56ae8e4cc79fef8d498032117998a1813b4a5491b4b99f6941ac41be3fe8d6c6e3276ae46396e SHA512 e91694692e2c48ba4b404b26b382939be62c61e8452a09b8c1cdad351adcda1ea8bd19ded671f6c4c6cf979ccc49c181dd47e501a351fe89ecdf17a5395b3fab
+DIST ncnn-20200413.tar.gz 10520160 BLAKE2B 10fc59f3a09d1a6b21a6c73b87dabd450279d2c30923b15266461360c6a63b7cc58f91e33c6563752161de3ca067098ed4f2d22963410fe3f72a8affbd39172e SHA512 3f3610f94cbfa6072347857675865b3b21e4cb330a3b889214e7e8cf6e7a558451979ee4ba727c28fc5919a38b27d3b0288dfbd1bfa06d92d3677b4035b019fd

diff --git a/dev-libs/ncnn/ncnn-20200413.ebuild b/dev-libs/ncnn/ncnn-20200413.ebuild
new file mode 100644
index 00000000000..efda0109101
--- /dev/null
+++ b/dev-libs/ncnn/ncnn-20200413.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake
+
+DESCRIPTION="A high-performance neural network inference framework"
+HOMEPAGE="https://github.com/Tencent/ncnn"
+
+SRC_URI="https://github.com/Tencent/ncnn/archive/${PV}.tar.gz -> ${P}.tar.gz"
+KEYWORDS="~amd64 ~x86"
+
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+DEPEND="
+	dev-util/glslang
+	dev-util/vulkan-headers
+	media-libs/vulkan-loader"
+
+RDEPEND="${DEPEND}"
+BDEPEND=""
+
+RESTRICT=test # Tests tries to use real GPU.
+
+src_configure() {
+	local mycmakeargs=(
+		-DCMAKE_TOOLCHAIN_FILE="${S}/toolchains/host.gcc.toolchain.cmake"
+		-DNCNN_BUILD_EXAMPLES=OFF
+		-DNCNN_BUILD_TOOLS=OFF
+		-DNCNN_VULKAN=ON
+	)
+
+	cmake_src_configure
+}


             reply	other threads:[~2020-04-26 20:09 UTC|newest]

Thread overview: 43+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-04-26 20:09 Piotr Karbowski [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-01-10 21:04 [gentoo-commits] repo/gentoo:master commit in: dev-libs/ncnn/ Ionen Wolkens
2024-11-04 16:15 Ionen Wolkens
2024-09-09 13:46 Sam James
2024-08-20 15:50 Ionen Wolkens
2024-05-12 20:25 Ionen Wolkens
2024-04-27 21:46 Sam James
2024-04-12 19:36 Ionen Wolkens
2024-04-10 19:07 Ionen Wolkens
2024-03-23 14:09 Ionen Wolkens
2024-02-22  6:16 Ionen Wolkens
2024-01-24 20:34 Arthur Zamarin
2024-01-02  4:55 Ionen Wolkens
2023-11-30 19:42 Ionen Wolkens
2023-11-16 17:17 Arthur Zamarin
2023-10-27 10:33 Ionen Wolkens
2023-10-10 20:20 Ionen Wolkens
2023-09-12 16:15 Ionen Wolkens
2023-08-16 12:53 Ionen Wolkens
2023-08-09 18:14 Piotr Karbowski
2023-06-02  6:54 Ionen Wolkens
2023-05-23  2:52 Sam James
2023-05-17  9:12 Ionen Wolkens
2023-02-23  9:22 Ionen Wolkens
2022-12-19  7:23 Ionen Wolkens
2022-11-28  5:58 Ionen Wolkens
2022-11-28  4:12 Ionen Wolkens
2022-11-08 23:57 Nick Sarnie
2022-08-07 13:59 Ionen Wolkens
2022-07-29  5:21 Ionen Wolkens
2022-07-21  5:38 Ionen Wolkens
2022-07-02  2:27 Ionen Wolkens
2022-05-13 14:51 Ionen Wolkens
2022-04-20  3:33 Ionen Wolkens
2022-04-20  2:40 Ionen Wolkens
2022-04-20  2:40 Ionen Wolkens
2021-06-08  7:10 Ionen Wolkens
2021-05-31 19:30 Piotr Karbowski
2021-05-31 19:30 Piotr Karbowski
2020-08-30 18:27 Piotr Karbowski
2020-03-31 20:50 Piotr Karbowski
2020-03-29 22:08 Piotr Karbowski
2020-03-29 21:09 Piotr Karbowski

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1587931742.b96ea139e1d9fdf014fab6482fb859689a9599bf.slashbeast@gentoo \
    --to=slashbeast@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox